Hostname
duden.de
Last fetched
duden.de resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
duden.de resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.196.149.80 | 18.196.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
| 3.127.130.42 | 3.124.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.68.147.7 | 3.64.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.57.159.205 | 52.57.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 63.184.9.86 | 63.184.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with duden.de in WhisperGraph.
Subdomains
39 observed subdomains of duden.de.
Showing 25 of 39. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from duden.de in the public web crawl.
7,893 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for duden.de.
| Mechanism | Target |
|---|---|
| SPF_A | duden.de |
| SPF_INCLUDE | _spf.rexx-suite.com |
| SPF_INCLUDE | spf.mtasv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 194.39.189.0/24 |
| SPF_IP | 35.156.120.155 |
| SPF_IP | 5.148.147.128/27 |
| SPF_IP | 5.35.254.138 |
| SPF_IP | 62.204.93.131/32 |
| SPF_IP | 80.237.251.224/27 |
| SPF_IP | 85.17.187.195/32 |
| SPF_IP | 87.106.189.99 |
| SPF_IP | 87.230.83.100 |
| SPF_IP | 87.252.58.128/26 |
| SPF_IP | 95.211.74.199 |
| SPF_MX | duden.de |
Related pages
Pivot deeper into the graph from duden.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "duden.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.