ATT&CK coverage › Technique

Event Triggered Execution T1546

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.

Events covered

14 catalog events are tagged with this technique by at least one rule.

ProviderEvent IDTitle
Sysmon1Process creation
Sysmon3Network connection
Sysmon11FileCreate
Sysmon13RegistryEvent (Value Set)
Sysmon23FileDelete (File Delete archived)
Sysmon26FileDeleteDetected (File Delete logged)
Security-Auditing4663An attempt was made to access an object.
Security-Auditing4688A new process has been created.
Security-Auditing5136A directory service object was modified.
Security-Auditing5156The Windows Filtering Platform has permitted a connection.
Defender-DeviceFileEvents9002000File activity (any)
Defender-DeviceNetworkEvents9004000Network activity (any)
Defender-DeviceNetworkEvents9004001Connection succeeded
WMI-Activity21WMI Events were bound.

Authoring guide

Patterns shared across the 15 rules above: which fields they filter on, what specific values they look for, and what they exclude. Field names are normalized across vendors so Sigma's Image, Elastic's process.name, and Splunk's process_name collapse into one row. Each rule contributes at most once per row.

Fields filtered most (24 distinct)

The fields most rules look at when detecting this technique. The How column shows the operators authors use (eq, wildcard, regex_match, match) and how often each appears. Sample values are concrete examples to start from, not an exhaustive list.

FieldRulesHowSample values
Image4ends_with 3, match 1\outlook.exe, file_path1, file_path3, \reg.exe
TargetObject3ends_with 2, match 1\Software\Classes\Folder\shell\open\command\DelegateExecute, \Outlook\Security\Level, \Outlook\LoadMacroProviderOnBoot
TargetFilename3ends_with 3\Microsoft\Outlook\VbaProject.OTM, Local\Microsoft\WindowsApps\Get-Variable.exe
CommandLine2match 2, ends_with 1reg add, reg_key, file_path2, regsvr32 , .cpl
EventID2eq 24688, 5136
Details2match 20x00000001
Provider_Name1eq 1Microsoft-Windows-WMI-Activity
Consumer1match 1subscription:ActiveScriptEventConsumer, subscription:CommandLineEventConsumer
Operation1eq 1Created
process.Ext.api.parameters.consumer_type1in 1ActiveScriptEventConsumer, CommandLineEventConsumer
data_stream.dataset1eq 1windows.sysmon_operational, endpoint.events.api
process.Ext.api.name1eq 1IWbemServices::PutInstance
EventData1match 1reg add, reg_key, file_path2
parent_process_name1match 1file_path1, file_path3
MD51eq 1SunburstMD5, SupernovaMD5

Top indicator values (72 distinct)

Specific (field, operator, value) combinations the rules check for, ranked by how many rules under this technique use each one. The Corpus reach column counts how many rules across the entire catalog (any technique) check the same combination. High numbers point to widely-used indicators that are likely noisy on their own; combine them with another condition for useful signal. Blank means the combination is specific to rules under this technique.

FieldKindValueRules (here)Corpus reach
TargetFilenameends_with\Microsoft\Outlook\VbaProject.OTM22
Imageends_with\outlook.exe216
Detailsmatch0x0000000122
process.Ext.api.parameters.consumer_typeinActiveScriptEventConsumer1
Provider_NameeqMicrosoft-Windows-WMI-Activity1
Consumermatchsubscription:ActiveScriptEventConsumer1
process.Ext.api.nameeqIWbemServices::PutInstance1
process.Ext.api.parameters.consumer_typeinCommandLineEventConsumer1
data_stream.dataseteqwindows.sysmon_operational1
data_stream.dataseteqendpoint.events.api1
Consumermatchsubscription:CommandLineEventConsumer1
OperationeqCreated1
EventDatamatchfile_path21
EventIDeq46881
CommandLinematchreg_key1
CommandLinematchfile_path31
CommandLinematchfile_path11
EventDatamatchfile_path11
EventDatamatchfile_path31
EventDatamatchreg_key1

Common exclusions (6 distinct)

Field/operator/value combinations that rules under this technique routinely exclude (top-level not() clauses). These are the false-positive paths the community has learned to filter out. A new rule that ignores the high-count entries here will likely fire on the same noisy paths.

FieldKindValueRules excluding
aceTypeinOD1
new_aceeqold_values1
aceTypeinXD1
aceTypein*denied*1
aceTypeinD1
Detailseq"(empty)"1

Rules under this technique

Every rule in the catalog tagged with this technique, grouped by vendor. Click a rule title for its full predicates, exclusions, and indicators.

Sigma 7 rules

Elastic 1 rule

Splunk 2 rules

Kusto Query Language 5 rules