cscli scenarios install crowdsecurity/CVE-2022-41082
1type: trigger2#debug: true3name: crowdsecurity/CVE-2022-410824description: "Detect CVE-2022-41082 exploits"5filter: |6 Upper(evt.Meta.http_path) contains Upper('/autodiscover/autodiscover.json') &&7 Upper(evt.Parsed.http_args) contains Upper('powershell')89blackhole: 1m10groupby: "evt.Meta.source_ip"11labels:12 type: exploit13 remediation: true14 classification:15 - attack.T159516 - attack.T119017 - cve.CVE-2022-4108218 spoofable: 019 confidence: 320 behavior: "http:exploit"21 service: exchange22 label: "Microsoft Exchange CVE-2022-41082"23