Hostname
cdn.9fweb.com
Last fetched
cdn.9fweb.com resolves to 6 IPv4 addresses operated by CDSC-AS1 - CDS Global Cloud Co., Ltd in DE.
Nutrition Label
Resolution chain
cdn.9fweb.com 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 |
|---|---|---|---|---|
| 148.153.240.65 | 148.153.240.0/24 | AS63199 | CDSC-AS1 - CDS Global Cloud Co., Ltd | DE |
| 148.153.240.67 | 148.153.240.0/24 | AS63199 | CDSC-AS1 - CDS Global Cloud Co., Ltd | DE |
| 23.90.190.142 | 23.90.188.0/22 | AS21859 | ZEN-ECN - Zenlayer Inc | ES |
| 23.90.190.144 | 23.90.188.0/22 | AS21859 | ZEN-ECN - Zenlayer Inc | ES |
| 38.60.170.151 | 38.60.170.0/24 | AS63139 | BEDGE-CO-LIMITED - BEDGE CO LIMITED | TR |
| 38.60.170.152 | 38.60.170.0/24 | AS63139 | BEDGE-CO-LIMITED - BEDGE CO LIMITED | TR |
WHOIS identity
No WHOIS records are currently associated with cdn.9fweb.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from cdn.9fweb.com in the public web crawl.
7 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from cdn.9fweb.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdn.9fweb.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.