Hostname
uzis.cz
Last fetched
uzis.cz resolves to 1 IPv4 address operated by AS39453 in CZ. WHOIS lists registrar:reg-active24 as the registrar.
Nutrition Label
Resolution chain
uzis.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 |
|---|---|---|---|---|
| 193.16.104.139 | 193.16.104.0/24 | AS39453 | — | CZ |
WHOIS identity
- Registrar
- registrar:reg-active24
- Organization
- institute of health information and statistics
- Contact emails
Subdomains
92 observed subdomains of uzis.cz.
Showing 25 of 92. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from uzis.cz in the public web crawl.
711 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for uzis.cz.
| Mechanism | Target |
|---|---|
| SPF_A | angina.mzcr.cz |
| SPF_A | uzis.cz |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.16.104.16 |
| SPF_IP | 193.16.104.17 |
| SPF_IP | 193.84.7.64/28 |
| SPF_IP | 193.84.7.70 |
| SPF_IP | 193.86.3.52 |
| SPF_MX | uzis.cz |
Related pages
Pivot deeper into the graph from uzis.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uzis.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.