Skip to content

Hostname

dak.de

Last fetched

dak.de resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
20.103.93.17120.64.0.0/10AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationNL
9.163.83.839.163.0.0/16AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationNL

WHOIS identity

No WHOIS records are currently associated with dak.de in WhisperGraph.

Subdomains

80 observed subdomains of dak.de.

Web-graph footprint

Distinct hostnames that link to or from dak.de in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

27 SPF mechanisms authorising senders for dak.de.

MechanismTarget
SPF_INCLUDE_spf.zimpel.de
SPF_INCLUDEspf.nl2go.com
SPF_IP129.35.197.201
SPF_IP129.35.197.202/31
SPF_IP129.35.197.204/31
SPF_IP129.35.197.206
SPF_IP195.2.178.182
SPF_IP2002:5bd0:440b:1:0:0:0:4
SPF_IP2002:5bd0:440b:1:0:0:0:a
SPF_IP2002:5bd0:440b:1:0:0:0:b
SPF_IP2002:5bd0:440b:1::2/127
SPF_IP213.61.132.212/31
SPF_IP217.110.79.38
SPF_IP217.110.79.39
SPF_IP34.107.8.58/32
SPF_IP35.242.247.107/32
SPF_IP46.232.231.93
SPF_IP85.237.87.117
SPF_IP89.202.109.2
SPF_IP91.208.68.110
SPF_IP91.208.68.111
SPF_IP91.208.68.147
SPF_IP91.208.68.155
SPF_IP91.208.68.187
SPF_IP91.208.68.236
SPF_IP91.208.68.237
SPF_IP91.208.68.56/31

Related pages

Pivot deeper into the graph from dak.de.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "dak.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.