Hostname
judiciary.org.bd
Last fetched
judiciary.org.bd resolves to 1 IPv4 address operated by AS141773 in BD.
Nutrition Label
Resolution chain
judiciary.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.163.210.176 | 103.163.210.0/23 | AS141773 | — | BD |
WHOIS identity
No WHOIS records are currently associated with judiciary.org.bd in WhisperGraph.
Subdomains
81 observed subdomains of judiciary.org.bd.
Showing 25 of 81. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from judiciary.org.bd in the public web crawl.
22 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for judiciary.org.bd.
| Mechanism | Target |
|---|---|
| SPF_A | judiciary.org.bd |
| SPF_IP | 107.152.41.204 |
| SPF_IP | 194.163.142.249 |
| SPF_IP | 194.163.144.13 |
| SPF_IP | 62.171.191.140 |
| SPF_IP | 62.171.191.142 |
| SPF_MX | judiciary.org.bd |
Related pages
Pivot deeper into the graph from judiciary.org.bd.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "judiciary.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.