Hostname
wz.de
Last fetched
wz.de resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
wz.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 |
|---|---|---|---|---|
| 104.18.0.10 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.1.10 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 149.221.196.76 | 149.221.0.0/16 | AS9175 | — | DE |
WHOIS identity
No WHOIS records are currently associated with wz.de in WhisperGraph.
Subdomains
60 observed subdomains of wz.de.
Showing 25 of 60. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from wz.de in the public web crawl.
3,644 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for wz.de.
| Mechanism | Target |
|---|---|
| SPF_A | wz.de |
| SPF_INCLUDE | _spf.emaillabs.net.pl |
| SPF_INCLUDE | _spf.rexx-suite.com |
| SPF_INCLUDE | mailcontrol.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 2a01:4f8:c2c:2208::/64 |
| SPF_IP | 85.13.130.119 |
| SPF_IP | 88.99.227.225 |
| SPF_IP | 88.99.64.201/32 |
Related pages
Pivot deeper into the graph from wz.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wz.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.