Hostname
biquan.wang
Last fetched
biquan.wang resolves to 2 IPv4 addresses operated by AS134768 in CN. WHOIS lists iana:1599 as the registrar.
Nutrition Label
Resolution chain
biquan.wang 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 |
|---|---|---|---|---|
| 103.236.90.56 | 103.236.88.0/22 | AS134768 | — | CN |
| 211.154.17.9 | 211.154.16.0/20 | AS146817 | — | CN |
WHOIS identity
- Registrar
- iana:1599
- Organization
- cao da gan
- Contact emails
Subdomains
2 observed subdomains of biquan.wang.
| Subdomain |
|---|
| news.biquan.wang |
| www.biquan.wang |
Threat posture
History
Related pages
Pivot deeper into the graph from biquan.wang.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "biquan.wang"})-[: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.