Hostname
heath.cz
Last fetched
heath.cz resolves to 2 IPv4 addresses operated by IGNUM-AS - Webglobe, s.r.o. in CZ. WHOIS lists registrar:reg-internet-cz as the registrar.
Nutrition Label
Resolution chain
heath.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.151.135 | 62.109.128.0/19 | AS29134 | IGNUM-AS - Webglobe, s.r.o. | CZ |
| 77.93.196.12 | 77.93.192.0/19 | AS24971 | MASTER-AS - MasterDC s.r.o. | CZ |
WHOIS identity
- Registrar
- registrar:reg-internet-cz
- Organization
- tomáš resler
- Contact emails
- —
Subdomains
1 observed subdomain of heath.cz.
| Subdomain |
|---|
| www.heath.cz |
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for heath.cz.
| Mechanism | Target |
|---|---|
| SPF_A | heath.cz |
| SPF_INCLUDE | spfcust.bfp.cz |
| SPF_MX | heath.cz |
Related pages
Pivot deeper into the graph from heath.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "heath.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.