Hostname
ls-electric.com
Last fetched
ls-electric.com resolves to 1 IPv4 address operated by LS-AS-KR LS ITC in KR. WHOIS lists iana:100 as the registrar.
Nutrition Label
Resolution chain
ls-electric.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 |
|---|---|---|---|---|
| 119.197.90.22 | 119.197.90.0/24 | AS23591 | LS-AS-KR LS ITC | KR |
WHOIS identity
- Registrar
- iana:100
- Organization
- gmo-z.com runsystem
- Contact emails
Subdomains
25 observed subdomains of ls-electric.com.
Web-graph footprint
Distinct hostnames that link to or from ls-electric.com in the public web crawl.
339 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for ls-electric.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 49164484.spf01.hubspotemail.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 119.197.90.47 |
| SPF_IP | 121.139.137.140 |
| SPF_IP | 121.139.137.162 |
| SPF_IP | 121.139.137.201 |
| SPF_IP | 121.190.174.13 |
| SPF_IP | 121.190.174.60 |
| SPF_IP | 13.124.111.122/32 |
| SPF_IP | 40.82.156.170 |
| SPF_IP | 61.38.160.20 |
Related pages
Pivot deeper into the graph from ls-electric.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ls-electric.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.