T1140 - Deobfuscate-Decode Files Or Information

This commit is contained in:
Michael Haag
2018-05-25 06:43:16 -04:00
parent fca3194ffa
commit 1cb38f55d0
+23
View File
@@ -0,0 +1,23 @@
---
attack_technique: T1140
display_name: Deobfuscate/Decode Files Or Information
atomic_tests:
- name: Deobfuscate/Decode Files Or Information
description: |
Encode/Decode executable
supported_platforms:
- windows
input_arguments:
executable:
description: name of executable
type: path
default: c:\file.exe
executor:
name: command_prompt
command: |
certutil.exe -encode ${executable} file.txt
certutil.exe -decode file.txt ${executable}