SigmaHQ/rules/windows/sysmon/sysmon_susp_file_execution.yml
Michael Haag a3cd7123a8 wscript/cscript
WSF, JSE, JS, VBA and VBE file execution
2017-03-04 14:40:34 -08:00

23 lines
611 B
YAML

title: WSF, JSE, JS, VBA and VBE file execution
status: experimental
description: Detects suspicious file execution by wscript and cscript.
author: Michael Haag
logsource:
product: sysmon
detection:
selection:
EventID: 1
Image:
- '*\wscript.exe'
- '*\cscript.exe'
CommandLine:
- '*.jse'
- '*.vbe'
- '*.js'
- '*.vba'
- '*.vbe'
condition: selection
falsepositives:
- Will need to be tuned. I recommend adding the user profile path in CommandLine if it is getting too noisy.
level: medium