Image File Execution Options
MITRE ATT&CK™ Event Triggered Execution: Image File Execution Options Injection - Technique T1546.012
Last updated
Was this helpful?
MITRE ATT&CK™ Event Triggered Execution: Image File Execution Options Injection - Technique T1546.012
Last updated
Was this helpful?
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.