Hostname
email.lightingdirect.com
Last fetched
email.lightingdirect.com resolves to 4 IPv4 addresses operated by AS20940 in IN.
Nutrition Label
Resolution chain
email.lightingdirect.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.223.245.39 | 23.223.245.0/24 | AS20940 | — | IN |
| 23.223.245.54 | 23.223.245.0/24 | AS20940 | — | IN |
| 58.27.86.131 | 58.27.64.0/18 | AS4788 | — | MY |
| 58.27.86.97 | 58.27.64.0/18 | AS4788 | — | MY |
WHOIS identity
No WHOIS records are currently associated with email.lightingdirect.com in WhisperGraph.
Subdomains
1 observed subdomain of email.lightingdirect.com.
| Subdomain |
|---|
| omp.email.lightingdirect.com |
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for email.lightingdirect.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 129.157.120.21 |
| SPF_IP | 129.157.120.25 |
| SPF_IP | 129.157.120.26 |
| SPF_IP | 129.157.120.27 |
| SPF_IP | 129.157.120.28 |
| SPF_IP | 129.157.120.29 |
| SPF_IP | 129.157.120.30 |
| SPF_IP | 129.157.120.31 |
| SPF_IP | 129.157.120.32 |
| SPF_IP | 129.157.120.33 |
| SPF_IP | 129.157.120.34 |
| SPF_IP | 129.157.120.35 |
| SPF_IP | 129.157.120.36 |
| SPF_IP | 192.9.193.16 |
Related pages
Pivot deeper into the graph from email.lightingdirect.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "email.lightingdirect.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.