Hostname
ts.lv
Last fetched
ts.lv resolves to 2 IPv4 addresses operated by AS8285 in LV.
Nutrition Label
Resolution chain
ts.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 |
|---|---|---|---|---|
| 213.21.217.77 | 213.21.192.0/18 | AS8285 | — | LV |
| 46.62.201.252 | 46.62.128.0/17 | AS24940 | — | FI |
WHOIS identity
No WHOIS records are currently associated with ts.lv in WhisperGraph.
Subdomains
6 observed subdomains of ts.lv.
Showing 5 of 6. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ts.lv in the public web crawl.
8 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
3 SPF mechanisms authorising senders for ts.lv.
| Mechanism | Target |
|---|---|
| SPF_IP | 194.19.240.252 |
| SPF_IP | 213.21.217.64/26 |
| SPF_IP | 80.233.141.162 |
Related pages
Pivot deeper into the graph from ts.lv.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ts.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.