Hostname
ex.lv
Last fetched
ex.lv resolves to 1 IPv4 address operated by AS16276 in FR.
Nutrition Label
Resolution chain
ex.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 |
|---|---|---|---|---|
| 5.135.232.219 | 5.135.0.0/16 | AS16276 | — | FR |
WHOIS identity
- Registrar
- —
- Organization
- type: natural person
- Contact emails
Subdomains
67 observed subdomains of ex.lv.
Showing 25 of 67. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ex.lv in the public web crawl.
32 sites link to this hostname.
27 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
24 SPF mechanisms authorising senders for ex.lv.
| Mechanism | Target |
|---|---|
| SPF_A | adexlv.eu |
| SPF_A | b2c.adexlv.eu |
| SPF_A | ex.lv |
| SPF_A | mail.inbox.eu |
| SPF_A | server.bcgd.lv |
| SPF_A | smtps.ex.lv |
| SPF_A | support.servisnet.lv |
| SPF_IP | 109.235.66.6 |
| SPF_IP | 135.125.37.162 |
| SPF_IP | 149.56.123.79 |
| SPF_IP | 167.114.186.190 |
| SPF_IP | 178.33.43.226 |
| SPF_IP | 188.165.40.187 |
| SPF_IP | 213.100.185.65 |
| SPF_IP | 5.196.79.114 |
| SPF_IP | 51.222.53.141 |
| SPF_IP | 51.255.225.197 |
| SPF_IP | 51.38.206.112 |
| SPF_IP | 54.36.249.167 |
| SPF_IP | 54.39.26.26 |
| SPF_IP | 66.70.254.145 |
| SPF_IP | 78.154.144.145 |
| SPF_IP | 78.154.144.146 |
| SPF_MX | ex.lv |
Related pages
Pivot deeper into the graph from ex.lv.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ex.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.