Skip to content

Hostname

ns2.dnsv5.com

Last fetched

ns2.dnsv5.com resolves to 10 IPv4 addresses operated by TENCENT-NET-AP-CN Tencent Building, Kejizhongyi Avenue in CN.

Nutrition Label

WHISPER CANON · ns2.dnsv5.comRouting diversity5.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/ns2.dnsv5.com

Resolution chain

ns2.dnsv5.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
1.12.0.161.12.0.0/20AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueCN
1.12.0.191.12.0.0/20AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueCN
1.12.14.191.12.14.0/23AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueCN
112.80.181.152112.80.0.0/13AS4837CHINA169-BACKBONE CHINA UNICOM China169 BackboneCN
117.135.128.152117.135.128.0/24AS9808CHINAMOBILE-CN China Mobile Communications Group Co., Ltd.CN
117.89.178.52117.89.176.0/21AS134756CHINANET-NANJING-JISHAN-IDC CHINANET Nanjing Jishan IDC networkCN
13.37.58.16313.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.FR
150.109.248.236150.109.224.0/19AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueKR
49.7.107.15249.7.64.0/18AS23724CHINANET-IDC-BJ-AP IDC, China Telecommunications CorporationCN
49.7.107.15249.7.64.0/18AS23724CHINANET-IDC-BJ-AP IDC, China Telecommunications CorporationCN
52.198.159.14652.196.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

No WHOIS records are currently associated with ns2.dnsv5.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from ns2.dnsv5.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "ns2.dnsv5.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.