Hostname
oli.is
Last fetched
oli.is resolves to 2 IPv4 addresses operated by AS44515 in IS.
Nutrition Label
Resolution chain
oli.is 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 |
|---|---|---|---|---|
| 82.221.22.79 | 82.221.22.0/24 | AS44515 | — | IS |
| 82.221.98.37 | 82.221.96.0/19 | AS50613 | — | IS |
WHOIS identity
No WHOIS records are currently associated with oli.is in WhisperGraph.
Subdomains
55 observed subdomains of oli.is.
Showing 24 of 55. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from oli.is in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for oli.is.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.protonmail.ch |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_MX | oli.is |
Related pages
Pivot deeper into the graph from oli.is.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oli.is"})-[: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.