T1547.009sub-technique of T1547 Boot or Logon Autostart Execution

Shortcut Modification

Windowsnothing on this site yetT1547.009 on attack.mitre.org

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. Adversaries may abuse shortcuts in the startup folder to execute their tools and achieve persistence. Although often used as payloads in an infection chain (e.g.

MITRE ATT&CK 19.2, retrieved 2026-09-12

If this is happening now

2

Checklists and playbooks to open while the alert is still live.

Playbook for this stage

Cloud account compromise

Impossible travel, an unrecognised inbox rule, or a reported invoice-fraud attempt.

how MITRE says to see it

Detection Strategy for T1547.009 – Shortcut Modification (Windows)

  • Detection correlates file creation or modification of `.lnk` (shortcut) files in autostart locations with anomalous parent-child process lineage or unsigned binaries. Defenders should watch for LNK creation/modification events outside of known software installations, patch events, or OS updates.

what reduces it

  • M1038 Execution Prevention. Prevents malicious shortcuts or LNK files from executing unwanted code by ensuring only authorized applications and scripts are allowed to run.
  • M1018 User Account Management. Limit Privileges for Shortcut Creation: While the SeCreateSymbolicLinkPrivilege is not directly related to.lnk file creation, you should still enforce least privilege principles by limiting user rights to create and modify shortcuts, especially in system-critical locations.
  • M1022 Restrict File and Directory Permissions. Applying strict permissions to directories where shortcuts are stored, such as the startup folder, can prevent unauthorized modifications.

the rest of T1547

The description, detection analytics and mitigations are reproduced from MITRE ATT&CK, version 19.2, under its terms of use. The checklists, hunts, labs and everything else linked here are this site’s.