Hostname
fzi.de
Last fetched
fzi.de resolves to 3 IPv4 addresses operated by LOHI in DE.
Nutrition Label
Resolution chain
fzi.de resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 141.21.0.11 | 141.21.0.0/16 | AS205046 | LOHI | DE |
| 141.21.0.12 | 141.21.0.0/16 | AS205046 | LOHI | DE |
| 141.21.0.13 | 141.21.0.0/16 | AS205046 | LOHI | DE |
WHOIS identity
No WHOIS records are currently associated with fzi.de in WhisperGraph.
Subdomains
1,350 observed subdomains of fzi.de.
Showing 25 of 1,350. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fzi.de in the public web crawl.
724 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for fzi.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 141.21.17.46 |
| SPF_IP | 141.21.17.47 |
| SPF_IP | 141.21.8.137 |
| SPF_IP | 141.21.8.250 |
| SPF_IP | 141.21.8.251 |
| SPF_IP | 141.21.8.252 |
| SPF_IP | 2001:67c:2acc:5:141:21:8:137 |
| SPF_IP | 2001:67c:2acc:8:141:21:17:46 |
| SPF_IP | 2001:67c:2acc:8:141:21:17:47 |
Related pages
Pivot deeper into the graph from fzi.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fzi.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.