T1574 โ Hijack Execution Flow
Parent technique
Description
Adversaries may execute their own malicious payloads by hijacking the way operating systems run programs. Hijacking execution flow can be for the purposes of persistence, since this hijacked execution may reoccur over time. Adversaries may also use these mechanisms to elevate privileges or evade defenses, such as application control or other restrictions on execution.
There are many ways an adversary may hijack the flow of execution, including by manipulating how the operating system locates programs to be executed. How the operating system locates libraries to be used by a program can also be intercepted. Locations where the operating system looks for programs/resources, such as file directories and in the case of Windows the Registry, could also be poisoned to include malicious payloads.
Sub-techniques
- T1574.001 โ DLL
- T1574.004 โ Dylib Hijacking
- T1574.005 โ Executable Installer File Permissions Weakness
- T1574.006 โ Dynamic Linker Hijacking
- T1574.007 โ Path Interception by PATH Environment Variable
- T1574.008 โ Path Interception by Search Order Hijacking
- T1574.009 โ Path Interception by Unquoted Path
- T1574.010 โ Services File Permissions Weakness
- T1574.011 โ Services Registry Permissions Weakness
- T1574.012 โ COR_PROFILER
- T1574.013 โ KernelCallbackTable
- T1574.014 โ AppDomainManager
Detected by EasySIEM
This project's own SigmaHQ-derived detection pipeline tags every compiled rule with the ATT&CK technique(s) it maps to -- if a rule in your install covers this technique, it shows up automatically on your own Grafana Alerts dashboard's "Top ATT&CK Techniques" panel, no lookup needed. This page exists so a click from there always lands here on easysiem.com, not on attack.mitre.org.