Hostname
expediafranchise.com
Last fetched
expediafranchise.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
expediafranchise.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:299
- Organization
- expedia, inc. legal department - trademark counsel
- Contact emails
Subdomains
3 observed subdomains of expediafranchise.com.
Web-graph footprint
Distinct hostnames that link to or from expediafranchise.com in the public web crawl.
35 sites link to this hostname.
41 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
20 SPF mechanisms authorising senders for expediafranchise.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.odysol.com |
| SPF_IP | 104.21.71.86 |
| SPF_IP | 149.72.230.65/32 |
| SPF_IP | 162.255.118.0/26 |
| SPF_IP | 162.255.118.240/29 |
| SPF_IP | 172.67.170.73 |
| SPF_IP | 198.151.49.133 |
| SPF_IP | 198.175.56.133 |
| SPF_IP | 198.177.126.16/28 |
| SPF_IP | 198.37.154.99 |
| SPF_IP | 198.54.122.0/28 |
| SPF_IP | 198.54.122.192/26 |
| SPF_IP | 209.105.246.192/28 |
| SPF_IP | 23.253.115.56 |
| SPF_IP | 63.250.43.96/27 |
| SPF_IP | 74.114.204.10 |
Related pages
Pivot deeper into the graph from expediafranchise.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "expediafranchise.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.