Files
keyboardcrunch-sentinelone-…/queries/windows/findstr_password_extraction.yml
T

17 lines
452 B
YAML

title: T1552.001 Findstr Password Extraction
description: Detection of content exfiltration of passwords within files using findstr.exe
or PowerShell's findstr.
author: keyboardcrunch
date: 10/10/2020
modified: null
mitre:
tactic: Credential Access
technique: T1552
subtechnique: 006
operating_system: windows
query: TgtProcCmdLine ContainsCIS "/si pass" OR TgtProcCmdLine ContainsCIS "-pattern
password"
false_positives: null
tags: null