Hostname
brokerdev.map.qq.com
Last fetched
brokerdev.map.qq.com resolves to 12 IPv4 addresses operated by CNIX-AP China Networks Inter-Exchange in CN.
Nutrition Label
Resolution chain
brokerdev.map.qq.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 101.246.190.172 | 101.246.176.0/20 | AS4847 | CNIX-AP China Networks Inter-Exchange | CN |
| 113.201.47.68 | 113.200.0.0/15 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 113.219.184.191 | 113.219.128.0/18 | AS63838 | UNICOM-CN China Unicom IP network | CN |
| 120.220.155.196 | 120.220.144.0/20 | AS9808 | CHINAMOBILE-CN China Mobile Communications Group Co., Ltd. | CN |
| 121.233.195.138 | 121.233.192.0/22 | AS137697 | ITG | CN |
| 123.234.2.96 | 123.234.0.0/18 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 123.6.74.138 | 123.4.0.0/14 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 182.242.50.180 | 182.242.48.0/21 | AS134765 | GOLDIPV4 | CN |
| 182.40.120.191 | 182.40.112.0/20 | AS58540 | CHINATELECOM-HEBEI-LANGFANG-IDC Langfang,Hebei province, P.R.China | CN |
| 183.204.53.21 | 183.204.32.0/19 | AS9808 | CHINAMOBILE-CN China Mobile Communications Group Co., Ltd. | CN |
| 202.143.101.50 | 202.143.100.0/22 | AS63590 | JSYUN Zhejiang Jusuan Network Technology Co.,Ltd | CN |
| 223.210.5.174 | 223.210.0.0/19 | AS4847 | CNIX-AP China Networks Inter-Exchange | CN |
WHOIS identity
No WHOIS records are currently associated with brokerdev.map.qq.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from brokerdev.map.qq.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "brokerdev.map.qq.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.