Obfuscated Files or Information: LNK Icon Smuggling

Adversaries may smuggle commands to download malicious payloads past content filters by hiding them within otherwise seemingly benign windows shortcut files. Windows shortcut files (.LNK) include many metadata fields, including an icon location field (also known as the IconEnvironmentDataBlock) designed to specify the path to an icon file that is to be displayed for the LNK file within a host directory.

Adversaries may abuse this LNK metadata to download malicious payloads. For example, adversaries have been observed using LNK files as phishing payloads to deliver malware. Once invoked (e.g., Malicious File), payloads referenced via external URLs within the LNK icon location field may be downloaded. These files may also then be invoked by Command and Scripting Interpreter/System Binary Proxy Execution arguments within the target path field of the LNK.[1][2]

LNK Icon Smuggling may also be utilized post compromise, such as malicious scripts executing an LNK on an infected host to download additional malicious payloads.

ID: T1027.012
Sub-technique of:  T1027
Tactic: Defense Evasion
Platforms: Windows
Contributors: Andrew Northern, @ex_raritas; Gregory Lesnewich, @greglesnewich; Michael Raggi @aRtAGGI
Version: 1.0
Created: 29 September 2023
Last Modified: 24 October 2025

Procedure Examples

ID Name Description
G0047 Gamaredon Group

Gamaredon Group has used LNK files to hide malicious scripts for execution.[3][4]

G0094 Kimsuky

Kimsuky has used the LNK icon location to execute malicious scripts. Kimsuky has also padded the LNK target field properties with extra spaces to obscure the script.[5]

G0129 Mustang Panda

Mustang Panda has utilized LNK files to hide malicious scripts for execution.[6][7] Mustang Panda has also leveraged LNK files that were programmed to display a PDF icon to entice the victim to click on the file to execute an office.exe binary.[8]

S1239 TONESHELL

TONESHELL has been initiated using LNK files that were programmed to display a PDF icon to entice the victim to click on the file to execute an office.exe binary.[8]

Mitigations

ID Mitigation Description
M1049 Antivirus/Antimalware

Use signatures or heuristics to detect malicious LNK and subsequently downloaded files.

M1040 Behavior Prevention on Endpoint

On Windows 10, enable Attack Surface Reduction (ASR) rules to prevent execution of potentially obfuscated scripts or payloads.

Detection Strategy

ID Name Analytic ID Analytic Description
DET0405 Detection Strategy for LNK Icon Smuggling AN1134

Correlates LNK file execution with embedded resource extraction or suspicious network activity following initial launch, often leading to payload delivery via disguised icons.

References