Skip to content

Hostname

35dd.cc

Last fetched

35dd.cc resolves to 2 IPv4 addresses operated by NETLAB-SDN - NetLab Global in US.

Nutrition Label

WHISPER CANON · 35dd.ccRouting diversity2.4/10Peering density7.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/35dd.cc

Resolution chain

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

IPPrefixASNOperatorCountry
38.207.190.22838.207.190.0/24AS979NETLAB-SDN - NetLab GlobalUS
8.210.48.2268.210.0.0/17AS45102HK

WHOIS identity

No WHOIS records are currently associated with 35dd.cc in WhisperGraph.

Subdomains

1 observed subdomain of 35dd.cc.

Subdomain
www.35dd.cc

Threat posture

History

Related pages

Pivot deeper into the graph from 35dd.cc.

Cypher and MCP

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

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