Skip to content

Hostname

ns4.dnsv3.com

Last fetched

ns4.dnsv3.com resolves to 8 IPv4 addresses operated by TENCENT-NET-AP-CN Tencent Building, Kejizhongyi Avenue in CN.

Nutrition Label

WHISPER CANON · ns4.dnsv3.comRouting diversity4.8/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/ns4.dnsv3.com

Resolution chain

ns4.dnsv3.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
1.12.0.281.12.0.0/20AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueCN
1.13.76.541.13.64.0/18AS45090TENCENT-NET-AP Shenzhen Tencent Computer Systems Company LimitedCN
111.13.203.54111.13.0.0/16AS9808CHINAMOBILE-CN China Mobile Communications Group Co., Ltd.CN
112.80.181.154112.80.0.0/13AS4837CHINA169-BACKBONE CHINA UNICOM China169 BackboneCN
117.135.128.154117.135.128.0/24AS9808CHINAMOBILE-CN China Mobile Communications Group Co., Ltd.CN
124.64.205.154124.64.205.0/24AS4808CHINA169-BJ China Unicom Beijing Province NetworkCN
124.64.205.154124.64.205.0/24AS4808CHINA169-BJ China Unicom Beijing Province NetworkCN
125.94.59.154125.88.0.0/13AS4134CHINANET-BACKBONE No.31,Jin-rong StreetCN
43.134.249.5543.134.224.0/19AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueSG

WHOIS identity

No WHOIS records are currently associated with ns4.dnsv3.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from ns4.dnsv3.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "ns4.dnsv3.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.