Hostname
cloud.adn.cd
Last fetched
cloud.adn.cd resolves to 1 IPv4 address operated by SCPT in CD.
Nutrition Label
Resolution chain
cloud.adn.cd resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 41.79.235.85 | 41.79.235.0/24 | AS37677 | SCPT | CD |
WHOIS identity
No WHOIS records are currently associated with cloud.adn.cd in WhisperGraph.
Subdomains
1 observed subdomain of cloud.adn.cd.
| Subdomain |
|---|
| www.cloud.adn.cd |
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for cloud.adn.cd.
| Mechanism | Target |
|---|---|
| SPF_A | cloud.adn.cd |
| SPF_IP | 154.72.55.17 |
| SPF_MX | cloud.adn.cd |
Related pages
Pivot deeper into the graph from cloud.adn.cd.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cloud.adn.cd"})-[: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.