Hostname
pm.oann.com
Last fetched
pm.oann.com resolves to 1 IPv4 address operated by SOFTLAYER - IBM Cloud in US.
Nutrition Label
Resolution chain
pm.oann.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 148.59.154.46 | 148.59.182.0/24 | AS36351 | SOFTLAYER - IBM Cloud | US |
WHOIS identity
No WHOIS records are currently associated with pm.oann.com in WhisperGraph.
Subdomains
4 observed subdomains of pm.oann.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for pm.oann.com.
| Mechanism | Target |
|---|---|
| SPF_A | mta3.pm.oann.com |
| SPF_A | mta4.pm.oann.com |
| SPF_A | mta5.pm.oann.com |
| SPF_A | mx1.pm.oann.com |
| SPF_IP | 148.59.154.47 |
| SPF_IP | 148.59.154.49 |
| SPF_IP | 148.59.154.50 |
| SPF_IP | 148.59.154.51 |
| SPF_IP | 2602:ff1c:1:643:0:0:0:10 |
| SPF_IP | 2602:ff1c:1:643:0:0:0:30 |
| SPF_IP | 2602:ff1c:1:643:0:0:0:40 |
| SPF_IP | 2602:ff1c:1:643:0:0:0:50 |
Related pages
Pivot deeper into the graph from pm.oann.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pm.oann.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.