Hostname
aea-dev.com
Last fetched
aea-dev.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
aea-dev.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of aea-dev.com owner
- Contact emails
- aea-dev.com@domainsbyproxy.com
- 03f68564-d7e4-4e6c-8f9e-176756bcd0fa@identity-protect.org
- 198e31b6-97e2-47cb-bd43-c28602c86c23@identity-protect.org
- 66c0ced3-5f27-4d96-a7d4-3502ee102572@identity-protect.org
- 91d204c2-01de-41d7-8e32-ebd50be90666@identity-protect.org
- aba6ce4c-4895-44bc-b763-fd2886e20b3b@identity-protect.org
- d2ddf6b5-350b-4391-af6b-c154f359c349@identity-protect.org
Subdomains
2 observed subdomains of aea-dev.com.
| Subdomain |
|---|
| invest.aea-dev.com |
| www.aea-dev.com |
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from aea-dev.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aea-dev.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.