Hostname
relaunch.zanzu.de
Last fetched
relaunch.zanzu.de resolves to 2 IPv4 addresses operated by BfArM - Bundesinstitut fuer Arzneimittel und Medizinprodukte (BfArM) in DE.
Nutrition Label
Resolution chain
relaunch.zanzu.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 |
|---|---|---|---|---|
| 194.153.219.100 | 194.153.219.0/24 | AS6733 | BfArM - Bundesinstitut fuer Arzneimittel und Medizinprodukte (BfArM) | DE |
| 195.252.136.60 | 195.252.128.0/19 | AS61157 | PLUSSERVER-ASN1 - PlusServer GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with relaunch.zanzu.de in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for relaunch.zanzu.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.bioeg.de |
| SPF_INCLUDE | _spf.bzga.de |
| SPF_INCLUDE | _spf1.bund.de |
Related pages
Pivot deeper into the graph from relaunch.zanzu.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "relaunch.zanzu.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.