Hostname
mx.webas.lt
Last fetched
mx.webas.lt resolves to 1 IPv4 address operated by INTERNETO-VIZIJA in LT.
Nutrition Label
Resolution chain
mx.webas.lt 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 |
|---|---|---|---|---|
| 185.5.54.41 | 185.5.52.0/22 | AS212531 | INTERNETO-VIZIJA | LT |
WHOIS identity
No WHOIS records are currently associated with mx.webas.lt in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
25 SPF mechanisms authorising senders for mx.webas.lt.
| Mechanism | Target |
|---|---|
| SPF_A | mailout05.wolet.lt |
| SPF_A | mailout06.wolet.lt |
| SPF_A | mailout07.wolet.lt |
| SPF_A | mailout1.webas.lt |
| SPF_A | mailout2.webas.lt |
| SPF_A | mailout3.webas.lt |
| SPF_IP | 116.203.15.164 |
| SPF_IP | 185.170.115.98 |
| SPF_IP | 185.5.54.41 |
| SPF_IP | 194.135.85.207 |
| SPF_IP | 194.135.93.254 |
| SPF_IP | 212.237.232.146 |
| SPF_IP | 23.88.32.27 |
| SPF_IP | 46.166.162.222 |
| SPF_IP | 46.166.162.223 |
| SPF_IP | 46.166.163.168 |
| SPF_IP | 46.166.165.135 |
| SPF_IP | 46.166.170.147 |
| SPF_IP | 46.166.170.148 |
| SPF_IP | 46.166.170.149 |
| SPF_IP | 46.166.170.150 |
| SPF_IP | 46.166.170.178 |
| SPF_IP | 46.166.170.179 |
| SPF_IP | 88.198.106.199 |
| SPF_MX | mx.webas.lt |
Related pages
Pivot deeper into the graph from mx.webas.lt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mx.webas.lt"})-[: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.