Hostname
lse.ua
Last fetched
lse.ua resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in DE.
Nutrition Label
Resolution chain
lse.ua 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 |
|---|---|---|---|---|
| 134.122.80.117 | 134.122.80.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | DE |
WHOIS identity
No WHOIS records are currently associated with lse.ua in WhisperGraph.
Subdomains
8 observed subdomains of lse.ua.
Web-graph footprint
Distinct hostnames that link to or from lse.ua in the public web crawl.
113 sites link to this hostname.
47 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for lse.ua.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.unione.io |
| SPF_IP | 185.104.44.0/24 |
| SPF_IP | 185.234.176.0/24 |
| SPF_IP | 185.234.177.15 |
| SPF_IP | 185.68.16.0/24 |
| SPF_IP | 2001:67c:2070::/48 |
| SPF_IP | 2a00:7a60::/48 |
| SPF_IP | 2a06:6440:0:2c03:0:0:0:1 |
| SPF_IP | 2a06:6440:0::/48 |
| SPF_IP | 2a0c:a80:0:b10f:0:0:0:1 |
| SPF_IP | 91.206.201.0/24 |
Related pages
Pivot deeper into the graph from lse.ua.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lse.ua"})-[: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.