Hostname
idd-net.de
Last fetched
idd-net.de resolves to 2 IPv4 addresses operated by AS31103 in DE.
Nutrition Label
Resolution chain
idd-net.de resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 84.19.162.245 | 84.19.160.0/19 | AS31103 | — | DE |
| 92.204.37.15 | 92.204.37.0/24 | AS34011 | — | DE |
WHOIS identity
No WHOIS records are currently associated with idd-net.de in WhisperGraph.
Subdomains
93 observed subdomains of idd-net.de.
Web-graph footprint
Distinct hostnames that link to or from idd-net.de in the public web crawl.
67 sites link to this hostname.
28 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for idd-net.de.
| Mechanism | Target |
|---|---|
| SPF_A | idd-net.de |
| SPF_INCLUDE | ispgateway.de |
| SPF_IP | 2a00:1158:5:60f:0:0:0:0 |
| SPF_IP | 92.204.37.15 |
| SPF_MX | idd-net.de |
Related pages
Pivot deeper into the graph from idd-net.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "idd-net.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.