Hostname
bb.org.bd
Last fetched
bb.org.bd resolves to 1 IPv4 address operated by BSP-AS-AP BANGKO SENTRAL NG PILIPINAS in BD.
Nutrition Label
Resolution chain
bb.org.bd 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 |
|---|---|---|---|---|
| 103.142.142.53 | 103.142.142.0/24 | AS139616 | BSP-AS-AP BANGKO SENTRAL NG PILIPINAS | BD |
WHOIS identity
No WHOIS records are currently associated with bb.org.bd in WhisperGraph.
Subdomains
21 observed subdomains of bb.org.bd.
Web-graph footprint
Distinct hostnames that link to or from bb.org.bd in the public web crawl.
913 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for bb.org.bd.
| Mechanism | Target |
|---|---|
| SPF_A | bb.org.bd |
| SPF_IP | 103.142.142.57 |
| SPF_IP | 103.142.142.58 |
| SPF_IP | 103.142.142.77 |
| SPF_IP | 114.130.42.58 |
| SPF_MX | bb.org.bd |
Related pages
Pivot deeper into the graph from bb.org.bd.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bb.org.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.