ATT&CK coverage › Technique

Boot or Logon Autostart Execution: Shortcut Modification T1547.009

Adversaries may create or modify shortcuts that can execute a program during system boot or user login. Shortcuts or symbolic links are used to reference other files or programs that will be opened or executed when the shortcut is clicked or executed by a system startup process.

Events covered

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

ProviderEvent IDTitle
Sysmon11FileCreate
Security-Auditing4688A new process has been created.
Security-Auditing5145A network share object was checked to see whether client can be granted desired access.

Authoring guide

Patterns shared across the 5 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 (5 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
TargetFilename3match 2, eq 1, ends_with 1, starts_with 1C:\program.exe, \desktop.ini, C:\$WINDOWS.~BT\NewOS\, \JetBrains\apps\, :\Windows\apppatch\CustomSDB\
Image1ends_with 1, match 1, starts_with 1C:\Program Files\, \AppData\Local\JetBrains\Toolbox\bin\7z.exe, C:\Windows\
AccessList1match 1AppendData, DELETE, WriteDAC
RelativeTargetName1ends_with 1\desktop.ini
ObjectType1eq 1File

Top indicator values (19 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
TargetFilenameeqC:\program.exe1
Imageends_with\AppData\Local\JetBrains\Toolbox\bin\7z.exe1
TargetFilenameends_with\desktop.ini1
TargetFilenamematch\JetBrains\apps\1
Imagestarts_withC:\Program Files (x86)\114
Imagestarts_withC:\Users\17
Imagematch\AppData\Local\Microsoft\OneDrive\14
Imagestarts_withC:\Program Files\115
TargetFilenamestarts_withC:\$WINDOWS.~BT\NewOS\12
Imagestarts_withC:\Windows\14
TargetFilenamematch:\Windows\apppatch\CustomSDB\1
TargetFilenamematch:\Windows\apppatch\Custom\1
RelativeTargetNameends_with\desktop.ini1
AccessListmatchAddSubdirectory1
AccessListmatchDELETE1
ObjectTypeeqFile15
AccessListmatchAppendData1
AccessListmatchWriteData14
AccessListmatchWriteDAC1

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 4 rules

Kusto Query Language 1 rule