Hostname
wolfnet.cz
Last fetched
wolfnet.cz resolves to 1 IPv4 address operated by AS201476 in CZ. WHOIS lists registrar:reg-active24 as the registrar.
Nutrition Label
Resolution chain
wolfnet.cz 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 |
|---|---|---|---|---|
| 94.138.121.180 | 94.138.120.0/22 | AS201476 | — | CZ |
WHOIS identity
- Registrar
- registrar:reg-active24
- Organization
- wolfstein s.r.o.
- Contact emails
- —
Subdomains
28 observed subdomains of wolfnet.cz.
Showing 25 of 28. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from wolfnet.cz in the public web crawl.
22 sites link to this hostname.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for wolfnet.cz.
| Mechanism | Target |
|---|---|
| SPF_A | wolfnet.cz |
| SPF_INCLUDE | _relay.wolfnet.cz |
| SPF_IP | 185.73.104.139 |
| SPF_IP | 185.73.104.168 |
| SPF_IP | 185.73.106.16 |
| SPF_IP | 77.104.210.244 |
| SPF_IP | 77.104.245.11 |
| SPF_IP | 77.104.245.12 |
| SPF_IP | 77.104.245.9 |
| SPF_IP | 78.111.114.106 |
Related pages
Pivot deeper into the graph from wolfnet.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wolfnet.cz"})-[: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.