Hostname
viva.si
Last fetched
viva.si resolves to 2 IPv4 addresses operated by AS28682 in SI. WHOIS lists registrar:domenca d.o.o.registrar-url: http://www.domenca.si/| as the registrar.
Nutrition Label
Resolution chain
viva.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 |
|---|---|---|---|---|
| 145.14.48.79 | 145.14.48.0/21 | AS28682 | — | SI |
| 193.243.141.119 | 193.243.140.0/23 | AS28682 | — | SI |
WHOIS identity
- Registrar
- registrar:domenca d.o.o.registrar-url: http://www.domenca.si/|
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of viva.si.
| Subdomain |
|---|
| neo.viva.si |
| www.viva.si |
Web-graph footprint
Distinct hostnames that link to or from viva.si in the public web crawl.
118 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for viva.si.
| Mechanism | Target |
|---|---|
| SPF_A | viva.si |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 91.198.190.1/24 |
Related pages
Pivot deeper into the graph from viva.si.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "viva.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.