refactor: removed unnecessary regex
This commit is contained in:
+4
-2
@@ -11,7 +11,7 @@ tags:
|
||||
- attack.t1053
|
||||
author: Sreeman
|
||||
date: 2020/09/29
|
||||
modified: 2021/09/09
|
||||
modified: 2022/02/21
|
||||
fields:
|
||||
- EventID
|
||||
- CommandLine
|
||||
@@ -22,7 +22,9 @@ logsource:
|
||||
category: process_creation
|
||||
detection:
|
||||
selection:
|
||||
CommandLine|re: '(?i).*schtasks.*(-|\/)r.*\\\\Application Experience\\\\Microsoft Compatibility Appraiser.*'
|
||||
CommandLine|contains|all:
|
||||
- 'schtasks'
|
||||
- '\Application Experience\Microsoft Compatibility Appraiser'
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- none
|
||||
|
||||
Reference in New Issue
Block a user