Revert "refactor: 2nd condition in CVE-2021-40444 rule"
This reverts commit 015573c450.
This commit is contained in:
@@ -13,18 +13,15 @@ logsource:
|
||||
category: process_creation
|
||||
product: windows
|
||||
detection:
|
||||
selection1:
|
||||
selection:
|
||||
Image|endswith: '\control.exe'
|
||||
ParentImage|endswith:
|
||||
- '\winword.exe'
|
||||
- '\powerpnt.exe'
|
||||
- '\excel.exe'
|
||||
selection2:
|
||||
Image|endswith: '\control.exe'
|
||||
CommandLine|contains: '.cpl'
|
||||
filter:
|
||||
CommandLine|endswith: '\control.exe input.dll'
|
||||
condition: ( selection1 or selection2 ) and not filter
|
||||
condition: selection and not filter
|
||||
falsepositives:
|
||||
- Unknown
|
||||
level: critical
|
||||
|
||||
Reference in New Issue
Block a user