Skip to content

Hostname

finance.qq.com

Last fetched

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

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
43.129.2.6943.129.0.0/21AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueHK
43.159.233.9543.159.224.0/19AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueHK

WHOIS identity

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

Subdomains

29 observed subdomains of finance.qq.com.

Web-graph footprint

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

1,263 sites link to this hostname.

Sample outbound links

Threat posture

History

Related pages

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

Cypher and MCP

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

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