Windows Process Creation: Hydra Password Bruteforce Command-Line Parameters

Alerts when Windows process command lines include Hydra -u/-p parameters with USER/PASS placeholders.

FreeReviewedSigma · High · v2
Product
windows
Category
process_creation
Author
Vasiliy Burov (SigmaHQ), DRL 1.1
Published
2020-10-05
Updated
2026-07-31
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