Hostname
bnb.com.br
Last fetched
bnb.com.br resolves to 2 IPv4 addresses operated by AS264581 in BR.
Nutrition Label
Resolution chain
bnb.com.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 |
|---|---|---|---|---|
| 198.17.120.50 | 198.17.120.0/24 | AS264581 | — | BR |
| 198.17.121.50 | 198.17.121.0/24 | AS264581 | — | BR |
WHOIS identity
- Registrar
- —
- Organization
- banco do nordeste do brasil s/a
- Contact emails
Subdomains
2 observed subdomains of bnb.com.br.
| Subdomain |
|---|
| smtp01.bnb.com.br |
| smtp02.bnb.com.br |
Web-graph footprint
Distinct hostnames that link to or from bnb.com.br in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for bnb.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | bnb.com.br |
| SPF_INCLUDE | spf.hiperstream.com |
| SPF_INCLUDE | spf.homemurbano.com.br |
| SPF_IP | 131.161.212.21 |
| SPF_IP | 189.36.0.52 |
| SPF_IP | 198.17.120.0/23 |
| SPF_IP | 37.60.230.235 |
| SPF_IP | 49.13.64.153 |
| SPF_MX | bnb.com.br |
Related pages
Pivot deeper into the graph from bnb.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bnb.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.