Hostname
admindu.de
Last fetched
admindu.de resolves to 1 IPv4 address operated by LFNET-AS01 in DE.
Nutrition Label
Resolution chain
admindu.de resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 212.9.185.119 | 212.9.160.0/19 | AS12374 | LFNET-AS01 | DE |
WHOIS identity
No WHOIS records are currently associated with admindu.de in WhisperGraph.
Subdomains
20 observed subdomains of admindu.de.
Web-graph footprint
Distinct hostnames that link to or from admindu.de in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for admindu.de.
| Mechanism | Target |
|---|---|
| SPF_A | admindu.de |
| SPF_IP | 2001:14b0:c01a:1000:0:0:0:10 |
| SPF_IP | 2001:14b0:c01a:1000:0:0:0:20 |
| SPF_IP | 2001:14b0:c01a:1:0:0:0:10 |
| SPF_IP | 212.9.164.98 |
| SPF_IP | 212.9.185.116 |
| SPF_IP | 212.9.185.117 |
| SPF_IP | 212.9.185.120 |
| SPF_MX | admindu.de |
Related pages
Pivot deeper into the graph from admindu.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "admindu.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.