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
|
2020-01-30 16:07:37 +01:00
|
|
|
date: 2019/01/16
|
2019-03-05 23:25:49 +01:00
|
|
|
tags:
|
|
|
|
|
- attack.execution
|
|
|
|
|
- attack.t1064
|
2020-06-16 14:46:08 -06:00
|
|
|
- attack.t1059.005
|
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:
|
2020-05-13 16:20:23 +02:00
|
|
|
Image|endswith:
|
|
|
|
|
- '\wscript.exe'
|
|
|
|
|
- '\cscript.exe'
|
|
|
|
|
CommandLine|contains:
|
|
|
|
|
- '.jse'
|
|
|
|
|
- '.vbe'
|
|
|
|
|
- '.js'
|
|
|
|
|
- '.vba'
|
2019-03-02 00:14:20 +01:00
|
|
|
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
|