Privilege Escalation Persistence

T1546: Event Triggered Execution

Adversaries may establish persistence and/or elevate privileges using system mechanisms that trigger execution based on specific events. Various operating systems have means to monitor and subscribe t...

T1546 · Technique ·6 platforms

Description

Adversaries may establish persistence and/or elevate privileges using system mechanisms that trigger execution based on specific events. Various operating systems have means to monitor and subscribe to events such as logons or other user activity such as running specific applications/binaries. Cloud environments may also support various functions and services that monitor and can be invoked in response to specific cloud events.(Citation: Backdooring an AWS account)(Citation: Varonis Power Automate Data Exfiltration)(Citation: Microsoft DART Case Report 001)

Adversaries may abuse these mechanisms as a means of maintaining persistent access to a victim via repeatedly executing malicious code. After gaining access to a victim system, adversaries may create/modify event triggers to point to malicious content that will be executed whenever the event trigger is invoked.(Citation: FireEye WMI 2015)(Citation: Malware Persistence on OS X)(Citation: amnesia malware)

Since the execution can be proxied by an account with higher permissions, such as SYSTEM or service accounts, an adversary may be able to abuse these triggered execution mechanisms to escalate their privileges.

Platforms

LinuxmacOSWindowsSaaSIaaSOffice Suite

Sub-Techniques (18)

Mitigations (2)

Privileged Account ManagementM1026

Manage the creation, modification, use, and permissions associated to privileged accounts, including SYSTEM and root.

Update SoftwareM1051

Perform regular software updates to mitigate exploitation risk.

Associated Software (3)

IDNameTypeContext
S1091PacuTool[Pacu](https://attack.mitre.org/software/S1091) can set up S3 bucket notifications to trigger a malicious Lambda function when a CloudFormation templa...
S1164UPSTYLEMalware[UPSTYLE](https://attack.mitre.org/software/S1164) creates a `.pth` file beginning with the text `import` so that any time another process or script a...
S0658XCSSETMalware[XCSSET](https://attack.mitre.org/software/S0658)'s `dfhsebxzod` module searches for `.xcodeproj` directories within the user’s home folder and subdir...

References

Frequently Asked Questions

What is T1546 (Event Triggered Execution)?

T1546 is a MITRE ATT&CK technique named 'Event Triggered Execution'. It belongs to the Privilege Escalation, Persistence tactic(s). Adversaries may establish persistence and/or elevate privileges using system mechanisms that trigger execution based on specific events. Various operating systems have means to monitor and subscribe t...

How can T1546 be detected?

Detection of T1546 (Event Triggered Execution) typically involves monitoring system logs, network traffic, and endpoint telemetry. Use SIEM rules, EDR solutions, and behavioral analytics to identify suspicious activity associated with this technique.

What mitigations exist for T1546?

There are 2 documented mitigations for T1546. Key mitigations include: Privileged Account Management, Update Software.

Which threat groups use T1546?

While specific threat group attribution may vary, this technique has been observed in various real-world attacks. Check the MITRE ATT&CK website for the latest threat intelligence.