Skip to content

Hostname

th0.cc

Last fetched

th0.cc resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1556 as the registrar.

Nutrition Label

WHISPER CANON · th0.ccRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/th0.cc

Resolution chain

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

IPPrefixASNOperatorCountry
13.33.67.3613.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.8013.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.9313.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.9713.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.173.219.263.173.216.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
3.173.219.683.173.216.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
3.173.219.743.173.216.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
3.173.219.763.173.216.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

Registrar
iana:1556
Organization
Contact emails

Subdomains

1 observed subdomain of th0.cc.

Threat posture

History

Related pages

Pivot deeper into the graph from th0.cc.

Cypher and MCP

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

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