Hostname
agentet2c.com
Last fetched
agentet2c.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
agentet2c.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.5.128.101 | 3.5.128.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.128.211 | 3.5.128.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.128.253 | 3.5.128.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.128.31 | 3.5.128.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.129.21 | 3.5.129.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.129.45 | 3.5.129.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.130.46 | 3.5.130.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.131.113 | 3.5.131.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.131.116 | 3.5.131.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.133.87 | 3.5.133.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.219.106.224 | 52.219.106.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.219.179.240 | 52.219.176.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.219.232.64 | 52.219.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.219.232.8 | 52.219.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.219.233.48 | 52.219.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.219.93.184 | 52.219.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of agentet2c.com owner
- Contact emails
- 1d00b694-2f42-4ff0-a589-ba3b1a178dd9@identity-protect.org
- 50f1c5f6-6dae-45a1-beac-e225c4af17c9@identity-protect.org
- 6662336d-65a5-44f8-854f-3d2efadd624f@identity-protect.org
- 99e213d9-94c4-46db-bd15-4af4d3c8b691@identity-protect.org
- c11615a7-66a2-470b-8797-c4c296e02576@identity-protect.org
- c29a1319-4062-441b-b8f7-77d0f4adb722@identity-protect.org
- cbf9d262-66ee-4a6c-b54d-16a87d122e96@identity-protect.org
Threat posture
History
Related pages
Pivot deeper into the graph from agentet2c.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "agentet2c.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.