Hostname
cloud-mx01.cnd.cloud
Last fetched
cloud-mx01.cnd.cloud resolves to 2 IPv4 addresses operated by AS60175 in DE.
Nutrition Label
Resolution chain
cloud-mx01.cnd.cloud resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 195.4.168.127 | 195.4.160.0/20 | AS60175 | — | DE |
| 195.4.186.168 | 195.4.184.0/21 | AS60175 | — | DE |
WHOIS identity
No WHOIS records are currently associated with cloud-mx01.cnd.cloud in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for cloud-mx01.cnd.cloud.
| Mechanism | Target |
|---|---|
| SPF_IP | 195.4.168.127 |
| SPF_IP | 195.4.186.168 |
Related pages
Pivot deeper into the graph from cloud-mx01.cnd.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cloud-mx01.cnd.cloud"})-[: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.