Hostname
prevalje.si
Last fetched
prevalje.si resolves to 2 IPv4 addresses operated by SIOL-NET - Telekom Slovenije, d.d. in SI.
Nutrition Label
Resolution chain
prevalje.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 |
|---|---|---|---|---|
| 212.30.70.217 | 212.30.64.0/20 | AS5603 | SIOL-NET - Telekom Slovenije, d.d. | SI |
| 212.44.120.57 | 212.44.120.0/24 | AS43128 | DHH-AS - DHH-AS | SI |
WHOIS identity
No WHOIS records are currently associated with prevalje.si in WhisperGraph.
Subdomains
1 observed subdomain of prevalje.si.
| Subdomain |
|---|
| www.prevalje.si |
Web-graph footprint
Distinct hostnames that link to or from prevalje.si in the public web crawl.
58 sites link to this hostname.
69 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for prevalje.si.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.gov.si |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 212.30.70.217 |
| SPF_IP | 212.44.120.57 |
| SPF_IP | 84.39.213.0/24 |
| SPF_IP | 84.39.222.0/24 |
Related pages
Pivot deeper into the graph from prevalje.si.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "prevalje.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.