Hostname
avacom.cz
Last fetched
avacom.cz resolves to 1 IPv4 address operated by AS16019 in CZ. WHOIS lists registrar:reg-active24 as the registrar.
Nutrition Label
Resolution chain
avacom.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 |
|---|---|---|---|---|
| 93.90.167.55 | 93.90.160.0/20 | AS16019 | — | CZ |
WHOIS identity
- Registrar
- registrar:reg-active24
- Organization
- cdi computers s.r.o.
- Contact emails
Subdomains
17 observed subdomains of avacom.cz.
Web-graph footprint
Distinct hostnames that link to or from avacom.cz in the public web crawl.
125 sites link to this hostname.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for avacom.cz.
| Mechanism | Target |
|---|---|
| SPF_A | avacom.cz |
| SPF_IP | 165.72.200.0/24 |
| SPF_IP | 165.72.56.25/32 |
| SPF_IP | 80.250.13.65 |
| SPF_IP | 80.250.14.165 |
| SPF_IP | 89.24.108.106 |
| SPF_IP | 93.90.167.32/27 |
| SPF_IP | 95.80.221.140 |
| SPF_MX | avacom.cz |
Related pages
Pivot deeper into the graph from avacom.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "avacom.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.