Skip to content

Hostname

0hg.cc

Last fetched

0hg.cc resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK. WHOIS lists iana:1923 as the registrar.

Nutrition Label

WHISPER CANON · 0hg.ccRouting diversity3.0/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint5.6/10canon.whisper.security/host/0hg.cc

Resolution chain

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

IPPrefixASNOperatorCountry
16.162.120.16316.162.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK
23.225.141.19823.225.141.0/24AS40065CNSERVERS - CNSERVERS LLCUS
8.217.85.1528.217.0.0/17AS45102HK

WHOIS identity

Registrar
iana:1923
Organization
domain administrator
Contact emails

Subdomains

3 observed subdomains of 0hg.cc.

Threat posture

History

Related pages

Pivot deeper into the graph from 0hg.cc.

Cypher and MCP

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

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