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)
|
2020-01-30 16:07:37 +01:00
|
|
|
date: 2019/01/16
|
2020-09-01 17:02:36 +00:00
|
|
|
modified: 2020/09/01
|
2019-03-05 23:25:49 +01:00
|
|
|
tags:
|
|
|
|
|
- attack.execution
|
2020-06-16 14:46:08 -06:00
|
|
|
- attack.t1059.005
|
2020-09-01 17:02:36 +00:00
|
|
|
- attack.t1059.007
|
|
|
|
|
- attack.defense_evasion # an old one
|
|
|
|
|
- attack.t1064 # an old one
|
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-10-15 18:04:48 -03:00
|
|
|
Image|endswith:
|
|
|
|
|
- '\wscript.exe'
|
|
|
|
|
- '\cscript.exe'
|
|
|
|
|
CommandLine|contains:
|
|
|
|
|
- ' 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 '
|
2019-03-02 00:14:20 +01:00
|
|
|
falsepositive:
|
2020-10-15 18:04:48 -03:00
|
|
|
ParentImage|contains: '\winzip'
|
2019-03-02 00:14:20 +01:00
|
|
|
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
|