Hostname
zoot.cz
Last fetched
zoot.cz resolves to 1 IPv4 address operated by AS47110 in CZ. WHOIS lists registrar:reg-netim as the registrar.
Nutrition Label
Resolution chain
zoot.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 |
|---|---|---|---|---|
| 185.10.86.187 | 185.10.84.0/22 | AS47110 | — | CZ |
WHOIS identity
- Registrar
- registrar:reg-netim
- Organization
- zoot a.s. zoot a.s.
- Contact emails
Subdomains
68 observed subdomains of zoot.cz.
Showing 25 of 68. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from zoot.cz in the public web crawl.
357 sites link to this hostname.
9 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 zoot.cz.
| Mechanism | Target |
|---|---|
| SPF_A | zoot.cz |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.digitalpeople.cz |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfe.targito.com |
| SPF_IP | 185.26.104.0/22 |
| SPF_IP | 31.31.74.181 |
| SPF_IP | 31.31.74.44 |
| SPF_IP | 37.157.192.226 |
| SPF_IP | 77.93.198.178 |
Related pages
Pivot deeper into the graph from zoot.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zoot.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.