Hostname
comacomp.cz
Last fetched
comacomp.cz resolves to 1 IPv4 address operated by AS15425 in CZ. WHOIS lists registrar:reg-internet-cz as the registrar.
Nutrition Label
Resolution chain
comacomp.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 |
|---|---|---|---|---|
| 84.16.96.11 | 84.16.96.0/19 | AS15425 | — | CZ |
WHOIS identity
- Registrar
- registrar:reg-internet-cz
- Organization
- poda a.s.
- Contact emails
- —
Subdomains
23 observed subdomains of comacomp.cz.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for comacomp.cz.
| Mechanism | Target |
|---|---|
| SPF_IP | 176.227.248.0/21 |
| SPF_IP | 185.5.68.0/22 |
| SPF_IP | 188.134.128.0/17 |
| SPF_IP | 193.165.236.0/23 |
| SPF_IP | 193.165.96.0/23 |
| SPF_IP | 31.28.128.0/19 |
| SPF_IP | 84.16.96.0/19 |
| SPF_IP | 84.21.96.0/19 |
| SPF_IP | 86.61.128.0/17 |
| SPF_IP | 93.181.64.0/18 |
| SPF_MX | comacomp.cz |
Related pages
Pivot deeper into the graph from comacomp.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comacomp.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.