Hostname
edc-daten.de
Last fetched
edc-daten.de resolves to 1 IPv4 address operated by AS34895 in DE.
Nutrition Label
Resolution chain
edc-daten.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 |
|---|---|---|---|---|
| 83.138.89.10 | 83.138.64.0/18 | AS34895 | — | DE |
WHOIS identity
No WHOIS records are currently associated with edc-daten.de in WhisperGraph.
Subdomains
12 observed subdomains of edc-daten.de.
Web-graph footprint
Distinct hostnames that link to or from edc-daten.de in the public web crawl.
11 sites linked to from this hostname.
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for edc-daten.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 138.201.193.54 |
| SPF_IP | 188.94.250.251/32 |
| SPF_IP | 212.118.186.10/32 |
| SPF_IP | 212.211.155.28 |
| SPF_IP | 212.211.214.245 |
| SPF_IP | 212.211.217.240 |
| SPF_IP | 212.227.126.134/32 |
| SPF_IP | 217.72.192.73/32 |
| SPF_IP | 217.72.192.74/32 |
| SPF_IP | 62.159.58.186 |
| SPF_IP | 91.24.53.169 |
| SPF_MX | edc-daten.de |
Related pages
Pivot deeper into the graph from edc-daten.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "edc-daten.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.