cscli appsec-rules install crowdsecurity/vpatch-CVE-2019-72761## autogenerated on 2025-11-05 15:02:362name: crowdsecurity/vpatch-CVE-2019-72763description: 'Detects unauthenticated remote code execution in Optergy Proton/Enterprise via backdoor console endpoint.'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 match:11 type: contains12 value: /tools/ajax/consoleresult.html13 - zones:14 - BODY_ARGS_NAMES15 match:16 type: contains17 value: command1819labels:20 type: exploit21 service: http22 confidence: 323 spoofable: 024 behavior: 'http:exploit'25 label: 'Optergy Proton/Enterprise - RCE'26 classification:27 - cve.CVE-2019-727628 - attack.T119029 - cwe.CWE-7830