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:
Cyb3rEng
2021-09-08 21:14:58 -06:00
committed by GitHub
parent 49df2358de
commit 5bbe3dec9b
@@ -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