Hostname
cbbh.ba
Last fetched
cbbh.ba resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
cbbh.ba 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 |
|---|---|---|---|---|
| 104.20.28.203 | 104.20.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.144.238 | 172.66.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- ipv4 address block not managed by the ripe ncc
- Contact emails
- —
Subdomains
8 observed subdomains of cbbh.ba.
Web-graph footprint
Distinct hostnames that link to or from cbbh.ba in the public web crawl.
316 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for cbbh.ba.
| Mechanism | Target |
|---|---|
| SPF_A | jrr.cbbh.ba |
| SPF_A | statistics.cbbh.ba |
| SPF_A | www.cbbh.ba |
| SPF_IP | 109.205.33.193 |
| SPF_IP | 109.205.39.135 |
| SPF_IP | 109.205.39.145 |
| SPF_IP | 195.222.37.126 |
| SPF_IP | 80.65.78.180 |
| SPF_MX | local.cbbh.ba |
Related pages
Pivot deeper into the graph from cbbh.ba.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cbbh.ba"})-[: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.