Files
atomic-red-team/Windows/Defense_Evasion/Deobfuscate_Decode_Files_Or_Information.md
T
Michael Haag 382d6313a3 Windows Matrix Update
Windows Matrix update
+ also fixed Dir names/paths
2018-01-16 10:10:52 -07:00

270 B

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