Windows Process Creation: findstr.exe Searches for 'passwords' Keywords in Multiple Languages
Flags findstr.exe command lines searching password keywords across multiple languages.
- Product
- windows
- Category
- process_creation
- Author
- Josh Nickels (SigmaHQ), DRL 1.1
- Published
- 2023-05-18
- 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 identifies command-line executions of findstr.exe where the command line contains language-specific keywords associated with passwords. Attackers may use built-in search utilities to quickly locate credential-related text within files or content. The detection relies on Windows process creation telemetry, specifically the executable path/name and the full command line text.
Reporting behind it
Changelog
v5- v5Candidate ingested via manual entry.2026-07-31
- v4Candidate ingested via manual entry.2026-07-31
- v3Candidate ingested via manual entry.2026-07-31
- 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: findstr.exe Searches for 'passwords' Keywords in Multiple Languages"
id: 91a0809f-3077-4c4a-a938-c1efba686955
status: test
description: This rule identifies command-line executions of findstr.exe where the command line contains language-specific keywords associated with passwords. Attackers may use built-in search utilities to quickly locate credential-related text within files or content. The detection relies on Windows process creation telemetry, specifically the executable path/name and the full command line text.
references:
- https://steflan-security.com/windows-privilege-escalation-credential-harvesting/
- https://adsecurity.org/?p=2288
- https://github.com/SigmaHQ/sigma/blob/master/rules-threat-hunting/windows/process_creation/proc_creation_win_findstr_password_recon.yml
author: Josh Nickels, Huntrule Team
date: 2023-05-18
tags:
- attack.credential-access
- attack.t1552.001
- detection.threat-hunting
logsource:
category: process_creation
product: windows
detection:
selection_img:
- Image|endswith: \findstr.exe
- OriginalFileName: FINDSTR.EXE
selection_cli:
CommandLine|contains:
- contraseña
- hasło
- heslo
- parola
- passe
- passw
- senha
- senord
- 密碼
condition: all of selection_*
falsepositives:
- Unknown
level: medium
license: DRL-1.1
related:
- id: 1a0f6f16-2099-4753-9a02-43b6ac7a1fa5
type: derived