cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-9465
12name: crowdsecurity/vpatch-CVE-2024-94653description: "Palo Alto Expedition - SQL Injection (CVE-2024-9465)"4rules:5 - and:6 - zones:7 - METHOD8 match:9 type: equals10 value: POST11 - zones:12 - URI13 transform:14 - lowercase15 - urldecode16 match:17 type: contains18 value: "/bin/configurations/parsers/checkpoint/checkpoint.php"19 - zones:20 - BODY_ARGS21 variables:22 - signatureid23 transform:24 - urldecode25 match:26 type: regex27 value: "[^a-zA-Z0-9]"28labels:29 type: exploit30 service: http31 confidence: 332 spoofable: 033 behavior: "http:exploit"34 label: "Palo Alto Expedition - SQL Injection"35 classification:36 - cve.CVE-2024-946537 - attack.T159538 - attack.T119039 - cwe.CWE-89