Hostname
notifications.pollardwater.com
Last fetched
notifications.pollardwater.com resolves to 4 IPv4 addresses operated by AS17639 in PH.
Nutrition Label
Resolution chain
notifications.pollardwater.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 |
|---|---|---|---|---|
| 161.49.20.35 | 161.49.20.0/22 | AS17639 | — | PH |
| 161.49.20.40 | 161.49.20.0/22 | AS17639 | — | PH |
| 23.44.203.70 | 23.44.203.0/24 | AS20940 | — | US |
| 23.44.203.71 | 23.44.203.0/24 | AS20940 | — | US |
WHOIS identity
No WHOIS records are currently associated with notifications.pollardwater.com in WhisperGraph.
Subdomains
1 observed subdomain of notifications.pollardwater.com.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for notifications.pollardwater.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 12.130.132.231 |
| SPF_IP | 129.157.116.158 |
| SPF_IP | 129.157.116.203 |
| SPF_IP | 129.157.116.204 |
| SPF_IP | 129.157.117.100 |
| SPF_IP | 129.157.117.60 |
| SPF_IP | 129.157.117.99 |
Related pages
Pivot deeper into the graph from notifications.pollardwater.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "notifications.pollardwater.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.