Hostname
amadeus.com
Last fetched
amadeus.com resolves to 1 IPv4 address operated by INCAPSULA - Incapsula Inc in US. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
amadeus.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 107.154.251.68 | 107.154.251.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
WHOIS identity
- Registrar
- iana:269
- Organization
- amadeus it group,
- Contact emails
Subdomains
619 observed subdomains of amadeus.com.
Showing 23 of 619. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from amadeus.com in the public web crawl.
3,033 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for amadeus.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _relay.amadeus.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 171.17.131.35/32 |
| SPF_IP | 20.4.2.173 |
| SPF_IP | 20.82.106.151 |
| SPF_IP | 51.124.110.6 |
Related pages
Pivot deeper into the graph from amadeus.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amadeus.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.