Skip to content

Hostname

tg999.cc

Last fetched

tg999.cc resolves to 6 IPv4 addresses operated by VOLTNET-01 -03 - VoltNet inc in HK. WHOIS lists iana:1923 as the registrar.

Nutrition Label

WHISPER CANON · tg999.ccRouting diversity3.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/tg999.cc

Resolution chain

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

IPPrefixASNOperatorCountry
103.43.9.142103.43.61.0/24AS35876VOLTNET-01 -03 - VoltNet incHK
103.43.9.174103.43.61.0/24AS35876VOLTNET-01 -03 - VoltNet incHK
103.43.9.175103.43.61.0/24AS35876VOLTNET-01 -03 - VoltNet incHK
104.21.84.227104.22.27.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
114.134.187.212114.141.48.0/24AS401696COGNETCLOUD - cognetcloud INCHK
172.67.197.185172.68.49.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:1923
Organization
Contact emails

Subdomains

1 observed subdomain of tg999.cc.

Subdomain
www.tg999.cc

Threat posture

History

Related pages

Pivot deeper into the graph from tg999.cc.

Cypher and MCP

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

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