Hostname
jablotron.lv
Last fetched
jablotron.lv resolves to 2 IPv4 addresses operated by PERFORMIVE - Performive LLC in US.
Nutrition Label
Resolution chain
jablotron.lv 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 |
|---|---|---|---|---|
| 192.111.130.118 | 192.111.130.0/24 | AS46562 | PERFORMIVE - Performive LLC | US |
| 217.199.97.54 | 217.199.96.0/19 | AS20910 | BALTKOM-AS - SIA "BITE Latvija" | LV |
WHOIS identity
No WHOIS records are currently associated with jablotron.lv in WhisperGraph.
Subdomains
3 observed subdomains of jablotron.lv.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for jablotron.lv.
| Mechanism | Target |
|---|---|
| SPF_A | jablotron.lv |
| SPF_IP | 217.199.97.51 |
| SPF_IP | 66.71.250.18 |
| SPF_IP | 80.232.217.1 |
| SPF_IP | 89.201.125.94 |
| SPF_IP | 91.188.33.222 |
| SPF_IP | 92.240.75.0/24 |
| SPF_IP | 92.240.95.0/24 |
| SPF_IP | 94.100.3.35 |
| SPF_MX | jablotron.lv |
Related pages
Pivot deeper into the graph from jablotron.lv.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jablotron.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.