Hostname
bcl.bw
Last fetched
bcl.bw resolves to 1 IPv4 address operated by Paratus in BW. WHOIS lists registrar:paratus telecom as the registrar.
Nutrition Label
Resolution chain
bcl.bw resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 160.242.80.138 | 160.242.80.0/23 | AS33763 | Paratus | BW |
WHOIS identity
- Registrar
- registrar:paratus telecom
- Organization
- bcl-in liquidation
- Contact emails
- —
Subdomains
9 observed subdomains of bcl.bw.
Web-graph footprint
Distinct hostnames that link to or from bcl.bw in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for bcl.bw.
| Mechanism | Target |
|---|---|
| SPF_A | bcl.bw |
| SPF_IP | 160.242.80.146 |
| SPF_MX | bcl.bw |
Related pages
Pivot deeper into the graph from bcl.bw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bcl.bw"})-[: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.