Skip to content

Hostname

game0066.cn

Last fetched

game0066.cn resolves to 6 IPv4 addresses operated by VH-GLOBAL - VH Global Limited in HK.

Nutrition Label

WHISPER CANON · game0066.cnRouting diversity3.0/10Peering density3.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/game0066.cn

Resolution chain

game0066.cn resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.214.172.146103.214.172.0/24AS42960VH-GLOBAL - VH Global LimitedHK
103.214.172.72103.214.172.0/24AS42960VH-GLOBAL - VH Global LimitedHK
107.149.163.125107.149.163.0/24AS402169USCLOUD INC - Uscloud IncUS
107.149.163.126107.149.163.0/24AS402169USCLOUD INC - Uscloud IncUS
107.149.163.131107.149.163.0/24AS402169USCLOUD INC - Uscloud IncUS
43.242.202.13643.242.200.0/22AS401696COGNETCLOUD - cognetcloud INCHK

WHOIS identity

No WHOIS records are currently associated with game0066.cn in WhisperGraph.

Subdomains

2 observed subdomains of game0066.cn.

Web-graph footprint

Distinct hostnames that link to or from game0066.cn in the public web crawl.

86 sites link to this hostname.

70 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from game0066.cn.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "game0066.cn"})-[: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.