Hostname
cdn.adx1.com
Last fetched
cdn.adx1.com resolves to 4 IPv4 addresses operated by AS49544 in IT.
Nutrition Label
Resolution chain
cdn.adx1.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 109.200.199.110 | 109.200.198.0/23 | AS49544 | — | IT |
| 109.200.199.111 | 109.200.198.0/23 | AS49544 | — | IT |
| 5.200.15.239 | 5.200.0.0/19 | AS49544 | — | NL |
| 5.200.15.240 | 5.200.0.0/19 | AS49544 | — | NL |
WHOIS identity
No WHOIS records are currently associated with cdn.adx1.com in WhisperGraph.
Subdomains
8 observed subdomains of cdn.adx1.com.
Threat posture
History
Related pages
Pivot deeper into the graph from cdn.adx1.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdn.adx1.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.