2019-01-16 22:36:31 +00:00
|
|
|
title: WScript or CScript Dropper
|
2019-11-12 22:12:27 +00:00
|
|
|
id: cea72823-df4d-4567-950c-0b579eaf0846
|
2019-01-16 22:36:31 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects wscript/cscript executions of scripts located in user directories
|
2020-11-27 18:30:53 +00:00
|
|
|
author: Margaritis Dimitrios (idea), Florian Roth (rule), oscd.community
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2019/01/16
|
2020-09-01 17:02:36 +00:00
|
|
|
modified: 2020/09/01
|
2019-03-05 22:25:49 +00:00
|
|
|
tags:
|
|
|
|
- attack.execution
|
2020-06-16 20:46:08 +00: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
|
2020-12-01 01:12:53 +00:00
|
|
|
logsource:
|
|
|
|
category: process_creation
|
2020-12-01 01:08:52 +00:00
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2020-11-27 18:30:53 +00:00
|
|
|
selection1:
|
2020-10-15 21:04:48 +00:00
|
|
|
Image|endswith:
|
|
|
|
- '\wscript.exe'
|
|
|
|
- '\cscript.exe'
|
|
|
|
CommandLine|contains:
|
2020-11-27 18:30:53 +00:00
|
|
|
- 'C:\Users\'
|
|
|
|
- 'C:\ProgramData\'
|
|
|
|
selection2:
|
|
|
|
CommandLine|contains:
|
|
|
|
- '.jse'
|
|
|
|
- '.vbe'
|
|
|
|
- '.js'
|
|
|
|
- '.vba'
|
|
|
|
- '.vbs'
|
2019-03-01 23:14:20 +00:00
|
|
|
falsepositive:
|
2020-10-15 21:04:48 +00:00
|
|
|
ParentImage|contains: '\winzip'
|
2020-11-27 18:30:53 +00:00
|
|
|
condition: selection1 and selection2 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
|