Skip to content

Hostname

sssy.cc

Last fetched

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

Nutrition Label

WHISPER CANON · sssy.ccRouting diversity3.5/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/sssy.cc

Resolution chain

sssy.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

Registrar
iana:1556
Organization
cheng du xi wei shu ma ke ji you xian gong si
Contact emails

Subdomains

1 observed subdomain of sssy.cc.

Subdomain
www.sssy.cc

Threat posture

History

Related pages

Pivot deeper into the graph from sssy.cc.

Cypher and MCP

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

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