diff --git a/atomics/T1140/T1140.yaml b/atomics/T1140/T1140.yaml new file mode 100644 index 00000000..b55a9569 --- /dev/null +++ b/atomics/T1140/T1140.yaml @@ -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}