Hostname
checkout.yahoo.com
Last fetched
checkout.yahoo.com resolves to 6 IPv4 addresses operated by YAHOO-SG3 internet content provider in SG.
Nutrition Label
Resolution chain
checkout.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 |
|---|---|---|---|---|
| 106.10.236.37 | 106.10.236.0/24 | AS56173 | YAHOO-SG3 internet content provider | SG |
| 106.10.236.40 | 106.10.236.0/24 | AS56173 | YAHOO-SG3 internet content provider | SG |
| 180.222.114.11 | 180.222.114.0/24 | AS38032 | YAHOO-HK2-AP internet content provider | SG |
| 180.222.114.12 | 180.222.114.0/24 | AS38032 | YAHOO-HK2-AP internet content provider | SG |
| 69.147.92.11 | 69.147.92.0/24 | AS14777 | YAHOO - Yahoo Holdings Inc. | US |
| 69.147.92.12 | 69.147.92.0/24 | AS14777 | YAHOO - Yahoo Holdings Inc. | US |
WHOIS identity
No WHOIS records are currently associated with checkout.yahoo.com in WhisperGraph.
Subdomains
5 observed subdomains of checkout.yahoo.com.
Web-graph footprint
Distinct hostnames that link to or from checkout.yahoo.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from checkout.yahoo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "checkout.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.