Skip to content

Hostname

hh618.cc

Last fetched

hh618.cc resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK.

Nutrition Label

WHISPER CANON · hh618.ccRouting diversity3.5/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/hh618.cc

Resolution chain

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

IPPrefixASNOperatorCountry
18.166.146.618.166.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK
20.2.209.8320.0.0.0/11AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationHK
57.158.88.21757.156.0.0/14AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationHK
95.40.138.2695.40.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK

WHOIS identity

No WHOIS records are currently associated with hh618.cc in WhisperGraph.

Subdomains

1 observed subdomain of hh618.cc.

Subdomain
www.hh618.cc

Threat posture

History

Related pages

Pivot deeper into the graph from hh618.cc.

Cypher and MCP

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

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