Hostname
bctl.com.bd
Last fetched
bctl.com.bd resolves to 2 IPv4 addresses operated by BTTB-AS-AP Telecom Operator & Internet Service Provider as well in BD.
Nutrition Label
Resolution chain
bctl.com.bd 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 |
|---|---|---|---|---|
| 123.49.12.133 | 123.49.12.0/24 | AS17494 | BTTB-AS-AP Telecom Operator & Internet Service Provider as well | BD |
| 208.115.236.166 | 208.115.236.0/24 | AS46475 | LIMESTONENETWORKS - Limestone Networks, Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from bctl.com.bd in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- bctl.com.bd
SPF policy
9 SPF mechanisms authorising senders for bctl.com.bd.
| Mechanism | Target |
|---|---|
| SPF_A | bctl.com.bd |
| SPF_IP | 103.108.146.210 |
| SPF_IP | 103.108.146.213 |
| SPF_IP | 103.78.52.146 |
| SPF_IP | 103.78.52.158 |
| SPF_IP | 208.115.236.166 |
| SPF_IP | 64.31.1.166 |
| SPF_IP | 69.162.88.66 |
| SPF_MX | bctl.com.bd |
Related pages
Pivot deeper into the graph from bctl.com.bd.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bctl.com.bd"})-[: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.