Skip to content

Commit

Permalink
feat: new findstr rule for passwords recon (SigmaHQ#4251)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnck authored May 19, 2023
1 parent c24caad commit 2015e40
Showing 1 changed file with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
title: Potential Password Reconnaissance Via Findstr.EXE
id: 1a0f6f16-2099-4753-9a02-43b6ac7a1fa5
status: experimental
description: Detects command line usage of "findstr" to search for the "passwords" keyword in a variety of different languages
references:
- https://steflan-security.com/windows-privilege-escalation-credential-harvesting/
- https://adsecurity.org/?p=2288
author: Josh Nickels
date: 2023/05/18
tags:
- attack.credential_access
- attack.t1552.001
logsource:
category: process_creation
product: windows
detection:
selection_img:
- Image|endswith: '\findstr.exe'
- OriginalFileName: 'FINDSTR.EXE'
selection_cli:
CommandLine|contains:
- 'contraseña' # Spanish
- 'hasło' # Polish
- 'heslo' # Czech
- 'parola' # Italian
- 'passe' # French
- 'passw' # German, English
- 'senha' # Portuguese
- 'senord' # Swedish
- '密碼' # Cantonese
condition: all of selection_*
falsepositives:
- Unknown
level: medium

0 comments on commit 2015e40

Please sign in to comment.