SigmaHQ/rules/windows/sysmon/sysmon_malware_script_dropper.yml
2017-05-05 17:30:46 +02:00

26 lines
677 B
YAML

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 *'
falsepositive:
ParentImage: '*\winzip*'
condition: selection
falsepositives:
- Winzip
- Other self-extractors
level: high