Hostname
glight.co
Last fetched
glight.co resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CL.
Nutrition Label
Resolution chain
glight.co resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.162.221.122 | 3.162.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 3.162.221.25 | 3.162.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 3.162.221.35 | 3.162.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 3.162.221.6 | 3.162.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 3.174.255.2 | 3.174.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.174.255.3 | 3.174.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.174.255.41 | 3.174.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.174.255.89 | 3.174.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
No WHOIS records are currently associated with glight.co in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for glight.co.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from glight.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "glight.co"})-[: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.