Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_findstr_lsass.yml
T
2022-10-28 15:06:36 +02:00

31 lines
874 B
YAML

title: Findstr LSASS
id: fe63010f-8823-4864-a96b-a7b4a0f7b929
status: experimental
description: Detects findstring commands that include the keyword lsass, which indicates recon actviity for the LSASS process PID
references:
- https://blog.talosintelligence.com/2022/08/recent-cyber-attack.html?m=1
author: Florian Roth
date: 2022/08/12
tags:
- attack.credential_access
- attack.t1552.006
logsource:
category: process_creation
product: windows
detection:
selection1:
Image|endswith: '\findstr.exe'
CommandLine|contains: 'lsass'
selection2:
CommandLine|contains:
- ' /i lsass.exe'
- ' /i "lsass'
- 'findstr lsass'
- 'findstr.exe lsass'
- 'findstr "lsass'
- 'findstr.exe "lsass'
condition: 1 of selection*
falsepositives:
- Unknown
level: high