Hostname
lsoft.com
Last fetched
lsoft.com resolves to 1 IPv4 address operated by UUNET - Verizon Business in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
lsoft.com 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 |
|---|---|---|---|---|
| 209.119.1.14 | 209.119.1.0/24 | AS701 | UUNET - Verizon Business | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
39 observed subdomains of lsoft.com.
Showing 25 of 39. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from lsoft.com in the public web crawl.
573 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for lsoft.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 20.75.2.176/28 |
| SPF_IP | 209.119.0.0/23 |
| SPF_IP | 209.119.4.0/23 |
| SPF_IP | 209.119.6.0/24 |
| SPF_IP | 212.247.25.0/25 |
| SPF_IP | 217.7.197.202 |
| SPF_IP | 52.156.253.32/28 |
| SPF_IP | 52.254.29.96/27 |
| SPF_IP | 62.225.15.98 |
| SPF_IP | 67.94.7.0/24 |
Related pages
Pivot deeper into the graph from lsoft.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lsoft.com"})-[: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.