Hostname
lcs.com.la
Last fetched
lcs.com.la resolves to 1 IPv4 address operated by AS10226 in LA.
Nutrition Label
Resolution chain
lcs.com.la 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 |
|---|---|---|---|---|
| 114.129.31.99 | 114.129.31.0/24 | AS10226 | — | LA |
WHOIS identity
No WHOIS records are currently associated with lcs.com.la in WhisperGraph.
Subdomains
2 observed subdomains of lcs.com.la.
| Subdomain |
|---|
| mail.lcs.com.la |
| www.lcs.com.la |
Web-graph footprint
Distinct hostnames that link to or from lcs.com.la in the public web crawl.
6 sites link to this hostname.
16 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for lcs.com.la.
| Mechanism | Target |
|---|---|
| SPF_IP | 150.95.64.101 |
| SPF_IP | 150.95.64.103 |
| SPF_MX | lcs.com.la |
| SPF_MX | win01-mailpro.zth.netdesignhost.com |
Related pages
Pivot deeper into the graph from lcs.com.la.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lcs.com.la"})-[: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.