Hostname
content.learn.pingcap.cn
Last fetched
content.learn.pingcap.cn resolves to 11 IPv4 addresses operated by CHINANET-BACKBONE No.31,Jin-rong Street in CN.
Nutrition Label
Resolution chain
content.learn.pingcap.cn resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 113.96.133.6 | 113.96.0.0/12 | AS4134 | CHINANET-BACKBONE No.31,Jin-rong Street | CN |
| 113.96.142.1 | 113.96.0.0/12 | AS4134 | CHINANET-BACKBONE No.31,Jin-rong Street | CN |
| 116.153.82.201 | 116.153.0.0/16 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 116.196.131.196 | 116.196.131.0/24 | AS131516 | JHWA Jinhua Weian InfoTech Co., Ltd | CN |
| 121.17.252.10 | 121.16.0.0/13 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 140.249.149.5 | 140.249.128.0/19 | AS136195 | CHINATELECOM-QINGDAO-CLOUDBASE Qingdao, Shandong Province, P.R.China. | CN |
| 140.249.149.6 | 140.249.128.0/19 | AS136195 | CHINATELECOM-QINGDAO-CLOUDBASE Qingdao, Shandong Province, P.R.China. | CN |
| 180.163.132.93 | 180.163.132.0/22 | AS4811 | CHINANET-SHANGHAI-MAN China Telecom Group | CN |
| 223.109.243.10 | 223.109.240.0/22 | AS56046 | CMNET-JIANGSU-AP China Mobile communications corporation | CN |
| 42.123.107.35 | 42.123.107.0/24 | AS58519 | CHINATELECOM-CTCLOUD Cloud Computing Corporation | CN |
| 58.240.12.3 | 58.240.0.0/15 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Threat posture
History
Related pages
Pivot deeper into the graph from content.learn.pingcap.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "content.learn.pingcap.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.