1200kmSECURITY RESEARCH

1200KM / sigma-rule

HackTool - Hydra Password Bruteforce Execution — Sigma Rule

Sigma rule aaafa146-074c-11eb-adc1-0242ac120002. HackTool - Hydra Password Bruteforce Execution — Sigma Rule. Detects command line parameters used by Hydra password guessing hack tool

Rule metadata and linked tags

Author: Vasiliy Burov. Source status: test; severity: high. Source dates: 2020-10-05 / 2023-02-04.

{
  "category": "process_creation",
  "product": "windows"
}

Pinned original Sigma rule · Detection Rule License 1.1

Source SHA-256: c45843063a8dc6a10a028e337fd59800154a7d78a5c24ec4620c517c7f4b6b67

Detection logic

Original source YAML. Source-tag agreement is not proof of complete semantic coverage. This rule has not been compiled for a SIEM backend or validated against live telemetry here.

title: HackTool - Hydra Password Bruteforce Execution
id: aaafa146-074c-11eb-adc1-0242ac120002
status: test
description: Detects command line parameters used by Hydra password guessing hack tool
references:
    - https://github.com/vanhauser-thc/thc-hydra
author: Vasiliy Burov
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

Original YAML and metadata in JSON

False positives

  • Software that uses the caret encased keywords PASS and USER in its command line

Source references

Connected ecosystem references

Exact source-tagged techniques

Telemetry review

Read the original logsource above, then inspect the linked detection workspaces for technique-level sensor context. No per-rule telemetry equivalence is inferred.

Pinned research references. No browser attack runner, live simulation result or validated detector is asserted. Source mappings and validation limits are preserved. ATT&CK / Atomic provenance · Detection provenance.