Techniques
Sample rules
HackTool - Hydra Password Bruteforce Execution
- source: sigma
- technicques:
- t1110
- t1110.001
Description
Detects command line parameters used by Hydra password guessing hack tool
Detection logic
condition: selection
selection:
CommandLine|contains:
- ^USER^
- ^PASS^
CommandLine|contains|all:
- '-u '
- '-p '