Hostname
farebuzz.com
Last fetched
farebuzz.com resolves to 4 IPv4 addresses operated by AS20940 in ES. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
farebuzz.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.90.205.89 | 104.90.205.0/24 | AS20940 | — | ES |
| 23.200.88.52 | 23.200.88.0/24 | AS20940 | — | US |
| 23.200.88.79 | 23.200.88.0/24 | AS20940 | — | US |
| 88.221.213.107 | 88.221.213.0/24 | AS20940 | — | ES |
WHOIS identity
- Registrar
- iana:146
- Organization
- ******** ******** (see notes section below on how to view unmasked data)
- Contact emails
Subdomains
16 observed subdomains of farebuzz.com.
Web-graph footprint
Distinct hostnames that link to or from farebuzz.com in the public web crawl.
138 sites link to this hostname.
234 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for farebuzz.com.
| Mechanism | Target |
|---|---|
| SPF_A | farebuzz.com |
| SPF_INCLUDE | spf-0033d601.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 216.214.181.195 |
| SPF_IP | 38.105.179.71 |
| SPF_IP | 64.61.70.137 |
| SPF_IP | 66.198.179.10 |
| SPF_IP | 66.198.179.71 |
| SPF_IP | 66.198.179.72 |
| SPF_MX | farebuzz.com |
Related pages
Pivot deeper into the graph from farebuzz.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "farebuzz.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.