Hostname
yahoo.jp
Last fetched
yahoo.jp resolves to 18 IPv4 addresses operated by AS24572 in JP.
Nutrition Label
Resolution chain
yahoo.jp resolves to 18 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- —
- Organization
- imako sayuri
- Contact emails
Subdomains
12 observed subdomains of yahoo.jp.
Web-graph footprint
Distinct hostnames that link to or from yahoo.jp in the public web crawl.
3,405 sites link to this hostname.
105 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for yahoo.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | bulk-spf.yahoo.co.jp |
Related pages
Pivot deeper into the graph from yahoo.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "yahoo.jp"})-[: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.