Hostname
lori.lv
Last fetched
lori.lv resolves to 1 IPv4 address operated by AS2588 in LV.
Nutrition Label
Resolution chain
lori.lv 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 |
|---|---|---|---|---|
| 94.101.235.109 | 94.101.224.0/20 | AS2588 | — | LV |
WHOIS identity
No WHOIS records are currently associated with lori.lv in WhisperGraph.
Subdomains
6 observed subdomains of lori.lv.
Web-graph footprint
Distinct hostnames that link to or from lori.lv in the public web crawl.
9 sites link to this hostname.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for lori.lv.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 194.8.5.85 |
| SPF_IP | 213.21.198.216 |
| SPF_IP | 213.21.215.171 |
| SPF_IP | 87.110.224.26 |
| SPF_IP | 91.221.62.0/23 |
| SPF_MX | lori.lv |
Related pages
Pivot deeper into the graph from lori.lv.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lori.lv"})-[: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.