Hostname
expedia.ch
Last fetched
expedia.ch resolves to 10 IPv4 addresses operated by AS20940 in DE.
Nutrition Label
Resolution chain
expedia.ch resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.86.251.16 | 184.86.251.0/24 | AS20940 | — | DE |
| 184.86.251.31 | 184.86.251.0/24 | AS20940 | — | DE |
| 2.16.241.202 | 2.16.241.0/24 | AS20940 | — | DE |
| 2.16.241.218 | 2.16.241.0/24 | AS20940 | — | DE |
| 2.16.27.75 | 2.16.27.0/24 | AS20940 | — | NL |
| 2.16.27.78 | 2.16.27.0/24 | AS20940 | — | NL |
| 23.202.136.10 | 23.202.128.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | SG |
| 23.54.222.155 | 23.54.208.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 95.101.234.86 | 95.101.234.0/24 | AS20940 | — | FR |
| 95.101.234.85 | 95.101.234.0/24 | AS20940 | — | FR |
WHOIS identity
- Registrar
- —
- Organization
- expedia
- Contact emails
- —
Subdomains
13 observed subdomains of expedia.ch.
Web-graph footprint
Distinct hostnames that link to or from expedia.ch in the public web crawl.
111 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for expedia.ch.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.expedia.com |
Related pages
Pivot deeper into the graph from expedia.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "expedia.ch"})-[: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.