Hostname
cloud.ehm.cz
Last fetched
cloud.ehm.cz resolves to 1 IPv4 address operated by AS47232 in CZ.
Nutrition Label
Resolution chain
cloud.ehm.cz 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 |
|---|---|---|---|---|
| 185.52.172.85 | 185.52.172.0/24 | AS47232 | — | CZ |
WHOIS identity
No WHOIS records are currently associated with cloud.ehm.cz in WhisperGraph.
Subdomains
1 observed subdomain of cloud.ehm.cz.
| Subdomain |
|---|
| www.cloud.ehm.cz |
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for cloud.ehm.cz.
| Mechanism | Target |
|---|---|
| SPF_A | cloud.ehm.cz |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 185.52.172.80/28 |
| SPF_IP | 2001:1aea:110:100::/56 |
| SPF_IP | 2a02:17a0:fff1:10::/63 |
| SPF_IP | 89.239.31.62 |
| SPF_IP | 91.139.14.160/27 |
Related pages
Pivot deeper into the graph from cloud.ehm.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cloud.ehm.cz"})-[: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.