Remove additional backslash

This commit is contained in:
Jonhnathan 2020-11-19 23:08:40 -03:00 committed by GitHub
parent 9a5b17f2bb
commit 44652c4ffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ detection:
- '\excel.exe'
- '\outlook.exe'
ImageLoaded|startswith:
- 'C:\Windows\assembly\\'
- 'C:\Windows\assembly\'
condition: selection
falsepositives:
- Alerts on legitimate macro usage as well, will need to filter as appropriate