Hostname
out.mr-daten.de
Last fetched
out.mr-daten.de resolves to 8 IPv4 addresses operated by VODANET International IP-Backbone of Vodafone in DE.
Nutrition Label
Resolution chain
out.mr-daten.de resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 145.253.251.195 | 145.253.0.0/16 | AS3209 | VODANET International IP-Backbone of Vodafone | DE |
| 145.253.251.222 | 145.253.0.0/16 | AS3209 | VODANET International IP-Backbone of Vodafone | DE |
| 151.189.111.26 | 151.189.0.0/16 | AS3209 | VODANET International IP-Backbone of Vodafone | DE |
| 188.111.33.74 | 188.96.0.0/12 | AS3209 | VODANET International IP-Backbone of Vodafone | DE |
| 45.12.8.1 | 45.12.8.0/22 | AS208989 | ASMRDATEN | DE |
| 45.12.8.6 | 45.12.8.0/22 | AS208989 | ASMRDATEN | DE |
| 88.79.255.58 | 88.64.0.0/12 | AS3209 | VODANET International IP-Backbone of Vodafone | DE |
| 88.79.255.62 | 88.64.0.0/12 | AS3209 | VODANET International IP-Backbone of Vodafone | DE |
WHOIS identity
No WHOIS records are currently associated with out.mr-daten.de in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from out.mr-daten.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "out.mr-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.