Hostname
trautes.de
Last fetched
trautes.de appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
trautes.de has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
No WHOIS records are currently associated with trautes.de in WhisperGraph.
Subdomains
12 observed subdomains of trautes.de.
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for trautes.de.
| Mechanism | Target |
|---|---|
| SPF_A | eu-ex.win.trautes.eu |
| SPF_A | isp1.trautes.eu |
| SPF_A | mail1.trautes.com |
| SPF_A | mail2.trautes.de |
| SPF_A | mcheck.trautes.de |
| SPF_A | trautes.de |
| SPF_A | trautes.no-ip.com |
| SPF_IP | 213.178.12.10 |
| SPF_IP | 213.178.12.15 |
| SPF_IP | 213.178.12.4 |
| SPF_IP | 2a00:1928:0:2:0:0:0:10 |
| SPF_IP | 2a00:1928:0:2:0:0:0:15 |
| SPF_IP | 2a00:1928:0:3:0:0:0:2 |
| SPF_MX | trautes.de |
Related pages
Pivot deeper into the graph from trautes.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "trautes.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.