Hostname
sovamail.cz
Last fetched
sovamail.cz resolves to 2 IPv4 addresses operated by AS24641 in CZ. WHOIS lists registrar:reg-zoner as the registrar.
Nutrition Label
Resolution chain
sovamail.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 |
|---|---|---|---|---|
| 185.50.228.42 | 185.50.228.0/22 | AS24641 | — | CZ |
| 185.50.229.53 | 185.50.228.0/22 | AS24641 | — | CZ |
WHOIS identity
- Registrar
- registrar:reg-zoner
- Organization
- sova net s.r.o.
- Contact emails
- —
Subdomains
8 observed subdomains of sovamail.cz.
Threat posture
History
Mail and authentication
MX records
- sovamail.cz
SPF policy
3 SPF mechanisms authorising senders for sovamail.cz.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.smartemailing.cz |
| SPF_INCLUDE | spf.sovanet.cz |
| SPF_MX | sovamail.cz |
Related pages
Pivot deeper into the graph from sovamail.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sovamail.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.