mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
a3cd7123a8
WSF, JSE, JS, VBA and VBE file execution
23 lines
611 B
YAML
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
|