Hostname
hotels.com
Last fetched
hotels.com resolves to 6 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in FR.
Nutrition Label
Resolution chain
hotels.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.20.33.196 | 2.20.32.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | FR |
| 23.193.237.189 | 23.193.236.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | NL |
| 23.209.209.213 | 23.209.208.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.220.113.114 | 23.220.112.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | NL |
| 23.62.105.209 | 23.62.104.0/23 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 88.221.170.146 | 88.221.168.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from hotels.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for hotels.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.egencia.com |
| SPF_INCLUDE | _spf.expedia.com |
| SPF_INCLUDE | _spf.messagegears.net |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | musvc.com |
| SPF_IP | 83.138.167.180 |
| SPF_IP | 83.138.167.181 |
| SPF_IP | 83.138.167.182 |
Related pages
Pivot deeper into the graph from hotels.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hotels.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.