Hostname
expedia.ie
Last fetched
expedia.ie resolves to 5 IPv4 addresses operated by AS20940 in DE. WHOIS lists registrar:csc corporate domains, inc as the registrar.
Nutrition Label
Resolution chain
expedia.ie resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.16.241.198 | 2.16.241.0/24 | AS20940 | — | DE |
| 2.16.241.208 | 2.16.241.0/24 | AS20940 | — | DE |
| 23.201.248.241 | 23.201.240.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.54.222.155 | 23.54.208.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 95.100.158.123 | 95.100.158.0/24 | AS20940 | — | DE |
WHOIS identity
- Registrar
- registrar:csc corporate domains, inc
- Organization
- expedia,
- Contact emails
- —
Subdomains
12 observed subdomains of expedia.ie.
Web-graph footprint
Distinct hostnames that link to or from expedia.ie in the public web crawl.
377 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for expedia.ie.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.expedia.com |
Related pages
Pivot deeper into the graph from expedia.ie.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "expedia.ie"})-[: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.