cscli appsec-rules install crowdsecurity/vpatch-CVE-2023-34362
12name: crowdsecurity/vpatch-CVE-2023-343623description: "MOVEit Transfer RCE (CVE-2023-34362)"4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 match:11 type: equals12 value: /moveitisapi/moveitisapi.dll13 - zones:14 - ARGS15 variables:16 - action17 match:18 type: equals19 value: m220 transform:21 - lowercase22 - zones:23 - METHOD24 match:25 type: equals26 value: POST27 - zones:28 - HEADERS_NAMES29 transform:30 - lowercase31 match:32 type: equals33 value: 'x-silock-transaction'34 - zones:35 - HEADERS_NAMES36 transform:37 - lowercase38 match:39 type: regex40 value: '.+x-silock-transaction'41labels:42 type: exploit43 service: http44 confidence: 345 spoofable: 046 behavior: "http:exploit"47 label: "MOVEit Transfer RCE"48 classification:49 - cve.CVE-2023-3436250 - attack.T159551 - attack.T119052 - cwe.CWE-89