Hostname
wdr.de
Last fetched
wdr.de resolves to 1 IPv4 address operated by WDR-AS in DE.
Nutrition Label
Resolution chain
wdr.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 |
|---|---|---|---|---|
| 149.219.209.51 | 149.219.0.0/16 | AS8303 | WDR-AS | DE |
WHOIS identity
No WHOIS records are currently associated with wdr.de in WhisperGraph.
Subdomains
423 observed subdomains of wdr.de.
Showing 25 of 423. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from wdr.de in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
22 SPF mechanisms authorising senders for wdr.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _pui.sr.de |
| SPF_INCLUDE | spf.crsend.com |
| SPF_INCLUDE | spf.emailsys.net |
| SPF_INCLUDE | spf.nl2go.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.219.195.47 |
| SPF_IP | 149.219.195.48 |
| SPF_IP | 149.219.195.49 |
| SPF_IP | 149.219.195.52 |
| SPF_IP | 149.219.195.56 |
| SPF_IP | 149.219.195.57 |
| SPF_IP | 149.219.195.58 |
| SPF_IP | 149.219.195.59 |
| SPF_IP | 149.219.195.70 |
| SPF_IP | 149.219.195.75 |
| SPF_IP | 194.76.107.22 |
| SPF_IP | 194.76.107.23 |
| SPF_IP | 46.232.228.79 |
| SPF_IP | 62.138.185.200/32 |
| SPF_IP | 91.217.141.0/24 |
| SPF_IP | 91.220.162.58/32 |
| SPF_MX | wdr.de |
Related pages
Pivot deeper into the graph from wdr.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wdr.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.