Hostname
mail.pvth.de
Last fetched
mail.pvth.de resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
mail.pvth.de 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 |
|---|---|---|---|---|
| 136.243.200.202 | 136.243.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with mail.pvth.de in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for mail.pvth.de.
| Mechanism | Target |
|---|---|
| SPF_A | mail.pvth.de |
| SPF_IP | 136.243.200.200/29 |
| SPF_IP | 138.201.22.220 |
| SPF_IP | 138.201.22.223 |
| SPF_IP | 195.201.217.252 |
| SPF_IP | 202.61.248.74 |
| SPF_IP | 2a01:4f8:171:2de2::/64 |
| SPF_IP | 2a01:4f8:1c17:413b:0:0:0:1 |
| SPF_IP | 2a01:4f8:1c1c:2207:0:0:0:1 |
| SPF_IP | 2a03:4000:54:ea:0:0:0:1 |
| SPF_IP | 78.46.198.140 |
| SPF_MX | mail.pvth.de |
Related pages
Pivot deeper into the graph from mail.pvth.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.pvth.de"})-[: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.