Hostname
mail.amoneinfo.com
Last fetched
mail.amoneinfo.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
mail.amoneinfo.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 99.84.160.12 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.30 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.42 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.6 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with mail.amoneinfo.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for mail.amoneinfo.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 129.33.239.231 |
| SPF_IP | 129.33.240.137 |
| SPF_IP | 129.41.172.87 |
| SPF_IP | 192.156.219.243 |
| SPF_IP | 192.156.219.26 |
| SPF_IP | 208.73.5.105 |
| SPF_IP | 208.85.48.5 |
| SPF_IP | 208.85.50.0/24 |
| SPF_IP | 208.85.50.32 |
| SPF_IP | 208.85.51.222 |
| SPF_IP | 208.95.132.165 |
| SPF_IP | 208.95.132.172 |
| SPF_IP | 74.112.70.71 |
Related pages
Pivot deeper into the graph from mail.amoneinfo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.amoneinfo.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.