2019-01-16 23:36:31 +01:00
|
|
|
title: WSF/JSE/JS/VBA/VBE File Execution
|
2019-11-12 23:12:27 +01:00
|
|
|
id: 1e33157c-53b1-41ad-bbcc-780b80b58288
|
2019-01-16 23:36:31 +01:00
|
|
|
status: experimental
|
|
|
|
|
description: Detects suspicious file execution by wscript and cscript
|
|
|
|
|
author: Michael Haag
|
2019-03-05 23:25:49 +01:00
|
|
|
tags:
|
|
|
|
|
- attack.execution
|
|
|
|
|
- attack.t1064
|
2019-01-16 23:36:31 +01:00
|
|
|
logsource:
|
2019-03-02 00:14:20 +01:00
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
2019-01-16 23:36:31 +01:00
|
|
|
detection:
|
2019-03-02 00:14:20 +01:00
|
|
|
selection:
|
|
|
|
|
Image:
|
|
|
|
|
- '*\wscript.exe'
|
|
|
|
|
- '*\cscript.exe'
|
|
|
|
|
CommandLine:
|
|
|
|
|
- '*.jse'
|
|
|
|
|
- '*.vbe'
|
|
|
|
|
- '*.js'
|
|
|
|
|
- '*.vba'
|
|
|
|
|
condition: selection
|
2019-01-16 23:36:31 +01:00
|
|
|
fields:
|
2019-03-02 00:14:20 +01:00
|
|
|
- CommandLine
|
|
|
|
|
- ParentCommandLine
|
2019-01-16 23:36:31 +01:00
|
|
|
falsepositives:
|
2019-03-02 00:14:20 +01:00
|
|
|
- Will need to be tuned. I recommend adding the user profile path in CommandLine if it is getting too noisy.
|
2019-01-16 23:36:31 +01:00
|
|
|
level: medium
|