Hostname
thebdshop.com
Last fetched
thebdshop.com resolves to 2 IPv4 addresses operated by AS153634 in BD. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
thebdshop.com 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 |
|---|---|---|---|---|
| 163.61.236.151 | 163.61.236.0/24 | AS153634 | — | BD |
| 163.61.236.220 | 163.61.236.0/24 | AS153634 | — | BD |
WHOIS identity
- Registrar
- iana:146
- Organization
- alicia ann noonan ertezuk
- Contact emails
Subdomains
10 observed subdomains of thebdshop.com.
Web-graph footprint
Distinct hostnames that link to or from thebdshop.com in the public web crawl.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- thebdshop.com
SPF policy
6 SPF mechanisms authorising senders for thebdshop.com.
| Mechanism | Target |
|---|---|
| SPF_A | thebdshop.com |
| SPF_IP | 160.191.212.244 |
| SPF_IP | 163.227.239.45 |
| SPF_IP | 163.61.236.151 |
| SPF_IP | 163.61.236.220 |
| SPF_MX | thebdshop.com |
Related pages
Pivot deeper into the graph from thebdshop.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "thebdshop.com"})-[: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.