Update win_office_spawn_exe_from_users_directory.yml

This commit is contained in:
Jonhnathan 2020-10-15 18:13:29 -03:00 committed by GitHub
parent 58f6fd4e4f
commit aa728e91da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,13 @@ logsource:
product: windows
detection:
selection:
ParentImage:
- '*\WINWORD.EXE'
- '*\EXCEL.EXE'
- '*\POWERPNT.exe'
- '*\MSPUB.exe'
- '*\VISIO.exe'
- '*\OUTLOOK.EXE'
ParentImage|endswith:
- '\WINWORD.EXE'
- '\EXCEL.EXE'
- '\POWERPNT.exe'
- '\MSPUB.exe'
- '\VISIO.exe'
- '\OUTLOOK.EXE'
Image:
- 'C:\users\\*.exe'
condition: selection