Hostname
dih-cloud.com
Last fetched
dih-cloud.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
dih-cloud.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of dih-cloud.com owner
- Contact emails
- 17a36f3c-ad7a-482e-ba00-e4ab7f17344c@identity-protect.org
- 9bf97e39-1532-49ed-9a0d-136c6bcad362@identity-protect.org
- a2692038-0b76-414b-ad8d-f547b1ba08bb@identity-protect.org
- a65cfde8-2755-4076-8d2c-341d126e3c07@identity-protect.org
- ba83a557-9ee0-4551-91d4-e3aa165dfdf4@identity-protect.org
- e491a006-0837-44d0-9107-bc81e218abc2@identity-protect.org
- f369c8f2-ec5d-4a2d-bc6b-b7decaeed2fe@identity-protect.org
- fa8c822b-7808-4bd3-a71f-c7f9c92c6bd5@identity-protect.org
Subdomains
102 observed subdomains of dih-cloud.com.
Showing 24 of 102. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for dih-cloud.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from dih-cloud.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dih-cloud.com"})-[: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.