Image File Execution Options
MITRE ATT&CKโข Event Triggered Execution: Image File Execution Options Injection - Technique T1546.012
Last updated
MITRE ATT&CKโข Event Triggered Execution: Image File Execution Options Injection - Technique T1546.012
Last updated
Image File Execution Options is a Windows registry key which enables developers to attach a debugger to an application and to enable โGlobalFlagโ for application debugging. This behavior of Windows opens the door for persistence since an arbitrary executable can be used as a debugger of a specific process or as a โMonitorProcessโ. In both scenarios code execution will achieved and the trigger will be either the creation of a process or the exit of an application. However it should be noted that the implementation of this technique requires Administrator level privileges as the registry location which the keys needs to be added is under HKLM
By editing Image File Execution Options, the original exe will not start
With the GlobalFlag persistence technique, payload is triggered when the target application is closed.