Hostname
finance24.si
Last fetched
finance24.si resolves to 1 IPv4 address operated by XLAB-AS in SI.
Nutrition Label
Resolution chain
finance24.si 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 |
|---|---|---|---|---|
| 91.217.255.42 | 91.217.255.0/24 | AS51573 | XLAB-AS | SI |
WHOIS identity
No WHOIS records are currently associated with finance24.si in WhisperGraph.
Subdomains
13 observed subdomains of finance24.si.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for finance24.si.
| Mechanism | Target |
|---|---|
| SPF_A | 40-255-217-91.xlab.si |
| SPF_A | finance24.si |
| SPF_INCLUDE | _spf.controlpanel.si |
| SPF_IP | 212.44.101.106 |
| SPF_IP | 212.44.101.76/24 |
| SPF_MX | finance24.si |
Related pages
Pivot deeper into the graph from finance24.si.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "finance24.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.