Hostname
mail.platzl.de
Last fetched
mail.platzl.de resolves to 1 IPv4 address operated by AS34011 in DE.
Nutrition Label
Resolution chain
mail.platzl.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 |
|---|---|---|---|---|
| 80.67.16.8 | 80.67.16.0/24 | AS34011 | — | DE |
WHOIS identity
No WHOIS records are currently associated with mail.platzl.de in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
21 SPF mechanisms authorising senders for mail.platzl.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.sendnode.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.de |
| SPF_INCLUDE | spf.tmes.trendmicro.com |
| SPF_IP | 109.71.72.73 |
| SPF_IP | 150.70.226.151 |
| SPF_IP | 150.70.236.0/24 |
| SPF_IP | 150.70.236.154 |
| SPF_IP | 150.70.238.0/24 |
| SPF_IP | 150.70.239.0/24 |
| SPF_IP | 188.174.253.4 |
| SPF_IP | 209.242.69.231/32 |
| SPF_IP | 23.101.77.60/32 |
| SPF_IP | 2a01:111:f100:9001:0:0:1761:93f7 |
| SPF_IP | 52.58.63.0/24 |
| SPF_IP | 62.245.167.226 |
| SPF_IP | 62.245.167.227 |
| SPF_IP | 62.245.167.229 |
| SPF_IP | 80.190.121.128/25 |
| SPF_MX | mail.platzl.de |
Related pages
Pivot deeper into the graph from mail.platzl.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.platzl.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.