Hostname
www.yan-jun.com
Last fetched
www.yan-jun.com resolves to 7 IPv4 addresses operated by AS151397 in CN.
Nutrition Label
Resolution chain
www.yan-jun.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 193.119.21.71 | 193.119.21.0/24 | AS151397 | — | CN |
| 193.119.21.72 | 193.119.21.0/24 | AS151397 | — | CN |
| 193.119.21.73 | 193.119.21.0/24 | AS151397 | — | CN |
| 193.119.25.29 | 193.119.25.0/24 | AS151397 | — | CN |
| 193.119.25.53 | 193.119.25.0/24 | AS151397 | — | CN |
| 98.98.85.144 | 98.98.84.0/23 | AS21859 | ZEN-ECN - Zenlayer Inc | US |
| 98.98.85.147 | 98.98.84.0/23 | AS21859 | ZEN-ECN - Zenlayer Inc | US |
WHOIS identity
No WHOIS records are currently associated with www.yan-jun.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from www.yan-jun.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.yan-jun.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.