Update win_hack_hydra.yml

Modified the rule to avoid false positives
This commit is contained in:
Vasiliy Burov
2021-05-16 17:02:54 +03:00
committed by GitHub
parent 3f1d44e751
commit d5c2f80cea
@@ -14,10 +14,15 @@ logsource:
category: process_creation
product: windows
detection:
selection1:
Image|contains:
- '\hydra.exe'
selection1:
CommandLine|contains:
- '-u '
- '-U '
selection2:
CommandLine|contains:
- '-p '
- '-P '
selection3:
CommandLine|contains:
- ' http-head://'
- ' http-get://'
@@ -90,7 +95,13 @@ detection:
- ' vmauthd://'
- ' vnc://'
- ' xmpp://'
condition: selection1 or selection2
selection4:
CommandLine|contains:
- '^USER^'
- '^user^'
- '^PASS^'
- '^pass^'
condition: selection1 and selection2 and selection3 and selection4
falsepositives:
- Other programs that use these command line option
- Unknown
level: high