Techniques
Sample rules
Potential Dropper Script Execution Via WScript/CScript
- source: sigma
- technicques:
- t1059
- t1059.005
- t1059.007
Description
Detects wscript/cscript executions of scripts located in user directories
Detection logic
condition: all of selection_*
selection_exec:
Image|endswith:
- \wscript.exe
- \cscript.exe
selection_ext:
CommandLine|contains:
- .js
- .jse
- .vba
- .vbe
- .vbs
- .wsf
selection_paths:
CommandLine|contains:
- :\Temp\
- :\Tmp\
- :\Users\Public\
- :\Windows\Temp\
- \AppData\Local\Temp\