Hostname
lbsemicon.com
Last fetched
lbsemicon.com resolves to 2 IPv4 addresses operated by KIXS-AS-KR Korea Telecom in KR. WHOIS lists iana:444 as the registrar.
Nutrition Label
Resolution chain
lbsemicon.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 211.198.50.2 | 211.192.0.0/13 | AS4766 | KIXS-AS-KR Korea Telecom | KR |
| 211.198.50.3 | 211.192.0.0/13 | AS4766 | KIXS-AS-KR Korea Telecom | KR |
WHOIS identity
- Registrar
- iana:444
- Organization
- lb semicon
- Contact emails
Subdomains
9 observed subdomains of lbsemicon.com.
Web-graph footprint
Distinct hostnames that link to or from lbsemicon.com in the public web crawl.
18 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for lbsemicon.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.lbsemicon.com |
| SPF_IP | 210.124.43.136 |
| SPF_IP | 211.181.5.12 |
| SPF_IP | 211.181.5.14 |
| SPF_IP | 211.198.50.10 |
| SPF_IP | 211.198.50.4 |
| SPF_IP | 211.198.50.5 |
Related pages
Pivot deeper into the graph from lbsemicon.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lbsemicon.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.