Hostname
casmi.cloud
Last fetched
casmi.cloud resolves to 2 IPv4 addresses operated by CONTABO in GB.
Nutrition Label
Resolution chain
casmi.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 |
|---|---|---|---|---|
| 185.194.216.12 | 185.194.216.0/23 | AS51167 | CONTABO | GB |
| 62.171.161.187 | 62.171.160.0/23 | AS51167 | CONTABO | IN |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from casmi.cloud in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for casmi.cloud.
| Mechanism | Target |
|---|---|
| SPF_A | casmi.cloud |
| SPF_INCLUDE | spf.turbo-smtp.com |
| SPF_MX | casmi.cloud |
Related pages
Pivot deeper into the graph from casmi.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "casmi.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.