Hostname
eviso.sk
Last fetched
eviso.sk resolves to 1 IPv4 address operated by AS39817 in CZ. WHOIS lists registrar:zoner s.r.o. as the registrar.
Nutrition Label
Resolution chain
eviso.sk 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 |
|---|---|---|---|---|
| 81.91.222.56 | 81.91.208.0/20 | AS39817 | — | CZ |
WHOIS identity
- Registrar
- registrar:zoner s.r.o.
- Organization
- eviso czech republic, s.r.o.
- Contact emails
Subdomains
1 observed subdomain of eviso.sk.
| Subdomain |
|---|
| www.eviso.sk |
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for eviso.sk.
| Mechanism | Target |
|---|---|
| SPF_A | exomail.m7group.eu |
| SPF_INCLUDE | spf-007b4401.pphosted.com |
| SPF_INCLUDE | spf-007b4402.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 81.91.222.2 |
| SPF_IP | 83.118.224.82 |
| SPF_IP | 83.118.224.83 |
| SPF_IP | 83.118.226.130 |
| SPF_IP | 83.118.226.132 |
Related pages
Pivot deeper into the graph from eviso.sk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eviso.sk"})-[: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.