2019-01-16 22:36:31 +00:00
|
|
|
title: WSF/JSE/JS/VBA/VBE File Execution
|
|
|
|
status: experimental
|
|
|
|
description: Detects suspicious file execution by wscript and cscript
|
|
|
|
author: Michael Haag
|
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
|
|
|
Image:
|
|
|
|
- '*\wscript.exe'
|
|
|
|
- '*\cscript.exe'
|
|
|
|
CommandLine:
|
|
|
|
- '*.jse'
|
|
|
|
- '*.vbe'
|
|
|
|
- '*.js'
|
|
|
|
- '*.vba'
|
|
|
|
condition: selection
|
2019-01-16 22:36:31 +00:00
|
|
|
fields:
|
2019-03-01 23:14:20 +00:00
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Will need to be tuned. I recommend adding the user profile path in CommandLine if it is getting too noisy.
|
2019-01-16 22:36:31 +00:00
|
|
|
level: medium
|