Skip to content

Hostname

adns.de

Last fetched

adns.de resolves to 1 IPv4 address operated by HOSTSERVER-AS Hostserver GmbH in DE.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
217.31.81.66217.31.80.0/20AS29140HOSTSERVER-AS Hostserver GmbHDE

WHOIS identity

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

Subdomains

662 observed subdomains of adns.de.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for adns.de.

MechanismTarget
SPF_IP217.31.80.0/20
SPF_IP2a00:15a8::/32
SPF_IP62.116.145.0/24

Related pages

Pivot deeper into the graph from adns.de.

Cypher and MCP

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

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