Windows Process Creation: Hydra Password Bruteforce Command-Line Parameters
Alerts when Windows process command lines include Hydra -u/-p parameters with USER/PASS placeholders.
- Product
- windows
- Category
- process_creation
- Author
- Vasiliy Burov (SigmaHQ), DRL 1.1
- Published
- 2020-10-05
- Updated
- 2026-07-31
ATT&CK techniques
Cred AccessRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule flags Windows process executions whose command line includes Hydra-style password guessing parameters. Attackers rely on tools like Hydra to automate credential brute forcing by supplying target usernames and passwords via command-line options. The detection depends on process creation telemetry and string matching within the spawned process CommandLine fields for the expected option patterns and caret-wrapped placeholders.
Reporting behind it
Changelog
v2- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: "Windows Process Creation: Hydra Password Bruteforce Command-Line Parameters"
id: 1bf5ac5b-611b-486a-b276-55a8197bf2f1
status: test
description: This rule flags Windows process executions whose command line includes Hydra-style password guessing parameters. Attackers rely on tools like Hydra to automate credential brute forcing by supplying target usernames and passwords via command-line options. The detection depends on process creation telemetry and string matching within the spawned process CommandLine fields for the expected option patterns and caret-wrapped placeholders.
references:
- https://github.com/vanhauser-thc/thc-hydra
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_hktl_hydra.yml
author: Vasiliy Burov, Huntrule Team
date: 2020-10-05
modified: 2023-02-04
tags:
- attack.credential-access
- attack.t1110
- attack.t1110.001
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine|contains|all:
- "-u "
- "-p "
CommandLine|contains:
- ^USER^
- ^PASS^
condition: selection
falsepositives:
- Software that uses the caret encased keywords PASS and USER in its command line
level: high
license: DRL-1.1
related:
- id: aaafa146-074c-11eb-adc1-0242ac120002
type: derived