Hostname
51testing.cn
Last fetched
51testing.cn resolves to 13 IPv4 addresses operated by CHINA169-BACKBONE CHINA UNICOM China169 Backbone in CN. WHOIS lists registrar:北京新网数码信息技术有限公司 as the registrar.
Nutrition Label
Resolution chain
51testing.cn resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 1.56.98.140 | 1.56.0.0/13 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 116.142.249.102 | 116.142.0.0/15 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 119.167.249.58 | 119.164.0.0/14 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 119.167.249.90 | 119.164.0.0/14 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 122.188.44.139 | 122.188.0.0/14 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 122.188.44.51 | 122.188.0.0/14 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 122.188.45.182 | 122.188.0.0/14 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 122.188.45.51 | 122.188.0.0/14 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 122.193.250.66 | 122.192.0.0/14 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 14.204.50.238 | 14.204.0.0/15 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 221.204.15.60 | 221.204.0.0/15 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 42.56.88.117 | 42.56.0.0/14 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 59.83.212.226 | 59.83.192.0/19 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
WHOIS identity
- Registrar
- registrar:北京新网数码信息技术有限公司
- Organization
- 上海博为峰软件技术股份有限公司
- Contact emails
Subdomains
6 observed subdomains of 51testing.cn.
Web-graph footprint
Distinct hostnames that link to or from 51testing.cn in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from 51testing.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "51testing.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.