Hostname
bbmnet.com.br
Last fetched
bbmnet.com.br resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
bbmnet.com.br resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.26.4.217 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.26.5.217 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.73.38 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- bolsa brasileira de mercadorias
- Contact emails
Subdomains
33 observed subdomains of bbmnet.com.br.
Showing 25 of 33. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bbmnet.com.br in the public web crawl.
52 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for bbmnet.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | bbmnet.com.br |
| SPF_INCLUDE | _spf.rdstation.com.br |
| SPF_INCLUDE | bbmlink.bbmnet.com.br |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.aknamail.com.br |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.41.10.72 |
| SPF_IP | 104.41.8.97 |
| SPF_IP | 177.70.116.1/24 |
| SPF_MX | bbmnet.com.br |
Related pages
Pivot deeper into the graph from bbmnet.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bbmnet.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.