cscli appsec-rules install crowdsecurity/vpatch-CVE-2019-1893512name: crowdsecurity/vpatch-CVE-2019-189353description: "Telerik - RCE (CVE-2019-18935)"4rules:5 - and:6 - zones:7 - METHOD8 match:9 type: equals10 value: POST11 - zones:12 - URI13 transform:14 - lowercase15 match:16 type: endsWith17 value: /telerik.web.ui.webresource.axd18 - zones:19 - ARGS20 transform:21 - lowercase22 variables:23 - type24 match:25 type: equals26 value: rau27labels:28 type: exploit29 service: http30 confidence: 331 spoofable: 032 behavior: "http:exploit"33 label: "Telerik - RCE"34 classification:35 - cve.CVE-2019-1893536 - attack.T159537 - attack.T119038 - cwe.CWE-502