Hostname
lvt.im
Last fetched
lvt.im resolves to 2 IPv4 addresses operated by AS41733 in RU.
Nutrition Label
Resolution chain
lvt.im 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 |
|---|---|---|---|---|
| 188.134.12.173 | 188.134.0.0/19 | AS41733 | — | RU |
| 31.31.196.60 | 31.31.196.0/24 | AS197695 | — | RU |
WHOIS identity
No WHOIS records are currently associated with lvt.im in WhisperGraph.
Subdomains
3 observed subdomains of lvt.im.
| Subdomain |
|---|
| _spf.lvt.im |
| hehe.lvt.im |
| mail.lvt.im |
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for lvt.im.
| Mechanism | Target |
|---|---|
| SPF_A | lvt.im |
| SPF_INCLUDE | _spf.hosting.reg.ru |
| SPF_IP | 31.31.196.60 |
| SPF_MX | lvt.im |
Related pages
Pivot deeper into the graph from lvt.im.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lvt.im"})-[: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.