Skip to content

Hostname

tencentcs.com

Last fetched

tencentcs.com resolves to 2 IPv4 addresses operated by COLLEGEOFTHEMAINLAND-1 - College of the Mainland in HK. WHOIS lists iana:3838 as the registrar.

Nutrition Label

WHISPER CANON · tencentcs.comRouting diversity2.4/10Peering density6.5/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/tencentcs.com

Resolution chain

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

IPPrefixASNOperatorCountry
101.32.212.216101.32.208.0/20AS132203COLLEGEOFTHEMAINLAND-1 - College of the MainlandHK
43.135.105.19543.135.64.0/18AS132203COLLEGEOFTHEMAINLAND-1 - College of the MainlandHK

WHOIS identity

Registrar
iana:3838
Organization
shenzhen tencent computer systems company
Contact emails

Subdomains

1,483 observed subdomains of tencentcs.com.

Web-graph footprint

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

Threat posture

History

Related pages

Pivot deeper into the graph from tencentcs.com.

Cypher and MCP

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

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