Hostname
deewancloud.com
Last fetched
deewancloud.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
deewancloud.com 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 |
|---|---|---|---|---|
| 52.219.62.114 | 52.219.62.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.219.66.126 | 52.219.66.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of deewancloud.com owner
- Contact emails
- 46cb1b10-1f6c-4d41-bf6b-a40d1154f03c@identity-protect.org
- 569e9f47-a9a4-450a-bd96-4b546dcec535@identity-protect.org
- 7e05e92a-bbaa-417d-b49f-98509c4a3893@identity-protect.org
- 91f8b61b-2c0c-4deb-8c5d-9c3b2a176d7a@identity-protect.org
- c78a653a-b800-4c56-86e1-0967e44c86c2@identity-protect.org
- cffdcc9e-9cac-4506-9c0f-9e557c067b43@identity-protect.org
Threat posture
History
Related pages
Pivot deeper into the graph from deewancloud.com.
- IP · 52.219.62.114
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:468
- Country · IN
- Email · 46cb1b10-1f6c-4d41-bf6b-a40d1154f03c@identity-protect.org
- TLD · .com
- Browse hostnames · de…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "deewancloud.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.