Hostname
obalaplus.si
Last fetched
obalaplus.si resolves to 2 IPv4 addresses operated by AS28682 in SI.
Nutrition Label
Resolution chain
obalaplus.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.10.239 | 145.14.8.0/21 | AS28682 | — | SI |
| 23.56.109.26 | 23.56.109.0/24 | AS20940 | — | US |
WHOIS identity
No WHOIS records are currently associated with obalaplus.si in WhisperGraph.
Subdomains
7 observed subdomains of obalaplus.si.
Web-graph footprint
Distinct hostnames that link to or from obalaplus.si in the public web crawl.
59 sites link to this hostname.
1,220 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for obalaplus.si.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.migadu.com |
| SPF_IP | 212.44.104.77/32 |
| SPF_IP | 212.44.106.161 |
Related pages
Pivot deeper into the graph from obalaplus.si.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "obalaplus.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.