Hostname
pop.servmailer.com
Last fetched
pop.servmailer.com resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
pop.servmailer.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 |
|---|---|---|---|---|
| 85.10.215.139 | 85.10.192.0/18 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with pop.servmailer.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- pop.servmailer.com
SPF policy
24 SPF mechanisms authorising senders for pop.servmailer.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 102.219.93.0/24 |
| SPF_IP | 154.0.13.104/29 |
| SPF_IP | 154.0.15.96/28 |
| SPF_IP | 41.193.66.194/31 |
| SPF_IP | 41.193.66.196/30 |
| SPF_IP | 41.193.66.200/29 |
| SPF_IP | 41.193.66.208/28 |
| SPF_IP | 41.193.66.224/28 |
| SPF_IP | 41.193.66.240/30 |
| SPF_IP | 41.193.66.244/32 |
| SPF_IP | 68.169.14.0/24 |
| SPF_IP | 69.63.146.128/26 |
| SPF_IP | 69.63.148.88/30 |
| SPF_IP | 69.63.148.92/31 |
| SPF_IP | 69.63.148.94 |
| SPF_IP | 69.63.149.149/32 |
| SPF_IP | 69.63.149.150/31 |
| SPF_IP | 69.63.149.152/29 |
| SPF_IP | 69.63.149.160/30 |
| SPF_IP | 69.63.149.164 |
| SPF_IP | 69.63.158.32/28 |
| SPF_IP | 69.63.159.119 |
| SPF_IP | 69.63.159.128/31 |
| SPF_IP | 69.63.159.92 |
Related pages
Pivot deeper into the graph from pop.servmailer.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pop.servmailer.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.