Hostname
optimus.si
Last fetched
optimus.si resolves to 1 IPv4 address operated by AS48894 in SI.
Nutrition Label
Resolution chain
optimus.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.240.216.190 | 91.240.216.0/24 | AS48894 | — | SI |
WHOIS identity
No WHOIS records are currently associated with optimus.si in WhisperGraph.
Subdomains
112 observed subdomains of optimus.si.
Showing 25 of 112. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from optimus.si in the public web crawl.
9 sites link to this hostname.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for optimus.si.
| Mechanism | Target |
|---|---|
| SPF_A | optimus.si |
| SPF_IP | 193.9.21.29 |
| SPF_IP | 91.223.182.11 |
| SPF_IP | 91.240.216.193 |
| SPF_IP | 91.240.216.68 |
| SPF_IP | 91.240.216.69 |
| SPF_IP | 91.240.216.70 |
| SPF_MX | optimus.si |
Related pages
Pivot deeper into the graph from optimus.si.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "optimus.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.