Hostname
cdn1.com
Last fetched
cdn1.com resolves to 5 IPv4 addresses operated by AS24544 in HK. WHOIS lists iana:1479 as the registrar.
Nutrition Label
Resolution chain
cdn1.com 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
- domain administrator
- Contact emails
Subdomains
19 observed subdomains of cdn1.com.
Web-graph footprint
Distinct hostnames that link to or from cdn1.com in the public web crawl.
8 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for cdn1.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.protonmail.ch |
Related pages
Pivot deeper into the graph from cdn1.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdn1.com"})-[: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.