Hostname
52069.cc
Last fetched
52069.cc resolves to 6 IPv4 addresses operated by AS133199 in US.
Nutrition Label
Resolution chain
52069.cc resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 206.119.165.11 | 206.123.217.0/24 | AS133199 | — | US |
| 206.119.165.4 | 206.123.217.0/24 | AS133199 | — | US |
| 208.87.201.23 | 208.88.181.0/24 | AS133199 | — | HK |
| 34.195.60.139 | 35.8.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 38.190.196.114 | 38.190.217.0/24 | AS133199 | — | HK |
| 38.190.196.119 | 38.190.217.0/24 | AS133199 | — | HK |
WHOIS identity
No WHOIS records are currently associated with 52069.cc in WhisperGraph.
Subdomains
1 observed subdomain of 52069.cc.
| Subdomain |
|---|
| www.52069.cc |
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from 52069.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "52069.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.