Hostname
lighthouse-tech.com.my
Last fetched
lighthouse-tech.com.my resolves to 2 IPv4 addresses operated by AS46015 in MY.
Nutrition Label
Resolution chain
lighthouse-tech.com.my 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 |
|---|---|---|---|---|
| 103.6.199.182 | 103.6.196.0/22 | AS46015 | — | MY |
| 117.53.152.223 | 117.53.152.0/22 | AS46015 | — | MY |
WHOIS identity
- Registrar
- —
- Organization
- globalsustain sdn bhd (828717-w)
- Contact emails
- —
Subdomains
9 observed subdomains of lighthouse-tech.com.my.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for lighthouse-tech.com.my.
| Mechanism | Target |
|---|---|
| SPF_A | lighthouse-tech.com.my |
| SPF_INCLUDE | se.mschosting.com |
| SPF_MX | lighthouse-tech.com.my |
Related pages
Pivot deeper into the graph from lighthouse-tech.com.my.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lighthouse-tech.com.my"})-[: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.