22 lines
587 B
YAML
22 lines
587 B
YAML
## CVE-2023-22515
|
|
type: trigger
|
|
name: crowdsecurity/CVE-2023-22515
|
|
description: "Detect CVE-2023-22515 exploitation"
|
|
filter: |
|
|
Lower(evt.Parsed.file_ext) == '.action' &&
|
|
(Lower(evt.Parsed.file_dir) contains '/setup' || Lower(evt.Parsed.file_frag) == 'server-info') &&
|
|
evt.Parsed.file_frag != nil
|
|
blackhole: 1m
|
|
groupby: "evt.Meta.source_ip"
|
|
labels:
|
|
type: exploit
|
|
remediation: true
|
|
classification:
|
|
- attack.T1595
|
|
- attack.T1190
|
|
- cve.CVE-2023-22515
|
|
spoofable: 0
|
|
confidence: 1
|
|
behavior: "http:exploit"
|
|
label: "Confluence CVE-2023-22515"
|
|
service: confluence |