Skip to content

Hostname

dpg.de

Last fetched

dpg.de resolves to 1 IPv4 address operated by DUNKEL in DE.

Nutrition Label

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

Resolution chain

dpg.de resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
88.215.203.14988.215.192.0/19AS8520DUNKELDE

WHOIS identity

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

Subdomains

10 observed subdomains of dpg.de.

Web-graph footprint

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

9 sites link to this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for dpg.de.

MechanismTarget
SPF_INCLUDEspf.sec-provider.de
SPF_IP82.100.234.194
SPF_IP88.215.193.23
SPF_IP88.215.193.7
SPF_MXdpg.de

Related pages

Pivot deeper into the graph from dpg.de.

Cypher and MCP

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

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