SigmaHQ/rules/windows/sysmon/sysmon_malware_script_dropper.yml

35 lines
966 B
YAML
Raw Normal View History

2017-05-05 15:30:46 +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)
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 1
Image:
- '*\wscript.exe'
- '*\cscript.exe'
CommandLine:
- '* C:\Users\*.jse *'
- '* C:\Users\*.vbe *'
- '* C:\Users\*.js *'
- '* C:\Users\*.vba *'
2017-05-25 12:59:16 +00:00
- '* C:\Users\*.vbs *'
- '* C:\ProgramData\*.jse *'
- '* C:\ProgramData\*.vbe *'
- '* C:\ProgramData\*.js *'
- '* C:\ProgramData\*.vba *'
- '* C:\ProgramData\*.vbs *'
2017-05-05 15:30:46 +00:00
falsepositive:
ParentImage: '*\winzip*'
condition: selection
2017-09-12 21:54:04 +00:00
fields:
- CommandLine
- ParentCommandLine
2017-05-05 15:30:46 +00:00
falsepositives:
- Winzip
- Other self-extractors
level: high