Hostname
eni.gl
Last fetched
eni.gl resolves to 4 IPv4 addresses operated by AS20940 in US. WHOIS lists iana:168 as the registrar.
Nutrition Label
Resolution chain
eni.gl 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.206.172.191 | 23.206.172.0/24 | AS20940 | — | US |
| 23.206.172.209 | 23.206.172.0/24 | AS20940 | — | US |
| 23.32.152.147 | 23.32.152.0/24 | AS20940 | — | US |
| 23.32.152.149 | 23.32.152.0/24 | AS20940 | — | US |
WHOIS identity
- Registrar
- iana:168
- Organization
- —
- Contact emails
Subdomains
1 observed subdomain of eni.gl.
| Subdomain |
|---|
| www.eni.gl |
Threat posture
History
Related pages
Pivot deeper into the graph from eni.gl.
- IP · 23.206.172.191
- ASN · AS20940
- Registrar · iana:168
- Country · US
- Email · ggocowok04sgs4sg0c4c808k8oc08g8o008s8gw4wcco048cccso8c44gckc0k8c@privacy.nic.gl
- TLD · .gl
- Browse hostnames · en…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eni.gl"})-[: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.