cscli appsec-rules install crowdsecurity/vpatch-CVE-2023-40044
1name: crowdsecurity/vpatch-CVE-2023-400442description: "WS_FTP .NET deserialize RCE (CVE-2023-40044)"3rules:4 - and:5 - zones:6 - URI7 transform:8 - lowercase9 match:10 type: endsWith11 value: /aht/12 - zones:13 - METHOD14 match:15 type: equals16 value: POST17 - zones:18 - BODY_ARGS19 transform:20 - b64decode21 - lowercase22 match:23 type: contains24 value: "<s:string>cmd</s:string>"25labels:26 type: exploit27 service: http28 confidence: 329 spoofable: 030 behavior: "http:exploit"31 label: "WS_FTP .NET deserialize RCE"32 classification:33 - cve.CVE-2023-4004434 - attack.T159535 - attack.T119036 - cwe.CWE-502373839