cscli scenarios install crowdsecurity/CVE-2017-9841
Detects exploit of CVE-2017-9841 vulnerability targeting PHP unit test framework.
1type: trigger2#debug: true3name: crowdsecurity/CVE-2017-98414description: "Detect CVE-2017-9841 exploits"5filter: |6 evt.Meta.log_type == 'http_access-log' &&7 Lower(evt.Meta.http_path) endsWith 'util/php/eval-stdin.php'8blackhole: 1m9groupby: "evt.Meta.source_ip"10labels:11 type: exploit12 remediation: true13 classification:14 - attack.T159515 - attack.T119016 - cve.CVE-2017-984117 spoofable: 018 confidence: 319 behavior: "http:exploit"20 label: "PHP Unit Test Framework CVE-2017-9841"21 service: PHP22