T1145 Private Keys

This commit is contained in:
Michael Haag
2018-05-25 06:33:41 -04:00
parent 60fceef57b
commit c483d06247
+19
View File
@@ -0,0 +1,19 @@
---
attack_technique: T1145
display_name: Private Keys
atomic_tests:
- name: Private Keys
description: |
Find private keys on the Windows file system.
File extensions include: .key, .pgp, .gpg, .ppk., .p12, .pem, pfx, .cer, .p7b, .asc
supported_platforms:
- windows
executor:
name: command_prompt
command: |
echo "ATOMICREDTEAM" > %windir%\cert.key
dir c:\ /b /s .key | findstr /e .key