removed tactic from titles

This commit is contained in:
keyboardcrunch
2020-12-06 00:34:46 -06:00
parent 4d6ac236bc
commit bc3557a4ea
5 changed files with 7 additions and 7 deletions
@@ -1,4 +1,4 @@
title: T1552.001 Findstr Password Extraction
title: Findstr Password Extraction
description: Detection of content exfiltration of passwords within files using findstr.exe
or PowerShell's findstr.
author: keyboardcrunch
@@ -7,7 +7,7 @@ modified: null
mitre:
tactic: Credential Access
technique: T1552
subtechnique: 006
subtechnique: 001
operating_system: windows
query: TgtProcCmdLine ContainsCIS "/si pass" OR TgtProcCmdLine ContainsCIS "-pattern
password"