cscli scenarios install crowdsecurity/http-cve-2021-41773
1type: trigger2format: 2.03#debug: true4name: crowdsecurity/http-cve-2021-417735description: "Apache - Path Traversal (CVE-2021-41773)"6filter: |7 evt.Meta.log_type in ["http_access-log", "http_error-log"] and8 (Upper(evt.Meta.http_path) contains "/.%2E/.%2E/"9 or10 Upper(evt.Meta.http_path) contains "/%2E%2E/%2E%2E")11groupby: "evt.Meta.source_ip"12blackhole: 2m13labels:14 confidence: 315 spoofable: 016 classification:17 - attack.T119018 - attack.T159519 - cve.CVE-2021-4177320 behavior: "http:exploit"21 label: "CVE-2021-41773"22 service: apache23 remediation: true24