Skip to content

Hostname

telemetry.canva.cn

Last fetched

telemetry.canva.cn resolves to 18 IPv4 addresses operated by CHINA169-Backbone - CHINA UNICOM China169 Backbone in CN.

Nutrition Label

WHISPER CANON · telemetry.canva.cnRouting diversity6.4/10Peering density8.9/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/telemetry.canva.cn

Resolution chain

telemetry.canva.cn resolves to 18 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
101.69.122.97101.69.0.0/16AS4837CHINA169-Backbone - CHINA UNICOM China169 BackboneCN
111.48.88.102111.48.88.0/24AS9808CHINAMOBILE-CN - China Mobile Communications Group Co., Ltd.CN
112.21.164.44112.21.160.0/19AS56046CMNET-Jiangsu-AP - China Mobile communications corporationCN
116.162.25.58116.162.0.0/16AS4837CHINA169-Backbone - CHINA UNICOM China169 BackboneCN
117.168.151.112117.168.0.0/16AS56045CMNET-Jiangxi-AP - China Mobile communications corporationCN
119.0.68.30119.0.64.0/19AS139203CHINANET-Guizhou-Guian-IDC - Guizhou GuiAn IDCCN
123.138.202.37123.138.0.0/15AS4837CHINA169-Backbone - CHINA UNICOM China169 BackboneCN
180.130.114.65180.130.0.0/16AS4837CHINA169-Backbone - CHINA UNICOM China169 BackboneCN
183.214.166.143183.214.164.0/22AS56047CMNET-Hunan-AP - China Mobile communications corporationCN
183.231.34.6183.231.34.0/24AS9808CHINAMOBILE-CN - China Mobile Communications Group Co., Ltd.CN
27.128.219.12227.128.208.0/20AS58539CHINATELECOM-Hebei-Langfang-IDC - Langfang,Hebei province, P.R.ChinaCN
42.236.124.7542.224.0.0/12AS4837CHINA169-Backbone - CHINA UNICOM China169 BackboneCN
60.13.99.14060.13.64.0/18AS4837CHINA169-Backbone - CHINA UNICOM China169 BackboneCN
60.9.5.12360.8.0.0/15AS4837CHINA169-Backbone - CHINA UNICOM China169 BackboneCN
122.190.152.204122.188.0.0/14AS4837CHINA169-Backbone - CHINA UNICOM China169 Backbone
119.6.235.76119.4.0.0/14AS4837CHINA169-Backbone - CHINA UNICOM China169 Backbone
111.7.87.108111.7.80.0/21AS9808CHINAMOBILE-CN - China Mobile Communications Group Co., Ltd.
150.138.182.76150.138.160.0/19AS58541CHINATELECOM-SHANDONG-QINGDAO-IDC - Qingdao,266000

WHOIS identity

No WHOIS records are currently associated with telemetry.canva.cn in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from telemetry.canva.cn.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "telemetry.canva.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.