Hostname
dukla.cz
Last fetched
dukla.cz resolves to 2 IPv4 addresses operated by IGNUM-AS - Webglobe, s.r.o. in CZ. WHOIS lists registrar:reg-webglobe as the registrar.
Nutrition Label
Resolution chain
dukla.cz resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 62.109.154.74 | 62.109.128.0/19 | AS29134 | IGNUM-AS - Webglobe, s.r.o. | CZ |
| 81.0.250.20 | 81.0.250.0/24 | AS15685 | CASABLANCA-AS - CASABLANCA INT a.s. | CZ |
WHOIS identity
- Registrar
- registrar:reg-webglobe
- Organization
- telovychovna jednota dukla praha, z.s.
- Contact emails
- —
Subdomains
2 observed subdomains of dukla.cz.
| Subdomain |
|---|
| w2.dukla.cz |
| www.dukla.cz |
Web-graph footprint
Distinct hostnames that link to or from dukla.cz in the public web crawl.
11 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for dukla.cz.
| Mechanism | Target |
|---|---|
| SPF_A | dukla.cz |
| SPF_INCLUDE | _spf.webglobe.cz |
| SPF_IP | 2001:1528:286::/48 |
| SPF_IP | 81.0.250.1/24 |
| SPF_MX | dukla.cz |
Related pages
Pivot deeper into the graph from dukla.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dukla.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.