Completed changes to selection1 and selection2
changes were completed to remove ( * ) and stay within rule creation guide:
- Image|endswith:
- '\winword.exe'
- '\excel.exe'
- '\powerpnt.exe'
WMIcommand|contains: 'Win32_Process\:\:Create'
This commit is contained in:
+5
-5
@@ -20,12 +20,12 @@ detection:
|
||||
selection1:
|
||||
EventLog: EDR
|
||||
EventType: WMIExecution
|
||||
WMIcommand: '*Win32_Process\:\:Create*'
|
||||
WMIcommand|contains: 'Win32_Process\:\:Create'
|
||||
selection2:
|
||||
- Image:
|
||||
- '*\winword.exe'
|
||||
- '*\excel.exe'
|
||||
- '*\powerpnt.exe'
|
||||
- Image|endswith:
|
||||
- '\winword.exe'
|
||||
- '\excel.exe'
|
||||
- '\powerpnt.exe'
|
||||
condition: selection1 AND selection2
|
||||
falsepositives:
|
||||
- Unknown
|
||||
|
||||
Reference in New Issue
Block a user