Skip to content

Hostname

bns.qq.com

Last fetched

bns.qq.com resolves to 7 IPv4 addresses operated by TENCENT-NET-AP-CN Tencent Building, Kejizhongyi Avenue in HK.

Nutrition Label

WHISPER CANON · bns.qq.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/bns.qq.com

Resolution chain

bns.qq.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
203.205.136.219203.205.136.0/24AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueHK
203.205.137.101203.205.137.0/24AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueHK
203.205.137.181203.205.137.0/24AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueHK
203.205.137.209203.205.137.0/24AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueHK
203.205.137.228203.205.137.0/24AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueHK
203.205.137.231203.205.137.0/24AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueHK
203.205.137.57203.205.137.0/24AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueHK

WHOIS identity

No WHOIS records are currently associated with bns.qq.com in WhisperGraph.

Subdomains

2 observed subdomains of bns.qq.com.

Web-graph footprint

Distinct hostnames that link to or from bns.qq.com in the public web crawl.

125 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from bns.qq.com.

Cypher and MCP

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

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