Hostname
es.amadeus.com
Last fetched
es.amadeus.com resolves to 1 IPv4 address operated by AS12888 in DE.
Nutrition Label
Resolution chain
es.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 |
|---|---|---|---|---|
| 82.150.225.116 | 82.150.224.0/21 | AS12888 | — | DE |
WHOIS identity
No WHOIS records are currently associated with es.amadeus.com in WhisperGraph.
Subdomains
7 observed subdomains of es.amadeus.com.
Web-graph footprint
Distinct hostnames that link to or from es.amadeus.com in the public web crawl.
9 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for es.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 es.amadeus.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "es.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.