cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-29824
12name: crowdsecurity/vpatch-CVE-2024-298243description: "Ivanti EPM - SQLi (CVE-2024-29824)"4rules:5 - and:6 - zones:7 - METHOD8 match:9 type: equals10 value: POST11 - zones:12 - URI13 transform:14 - lowercase15 match:16 type: endsWith17 value: /wsstatusevents/eventhandler.asmx18 - zones:19 - RAW_BODY20 match:21 type: contains22 value: "xp_cmdshell"23labels:24 type: exploit25 service: http26 confidence: 327 spoofable: 028 behavior: "http:exploit"29 label: "Ivanti EPM - SQLi"30 classification:31 - cve.CVE-2024-2982432 - attack.T159533 - attack.T119034 - cwe.CWE-89