Hostname
plm.ao
Last fetched
plm.ao resolves to 2 IPv4 addresses operated by AS37645 in AO.
Nutrition Label
Resolution chain
plm.ao resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 102.130.192.248 | 102.130.192.0/21 | AS37645 | — | AO |
| 41.63.161.183 | 41.63.160.0/21 | AS36907 | — | AO |
WHOIS identity
No WHOIS records are currently associated with plm.ao in WhisperGraph.
Subdomains
2 observed subdomains of plm.ao.
| Subdomain |
|---|
| qr.plm.ao |
| www.plm.ao |
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for plm.ao.
| Mechanism | Target |
|---|---|
| SPF_A | plm.ao |
| SPF_MX | plm.ao |
Related pages
Pivot deeper into the graph from plm.ao.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "plm.ao"})-[: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.