Hostname
ns2.dns.kim
Last fetched
ns2.dns.kim resolves to 5 IPv4 addresses operated by HWCSNET - Huawei Cloud Service data center in CN.
Nutrition Label
Resolution chain
ns2.dns.kim resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 116.205.5.30 | 116.205.5.0/24 | AS55990 | HWCSNET - Huawei Cloud Service data center | CN |
| 122.112.208.175 | 122.112.208.0/20 | AS55990 | HWCSNET - Huawei Cloud Service data center | CN |
| 139.159.208.206 | 139.159.208.0/20 | AS55990 | HWCSNET - Huawei Cloud Service data center | CN |
| 159.138.77.159 | 159.138.77.0/24 | AS136907 | HWCLOUDS-AS-AP - HUAWEI CLOUDS | SG |
| 159.138.80.16 | 159.138.80.0/20 | AS136907 | HWCLOUDS-AS-AP - HUAWEI CLOUDS | SG |
WHOIS identity
No WHOIS records are currently associated with ns2.dns.kim in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from ns2.dns.kim.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ns2.dns.kim"})-[: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.