Hostname
a.om.org
Last fetched
a.om.org resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
a.om.org 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 |
|---|---|---|---|---|
| 143.204.204.5 | 143.204.204.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 143.204.204.52 | 143.204.204.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 143.204.204.72 | 143.204.204.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 143.204.204.84 | 143.204.204.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.227.120 | 18.154.227.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.227.55 | 18.154.227.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.227.66 | 18.154.227.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.227.89 | 18.154.227.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with a.om.org in WhisperGraph.
Subdomains
3 observed subdomains of a.om.org.
| Subdomain |
|---|
| gw.a.om.org |
| mail.a.om.org |
| www.a.om.org |
Web-graph footprint
Distinct hostnames that link to or from a.om.org in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for a.om.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _u.om.org._spf.smart.ondmarc.com |
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from a.om.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "a.om.org"})-[: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.