Cross-source coverage
T1547.009 / ATT&CK
Boot or Logon Autostart Execution: Shortcut Modification
8 rules across 3 sources.
From MITRE ATT&CK 19.2
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. Spearphishing Attachment), adversaries may also create a new shortcut as a means of indirection, while also abusing Masquerading to make the malicious shortcut appear as a legitimate program. Adversaries can also edit the target path or entirely replace an existing shortcut so their malware will be executed instead of the intended legitimate program.
Shortcuts can also be abused to establish persistence by implementing other methods. For example, LNK browser extensions may be modified (e.g. Browser Extensions) to persistently launch malware.
- Tactics
- Persistence · Privilege Escalation
- Platforms
- Windows
- Telemetry
-
WinEventLog:Sysmon
How MITRE says to detect it DET0180
Detection Strategy for T1547.009 – Shortcut Modification (Windows)
Windows Analytic 0510
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. Flag shortcut targets pointing to suspicious locations or unknown binaries, particularly those written by script interpreters or spawned from phishing delivery chains.
WinEventLog:SysmonEventCode=11WinEventLog:SysmonEventCode=2WinEventLog:SysmonEventCode=1WinEventLog:SysmonEventCode=15
SigmaHQ/sigma
4 rules| Detection | Severity | Format |
|---|---|---|
| Creation Exe for Service with Unquoted Path | High | Sigma |
| Desktop.INI Created by Uncommon Process | Medium | Sigma |
| New Custom Shim Database Created | Medium | Sigma |
| Windows Network Access Suspicious desktop.ini Action | Medium | Sigma |
elastic/detection-rules
2 rules| Detection | Severity | Format |
|---|---|---|
| Persistence via Docker Shortcut Modification | Medium | Elastic TOML |
| Persistent Scripts in the Startup Directory | Medium | Elastic TOML |
elastic/protections-artifacts
2 rules| Detection | Severity | Format |
|---|---|---|
| Potential Execution via Shortcut Modification | Undefined | Elastic TOML |
| Suspicious Shortcut Modification | Undefined | Elastic TOML |