Hostname
real.amptic.com
Last fetched
real.amptic.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
real.amptic.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 |
|---|---|---|---|---|
| 108.139.46.119 | 108.139.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.139.46.161 | 108.139.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.139.46.203 | 108.139.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.139.46.71 | 108.139.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.120.103 | 54.192.120.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.120.133 | 54.192.120.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.120.14 | 54.192.120.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.120.67 | 54.192.120.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with real.amptic.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for real.amptic.com.
| Mechanism | Target |
|---|---|
| SPF_A | real.amptic.com |
| SPF_INCLUDE | spf.forwardemail.net |
| SPF_MX | real.amptic.com |
Related pages
Pivot deeper into the graph from real.amptic.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "real.amptic.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.