Hostname
ddv-technik.de
Last fetched
ddv-technik.de resolves to 1 IPv4 address operated by VODANET - Vodafone GmbH in DE.
Nutrition Label
Resolution chain
ddv-technik.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 |
|---|---|---|---|---|
| 193.30.60.245 | 193.30.60.0/24 | AS3209 | VODANET - Vodafone GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with ddv-technik.de in WhisperGraph.
Subdomains
22 observed subdomains of ddv-technik.de.
Showing 20 of 22. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ddv-technik.de in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for ddv-technik.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.gutenberg-rz.de |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 172.16.0.0/12 |
| SPF_IP | 195.74.44.0/22 |
| SPF_IP | 213.239.212.68/32 |
| SPF_IP | 5.75.173.135/32 |
| SPF_IP | 78.47.69.98/32 |
| SPF_IP | 88.198.158.179/32 |
Related pages
Pivot deeper into the graph from ddv-technik.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ddv-technik.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.