Hostname
ankravs.lv
Last fetched
ankravs.lv resolves to 1 IPv4 address operated by AS41898 in LV.
Nutrition Label
Resolution chain
ankravs.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 |
|---|---|---|---|---|
| 91.135.16.28 | 91.135.16.0/20 | AS41898 | — | LV |
WHOIS identity
No WHOIS records are currently associated with ankravs.lv in WhisperGraph.
Subdomains
3 observed subdomains of ankravs.lv.
Web-graph footprint
Distinct hostnames that link to or from ankravs.lv in the public web crawl.
14 sites link to this hostname.
5 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for ankravs.lv.
| Mechanism | Target |
|---|---|
| SPF_A | ankravs.lv |
| SPF_A | com.lmt.lv |
| SPF_A | mx.dtg.lv |
| SPF_A | smtp2.dtg.lv |
| SPF_A | smtp3.dtg.lv |
| SPF_A | smtp4.dtg.lv |
| SPF_IP | 158.255.58.0/28 |
| SPF_IP | 91.135.16.10/32 |
| SPF_IP | 91.135.16.13/32 |
| SPF_IP | 91.135.16.17/32 |
| SPF_IP | 91.135.16.18 |
| SPF_IP | 91.135.16.19 |
| SPF_MX | ankravs.lv |
Related pages
Pivot deeper into the graph from ankravs.lv.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ankravs.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.