Hostname
ag2trader.com
Last fetched
ag2trader.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
ag2trader.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 |
|---|---|---|---|---|
| 13.249.91.127 | 13.249.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.249.91.5 | 13.249.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.249.91.67 | 13.249.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.249.91.86 | 13.249.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.155.252.23 | 18.155.252.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.155.252.31 | 18.155.252.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.155.252.34 | 18.155.252.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.155.252.4 | 18.155.252.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of ag2trader.com owner
- Contact emails
- whois@bluehost.com
- 2218bb33-e15b-41db-b40e-a6b19ec6fcc5@identity-protect.org
- 2d936e92-d93e-4127-8276-bc00c52a05b1@identity-protect.org
- 50a84a62-d4b0-478f-98a4-ee5d46fc0da7@identity-protect.org
- 5eb2e2b3-dc8d-4fae-a243-256cbe859852@identity-protect.org
- 82580c66-06a8-4647-b8fe-55953e5ecf8c@identity-protect.org
- b47b4693-c550-40b8-b742-b61ea6a60019@identity-protect.org
- d1a6b362-b65e-472b-bdb2-7cc784b3a833@identity-protect.org
Threat posture
History
Related pages
Pivot deeper into the graph from ag2trader.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ag2trader.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.