Skip to content

Hostname

duden.de

Last fetched

duden.de resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

WHISPER CANON · duden.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/duden.de

Resolution chain

duden.de resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.196.149.8018.196.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.DE
208.91.112.55208.91.112.0/24AS40934FORTINET - Fortinet Inc.US
208.91.112.55208.91.112.0/24AS40934FORTINET - Fortinet Inc.CA
3.127.130.423.124.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE
3.68.147.73.64.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.DE
52.57.159.20552.57.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.DE
63.184.9.8663.184.0.0/14AS16509AMAZON-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.

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

SPF policy

16 SPF mechanisms authorising senders for duden.de.

MechanismTarget
SPF_Aduden.de
SPF_INCLUDE_spf.rexx-suite.com
SPF_INCLUDEspf.mtasv.net
SPF_INCLUDEspf.protection.outlook.com
SPF_IP194.39.189.0/24
SPF_IP35.156.120.155
SPF_IP5.148.147.128/27
SPF_IP5.35.254.138
SPF_IP62.204.93.131/32
SPF_IP80.237.251.224/27
SPF_IP85.17.187.195/32
SPF_IP87.106.189.99
SPF_IP87.230.83.100
SPF_IP87.252.58.128/26
SPF_IP95.211.74.199
SPF_MXduden.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.