Techniques
Sample rules
Wscript Shell Run In CommandLine
- source: sigma
- technicques:
- t1059
Description
Detects the presence of the keywords “Wscript”, “Shell” and “Run” in the command, which could indicate a suspicious activity
Detection logic
condition: selection
selection:
CommandLine|contains|all:
- Wscript.
- .Shell
- .Run