Hostname
bdimg.com
Last fetched
bdimg.com resolves to 2 IPv4 addresses operated by CHINANET-IDC-BJ-AP IDC, China Telecommunications Corporation in CN. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
bdimg.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 |
|---|---|---|---|---|
| 220.181.7.203 | 220.181.0.0/19 | AS23724 | CHINANET-IDC-BJ-AP IDC, China Telecommunications Corporation | CN |
| 39.156.70.37 | 39.156.0.0/17 | AS9808 | CHINAMOBILE-CN China Mobile Communications Group Co., Ltd. | CN |
WHOIS identity
- Registrar
- iana:269
- Organization
- bai du zai xian wang luo ji shu bei jing you xian gong si
- Contact emails
Subdomains
78 observed subdomains of bdimg.com.
Showing 25 of 78. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bdimg.com in the public web crawl.
7 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from bdimg.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bdimg.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.