Hostname
yahoo.com
Last fetched
yahoo.com resolves to 6 IPv4 addresses operated by YAHOO-BF1 - Yahoo Holdings Inc. in US. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
yahoo.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 |
|---|---|---|---|---|
| 74.6.143.25 | 74.6.143.0/24 | AS26101 | YAHOO-BF1 - Yahoo Holdings Inc. | US |
| 74.6.143.26 | 74.6.143.0/24 | AS26101 | YAHOO-BF1 - Yahoo Holdings Inc. | US |
| 74.6.231.20 | 74.6.231.0/24 | AS36646 | YAHOO-NE1 - Yahoo Holdings Inc. | US |
| 74.6.231.21 | 74.6.231.0/24 | AS36646 | YAHOO-NE1 - Yahoo Holdings Inc. | US |
| 98.137.11.163 | 98.137.11.0/24 | AS36647 | YAHOO-GQ1 - Yahoo Holdings Inc. | US |
| 98.137.11.164 | 98.137.11.0/24 | AS36647 | YAHOO-GQ1 - Yahoo Holdings Inc. | US |
WHOIS identity
- Registrar
- iana:292
- Organization
- domain admin
- Contact emails
Subdomains
1,523 observed subdomains of yahoo.com.
Showing 25 of 1,523. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from yahoo.com in the public web crawl.
119,216 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for yahoo.com.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | _spf.mail.yahoo.com |
Related pages
Pivot deeper into the graph from yahoo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "yahoo.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.