Hostname
bapa.org.bd
Last fetched
bapa.org.bd resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
bapa.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 |
|---|---|---|---|---|
| 46.4.222.212 | 46.4.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with bapa.org.bd in WhisperGraph.
Subdomains
3 observed subdomains of bapa.org.bd.
Web-graph footprint
Distinct hostnames that link to or from bapa.org.bd in the public web crawl.
25 sites link to this hostname.
22 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- bapa.org.bd
SPF policy
14 SPF mechanisms authorising senders for bapa.org.bd.
| Mechanism | Target |
|---|---|
| SPF_A | bapa.org.bd |
| SPF_INCLUDE | relay.purpleflows.com |
| SPF_IP | 116.202.85.24 |
| SPF_IP | 136.243.103.110 |
| SPF_IP | 162.55.131.89 |
| SPF_IP | 162.55.238.94 |
| SPF_IP | 176.9.142.175 |
| SPF_IP | 194.233.78.123 |
| SPF_IP | 195.201.171.183 |
| SPF_IP | 46.4.222.211 |
| SPF_IP | 46.4.222.212 |
| SPF_IP | 49.12.130.156 |
| SPF_IP | 5.9.120.245 |
| SPF_MX | bapa.org.bd |
Related pages
Pivot deeper into the graph from bapa.org.bd.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bapa.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.