Hostname
cdn.cloud
Last fetched
cdn.cloud resolves to 5 IPv4 addresses operated by AS24544 in HK. WHOIS lists iana:1479 as the registrar.
Nutrition Label
Resolution chain
cdn.cloud resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 122.10.116.204 | 122.10.116.0/22 | AS24544 | — | HK |
| 45.125.15.114 | 45.125.14.0/23 | AS55933 | THAIBMA-AS-AP The Thai Bond Market Association | HK |
| 45.125.35.230 | 45.125.35.0/24 | AS154206 | PCNET INTERNET | HK |
| 45.125.35.232 | 45.125.35.0/24 | AS154206 | PCNET INTERNET | HK |
| 45.125.35.233 | 45.125.35.0/24 | AS154206 | PCNET INTERNET | HK |
WHOIS identity
- Registrar
- iana:1479
- Organization
- brand mkrs creative agency
- Contact emails
- —
Subdomains
1 observed subdomain of cdn.cloud.
| Subdomain |
|---|
| www.cdn.cloud |
Web-graph footprint
Distinct hostnames that link to or from cdn.cloud in the public web crawl.
7 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from cdn.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdn.cloud"})-[: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.