Hostname
firstlight.energy
Last fetched
firstlight.energy has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
firstlight.energy has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:146
- Organization
- firstlight power
- Contact emails
- —
Subdomains
2 observed subdomains of firstlight.energy.
Web-graph footprint
Distinct hostnames that link to or from firstlight.energy in the public web crawl.
39 sites link to this hostname.
58 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for firstlight.energy.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.topdesk.net |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 144.121.48.164 |
| SPF_IP | 15.223.22.206 |
| SPF_IP | 172.183.250.154 |
| SPF_IP | 172.214.162.136 |
| SPF_IP | 172.214.162.89 |
| SPF_IP | 207.35.193.0/27 |
| SPF_IP | 208.85.219.38 |
| SPF_IP | 209.83.81.110 |
| SPF_IP | 216.211.31.40 |
| SPF_IP | 23.96.223.128 |
| SPF_IP | 40.138.23.4 |
| SPF_IP | 64.187.179.18 |
| SPF_IP | 65.52.218.103 |
| SPF_MX | firstlight.energy |
Related pages
Pivot deeper into the graph from firstlight.energy.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "firstlight.energy"})-[: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.