Update sysmon_susp_winword_vbadll_load.yml

This commit is contained in:
Jonhnathan
2020-10-15 16:09:21 -03:00
committed by GitHub
parent 7c196aed22
commit efe5ad92c3
@@ -16,15 +16,15 @@ logsource:
product: windows
detection:
selection:
Image:
- '*\winword.exe'
- '*\powerpnt.exe'
- '*\excel.exe'
- '*\outlook.exe'
ImageLoaded:
- '*\VBE7.DLL'
- '*\VBEUI.DLL'
- '*\VBE7INTL.DLL'
Image|endswith:
- '\winword.exe'
- '\powerpnt.exe'
- '\excel.exe'
- '\outlook.exe'
ImageLoaded|endswith:
- '\VBE7.DLL'
- '\VBEUI.DLL'
- '\VBE7INTL.DLL'
condition: selection
falsepositives:
- Alerts on legitimate macro usage as well, will need to filter as appropriate