2019-01-16 22:36:31 +00:00
|
|
|
title: WScript or CScript Dropper
|
|
|
|
status: experimental
|
|
|
|
description: Detects wscript/cscript executions of scripts located in user directories
|
|
|
|
author: Margaritis Dimitrios (idea), Florian Roth (rule)
|
2019-03-05 22:25:49 +00:00
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.execution
|
2019-03-06 05:18:38 +00:00
|
|
|
- attack.t1064
|
2019-01-16 22:36:31 +00:00
|
|
|
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:
|
|
|
|
- '* 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 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
|
|
|
- Winzip
|
|
|
|
- Other self-extractors
|
2019-01-16 22:36:31 +00:00
|
|
|
level: high
|