Hostname
eaesp.fgv.br
Last fetched
eaesp.fgv.br resolves to 2 IPv4 addresses operated by LUMEN-LEGACY-L3-CUSTOMER-SHARED-USE - Level 3 Parent, LLC in BR.
Nutrition Label
Resolution chain
eaesp.fgv.br resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 189.125.97.36 | 189.125.96.0/22 | AS10753 | LUMEN-LEGACY-L3-CUSTOMER-SHARED-USE - Level 3 Parent, LLC | BR |
| 189.52.47.36 | 189.52.0.0/16 | AS4230 | CLARO S.A. | BR |
WHOIS identity
No WHOIS records are currently associated with eaesp.fgv.br in WhisperGraph.
Subdomains
5 observed subdomains of eaesp.fgv.br.
Web-graph footprint
Distinct hostnames that link to or from eaesp.fgv.br in the public web crawl.
742 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from eaesp.fgv.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eaesp.fgv.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.