Hostname
amginterface.com
Last fetched
amginterface.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CL. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
amginterface.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.162.232.125 | 3.162.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 3.162.232.43 | 3.162.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 3.162.232.84 | 3.162.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 3.162.232.98 | 3.162.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 52.85.25.3 | 52.85.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 52.85.25.41 | 52.85.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 52.85.25.57 | 52.85.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 52.85.25.82 | 52.85.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of amginterface.com owner
- Contact emails
- amg.radler@gmail.com
- 28b2f138-ff7f-463d-9d1e-89edc69da611@identity-protect.org
- 6e14c12a-bf57-4e35-81b6-ace12cb903c3@identity-protect.org
- 9d077b69-3161-4b71-80b5-3f402210b3c1@identity-protect.org
- acb930c0-8b96-4e78-98ad-66b23872e885@identity-protect.org
- owner-11595748@amginterface.com.whoisprivacyservice.org
Subdomains
1 observed subdomain of amginterface.com.
| Subdomain |
|---|
| www.amginterface.com |
Threat posture
History
Related pages
Pivot deeper into the graph from amginterface.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amginterface.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.