Hostname
adcloudsecure.com
Last fetched
adcloudsecure.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
adcloudsecure.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.5.78.58 | 3.5.78.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.84.218 | 3.5.84.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.87.98 | 3.5.87.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.232.35 | 52.218.232.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.186.235 | 52.92.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.187.35 | 52.92.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.192.251 | 52.92.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.239.43 | 52.92.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of adcloudsecure.com owner
- Contact emails
- 4e26b6bd-5467-4b05-90e7-1108bdabec54@identity-protect.org
- 5ccffb39-8d47-4a6a-b0a1-864e7b8e3bf1@identity-protect.org
- 61eabb2f-f1cf-4952-ad3a-2a137cdc5f74@identity-protect.org
- 8d508864-e86e-4d17-bcca-3920959add74@identity-protect.org
- 948e8a7c-f464-4035-a34c-86a0f2ba5484@identity-protect.org
- d87d2b59-56e0-4f64-9400-812f6ef678e1@identity-protect.org
- owner-9812009@adcloudsecure.com.whoisprivacyservice.org
Threat posture
History
Related pages
Pivot deeper into the graph from adcloudsecure.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adcloudsecure.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.