Hostname
01cdn.cc
Last fetched
01cdn.cc resolves to 3 IPv4 addresses operated by CYBERFORESTLLC-AS-AP - CyberForest LLC. in KR. WHOIS lists iana:3862 as the registrar.
Nutrition Label
Resolution chain
01cdn.cc resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 43.227.112.175 | 43.227.112.0/24 | AS136209 | CYBERFORESTLLC-AS-AP - CyberForest LLC. | KR |
| 43.227.112.32 | 43.227.112.0/24 | AS136209 | CYBERFORESTLLC-AS-AP - CyberForest LLC. | KR |
| 103.82.140.111 | 103.82.140.0/24 | AS137933 | HOMERHOST-AS-AP - CyberForest LLC. | — |
WHOIS identity
- Registrar
- iana:3862
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
- —
Subdomains
49 observed subdomains of 01cdn.cc.
Showing 25 of 49. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from 01cdn.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "01cdn.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.