Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 270 Bytes

Deobfuscate_Decode_Files_Or_Information.md

File metadata and controls

11 lines (6 loc) · 270 Bytes

Deobfuscate/Decode Files Or Information

MITRE ATT&CK Technique: T1140

Example encode executable

certutil.exe -encode file.exe file.txt

Example decode executable

certutil.exe -decode file.txt file.exe