Hostname
ipeadata.gov.br
Last fetched
ipeadata.gov.br resolves to 2 IPv4 addresses operated by TELECOMUNICACOES BRASILEIRAS S. A. - TELEBRAS in BR.
Nutrition Label
Resolution chain
ipeadata.gov.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 |
|---|---|---|---|---|
| 177.15.137.13 | 177.15.128.0/20 | AS53237 | TELECOMUNICACOES BRASILEIRAS S. A. - TELEBRAS | BR |
| 177.15.137.13 | 177.15.128.0/20 | AS53237 | TELECOMUNICACOES BRASILEIRAS S. A. - TELEBRAS | BR |
| 45.171.102.13 | 45.171.100.0/22 | AS268716 | Associacao GigaCandanga | BR |
| 45.171.102.13 | 45.171.100.0/22 | AS268716 | Associacao GigaCandanga | BR |
WHOIS identity
No WHOIS records are currently associated with ipeadata.gov.br in WhisperGraph.
Subdomains
1 observed subdomain of ipeadata.gov.br.
| Subdomain |
|---|
| www.ipeadata.gov.br |
Web-graph footprint
Distinct hostnames that link to or from ipeadata.gov.br in the public web crawl.
325 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for ipeadata.gov.br.
| Mechanism | Target |
|---|---|
| SPF_MX | ipeadata.gov.br |
Related pages
Pivot deeper into the graph from ipeadata.gov.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ipeadata.gov.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.