cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-328701## autogenerated on 2025-05-09 09:19:002name: crowdsecurity/vpatch-CVE-2024-328703description: 'Detects unauthorized access to iTop Hub Connector information disclosure endpoint.'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 - urldecode11 match:12 type: contains13 value: /pages/exec.php14 - zones:15 - ARGS16 variables:17 - exec_module18 transform:19 - lowercase20 - urldecode21 match:22 type: equals23 value: itop-hub-connector24 - zones:25 - ARGS26 variables:27 - exec_page28 transform:29 - lowercase30 - urldecode31 match:32 type: equals33 value: launch.php34 - zones:35 - ARGS36 variables:37 - target38 transform:39 - lowercase40 - urldecode41 match:42 type: equals43 value: inform_after_setup4445labels:46 type: exploit47 service: http48 confidence: 349 spoofable: 050 behavior: 'http:exploit'51 label: 'ITop - Information Disclosure'52 classification:53 - cve.CVE-2024-3287054 - attack.T159255 - cwe.CWE-20056