Hostname
light.com.br
Last fetched
light.com.br resolves to 1 IPv4 address operated by AS263673 in BR.
Nutrition Label
Resolution chain
light.com.br 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 |
|---|---|---|---|---|
| 179.127.127.80 | 179.127.139.0/24 | AS263673 | — | BR |
WHOIS identity
- Registrar
- —
- Organization
- light - servicos de eletricidade s/a
- Contact emails
Subdomains
69 observed subdomains of light.com.br.
Showing 25 of 69. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from light.com.br in the public web crawl.
250 sites link to this hostname.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for light.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | light.com.br |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf-00a12701.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 177.131.146.1/24 |
| SPF_IP | 179.127.127.0/24 |
| SPF_IP | 200.216.75.104/32 |
| SPF_IP | 200.222.91.230/32 |
| SPF_MX | light.com.br |
Related pages
Pivot deeper into the graph from light.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "light.com.br"})-[: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.