Hostname
bnsa.com.br
Last fetched
bnsa.com.br resolves to 4 IPv4 addresses operated by AS20940 in US. WHOIS lists registrar:locaweb (2) as the registrar.
Nutrition Label
Resolution chain
bnsa.com.br 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.23 | 23.206.172.0/24 | AS20940 | — | US |
| 23.206.172.24 | 23.206.172.0/24 | AS20940 | — | US |
| 23.66.101.69 | 23.66.101.0/24 | AS20940 | — | US |
| 23.66.101.78 | 23.66.101.0/24 | AS20940 | — | US |
WHOIS identity
- Registrar
- registrar:locaweb (2)
- Organization
- banco btg pactual
- Contact emails
Subdomains
1 observed subdomain of bnsa.com.br.
| Subdomain |
|---|
| www.bnsa.com.br |
Web-graph footprint
Distinct hostnames that link to or from bnsa.com.br in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for bnsa.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-0057a601.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 177.43.160.207 |
Related pages
Pivot deeper into the graph from bnsa.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bnsa.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.