Hostname
oldkingok.cn
Last fetched
oldkingok.cn resolves to 2 IPv4 addresses operated by CHINANET-BACKBONE - No.31,Jin-rong Street in CN.
Nutrition Label
Resolution chain
oldkingok.cn resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 14.215.41.147 | 14.208.0.0/12 | AS4134 | CHINANET-BACKBONE - No.31,Jin-rong Street | CN |
| 59.36.97.219 | 59.36.96.0/21 | AS134763 | CT-DongGuan-IDC - CHINANET Guangdong province network | CN |
WHOIS identity
No WHOIS records are currently associated with oldkingok.cn in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from oldkingok.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oldkingok.cn"})-[: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.