Hostname
bzhcw.cn
Last fetched
bzhcw.cn resolves to 2 IPv4 addresses operated by CNIX-AP - China Networks Inter-Exchange in CN. WHOIS lists registrar:阿里云计算有限公司(万网) as the registrar.
Nutrition Label
Resolution chain
bzhcw.cn 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 |
|---|---|---|---|---|
| 106.38.120.179 | 106.38.0.0/16 | AS4847 | CNIX-AP - China Networks Inter-Exchange | CN |
| 111.207.169.35 | 111.207.128.0/18 | AS4808 | CHINA169-BJ - China Unicom Beijing Province Network | CN |
WHOIS identity
- Registrar
- registrar:阿里云计算有限公司(万网)
- Organization
- 兵器装备集团财务有限责任公司
- Contact emails
Subdomains
7 observed subdomains of bzhcw.cn.
Web-graph footprint
Distinct hostnames that link to or from bzhcw.cn in the public web crawl.
9 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from bzhcw.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bzhcw.cn"})-[: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.