Hostname
ruegenwalder.de
Last fetched
ruegenwalder.de resolves to 1 IPv4 address operated by AS58010 in DE.
Nutrition Label
Resolution chain
ruegenwalder.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 |
|---|---|---|---|---|
| 37.208.106.125 | 37.208.104.0/21 | AS58010 | — | DE |
WHOIS identity
No WHOIS records are currently associated with ruegenwalder.de in WhisperGraph.
Subdomains
26 observed subdomains of ruegenwalder.de.
Showing 20 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ruegenwalder.de in the public web crawl.
342 sites link to this hostname.
41 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for ruegenwalder.de.
| Mechanism | Target |
|---|---|
| SPF_A | deneb.saturn.minuskel.de |
| SPF_A | mail.minuskel.de |
| SPF_INCLUDE | spf.de.umantis.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 128.127.48.0/23 |
| SPF_IP | 185.195.148.0/24 |
| SPF_IP | 2a00:d0c0:c:2106:0:0:0:125 |
| SPF_IP | 37.208.106.120/29 |
| SPF_IP | 78.46.179.109 |
Related pages
Pivot deeper into the graph from ruegenwalder.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ruegenwalder.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.