Hostname
ezdrav.si
Last fetched
ezdrav.si resolves to 2 IPv4 addresses operated by SIOL-NET - Telekom Slovenije, d.d..
Nutrition Label
Resolution chain
ezdrav.si 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 |
|---|---|---|---|---|
| 195.250.208.42 | 195.250.208.0/21 | AS5603 | SIOL-NET - Telekom Slovenije, d.d. | — |
| 195.250.210.42 | 195.250.208.0/21 | AS5603 | SIOL-NET - Telekom Slovenije, d.d. | — |
WHOIS identity
No WHOIS records are currently associated with ezdrav.si in WhisperGraph.
Subdomains
18 observed subdomains of ezdrav.si.
Web-graph footprint
Distinct hostnames that link to or from ezdrav.si in the public web crawl.
43 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for ezdrav.si.
| Mechanism | Target |
|---|---|
| SPF_A | ezdrav.si |
| SPF_IP | 163.159.18.0/26 |
| SPF_IP | 163.159.82.0/26 |
| SPF_IP | 193.23.137.144 |
| SPF_IP | 193.23.137.145 |
| SPF_IP | 195.250.210.64/26 |
| SPF_IP | 91.235.242.11 |
| SPF_MX | ezdrav.si |
Related pages
Pivot deeper into the graph from ezdrav.si.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ezdrav.si"})-[: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.