Hostname
dev.wagnerwagner.de
Last fetched
dev.wagnerwagner.de resolves to 1 IPv4 address operated by AS21499 in DE.
Nutrition Label
Resolution chain
dev.wagnerwagner.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 |
|---|---|---|---|---|
| 92.205.213.38 | 92.205.208.0/21 | AS21499 | — | DE |
WHOIS identity
No WHOIS records are currently associated with dev.wagnerwagner.de in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for dev.wagnerwagner.de.
| Mechanism | Target |
|---|---|
| SPF_A | dev.wagnerwagner.de |
| SPF_A | goenningersamen.de |
| SPF_A | vwp5084.webpack.hosteurope.de |
| SPF_A | w0201727.kasserver.com |
| SPF_A | ww-intranet.de |
| SPF_INCLUDE | ispgateway.de |
| SPF_IP | 134.119.228.37 |
| SPF_IP | 176.28.37.201 |
| SPF_IP | 2a00:1158:0:3d5::/64 |
| SPF_IP | 2a01:488:42:1000:53a9:1c3d:ffb1:c036 |
| SPF_IP | 2a01:488:42:1000:b01c:25c9:ffe2:493d |
| SPF_IP | 80.237.138.0/24 |
| SPF_IP | 83.169.28.61 |
| SPF_IP | 85.13.138.180 |
| SPF_IP | 87.138.170.28 |
| SPF_IP | 88.79.234.94 |
| SPF_MX | dev.wagnerwagner.de |
Related pages
Pivot deeper into the graph from dev.wagnerwagner.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev.wagnerwagner.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.