Hostname
cdad.cc
Last fetched
cdad.cc resolves to 5 IPv4 addresses operated by COGENT-174 - Cogent Communications, LLC in US.
Nutrition Label
Resolution chain
cdad.cc 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 |
|---|---|---|---|---|
| 38.148.240.34 | 38.0.0.0/8 | AS174 | COGENT-174 - Cogent Communications, LLC | US |
| 38.148.240.55 | 38.0.0.0/8 | AS174 | COGENT-174 - Cogent Communications, LLC | US |
| 38.97.254.150 | 38.97.254.0/24 | AS979 | NETLAB-SDN - NetLab Global | US |
| 38.97.254.192 | 38.97.254.0/24 | AS979 | NETLAB-SDN - NetLab Global | US |
| 51.210.149.90 | 51.210.0.0/16 | AS16276 | — | FR |
WHOIS identity
No WHOIS records are currently associated with cdad.cc in WhisperGraph.
Subdomains
1 observed subdomain of cdad.cc.
| Subdomain |
|---|
| a.cdad.cc |
Threat posture
History
Related pages
Pivot deeper into the graph from cdad.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdad.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.