Skip to content

Hostname

dfki.de

Last fetched

dfki.de resolves to 2 IPv4 addresses operated by DFN Verein zur Foerderung eines Deutschen Forschungsnetzes e.V. in DE.

Nutrition Label

WHISPER CANON · dfki.deRouting diversity1.5/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency0.0/10Resolver footprint5.2/10canon.whisper.security/host/dfki.de

Resolution chain

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

IPPrefixASNOperatorCountry
134.96.191.188134.96.0.0/16AS680DFN Verein zur Foerderung eines Deutschen Forschungsnetzes e.V.DE
134.96.191.57134.96.0.0/16AS680DFN Verein zur Foerderung eines Deutschen Forschungsnetzes e.V.DE

WHOIS identity

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

Subdomains

1,021 observed subdomains of dfki.de.

Web-graph footprint

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

2,546 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for dfki.de.

MechanismTarget
SPF_INCLUDEspf-kl.dfki.de
SPF_INCLUDEspf-sb.dfki.de
SPF_INCLUDEspf-x.dfki.de
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from dfki.de.

Cypher and MCP

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

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