2019-01-16 23:36:31 +01:00
|
|
|
title: WScript or CScript Dropper
|
2019-11-12 23:12:27 +01:00
|
|
|
id: cea72823-df4d-4567-950c-0b579eaf0846
|
2019-01-16 23:36:31 +01:00
|
|
|
status: experimental
|
|
|
|
|
description: Detects wscript/cscript executions of scripts located in user directories
|
|
|
|
|
author: Margaritis Dimitrios (idea), Florian Roth (rule)
|
2019-03-05 23:25:49 +01:00
|
|
|
tags:
|
|
|
|
|
- attack.defense_evasion
|
|
|
|
|
- attack.execution
|
2019-03-06 06:18:38 +01:00
|
|
|
- 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:
|
|
|
|
|
- '* C:\Users\\*.jse *'
|
|
|
|
|
- '* C:\Users\\*.vbe *'
|
|
|
|
|
- '* C:\Users\\*.js *'
|
|
|
|
|
- '* C:\Users\\*.vba *'
|
|
|
|
|
- '* C:\Users\\*.vbs *'
|
|
|
|
|
- '* C:\ProgramData\\*.jse *'
|
|
|
|
|
- '* C:\ProgramData\\*.vbe *'
|
|
|
|
|
- '* C:\ProgramData\\*.js *'
|
|
|
|
|
- '* C:\ProgramData\\*.vba *'
|
|
|
|
|
- '* C:\ProgramData\\*.vbs *'
|
|
|
|
|
falsepositive:
|
|
|
|
|
ParentImage: '*\winzip*'
|
|
|
|
|
condition: selection and not falsepositive
|
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
|
|
|
- Winzip
|
|
|
|
|
- Other self-extractors
|
2019-01-16 23:36:31 +01:00
|
|
|
level: high
|