Skip to content

Hostname

unno.cc

Last fetched

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

Nutrition Label

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

Resolution chain

unno.cc resolves to 6 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
16.162.217.13216.162.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK
16.163.154.3916.162.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK
18.162.50.17518.162.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.HK
43.198.11.15143.198.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK
8.217.85.1528.217.0.0/17AS45102HK

WHOIS identity

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

Subdomains

1 observed subdomain of unno.cc.

Subdomain
www.unno.cc

Threat posture

History

Related pages

Pivot deeper into the graph from unno.cc.

Cypher and MCP

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

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