Currently viewing ATT&CK v7.2 which was live between July 8, 2020 and October 26, 2020. Learn more about the versioning system or see the live site.
Register to stream the next session of ATT&CKcon Power Hour November 12

Taint Shared Content

Adversaries may deliver payloads to remote systems by adding content to shared storage locations, such as network drives or internal code repositories. Content stored on network drives or in other shared locations may be tainted by adding malicious programs, scripts, or exploit code to otherwise valid files. Once a user opens the shared tainted content, the malicious portion can be executed to run the adversary's code on a remote system. Adversaries may use tainted shared content to move laterally.

A directory share pivot is a variation on this technique that uses several other techniques to propagate malware when users access a shared network directory. It uses Shortcut Modification of directory .LNK files that use Masquerading to look like the real directories, which are hidden through Hidden Files and Directories. The malicious .LNK-based directories have an embedded command that executes the hidden malware file in the directory and then opens the real intended directory so that the user's expected action still occurs. When used with frequently used network directories, the technique may result in frequent reinfections and broad access to systems and potentially to new and higher privileged accounts. [1]

Adversaries may also compromise shared network directories through binary infections by appending or prepending its code to the healthy binary on the shared network directory. The malware may modify the original entry point (OEP) of the healthy binary to ensure that it is executed before the legitimate code. The infection could continue to spread via the newly infected file when it is executed by a remote system. These infections may target both binary and non-binary formats that end with extensions including, but not limited to, .EXE, .DLL, .SCR, .BAT, and/or .VBS.

ID: T1080
Sub-techniques:  No sub-techniques
Tactic: Lateral Movement
Platforms: Windows
System Requirements: Access to shared folders and content with write permissions
Permissions Required: User
Data Sources: File monitoring, Process monitoring
CAPEC ID: CAPEC-562
Contributors: David Routin; Michal Dida, ESET
Version: 1.2
Created: 31 May 2017
Last Modified: 31 March 2020

Procedure Examples

Name Description
BRONZE BUTLER

BRONZE BUTLER has placed malware on file shares and given it the same name as legitimate documents on the share.[13]

Darkhotel

Darkhotel used a virus that propagates by infecting executables stored on shared drives.[12]

H1N1

H1N1 has functionality to copy itself to network shares.[8]

Miner-C

Miner-C copies itself into the public folder of Network Attached Storage (NAS) devices and infects new victims who open the file.[7]

Ramsay

Ramsay can spread itself by infecting other portable executable files on networks shared drives.[11]

Ursnif

Ursnif has copied itself to and infected files in network drives for propagation.[9][10]

Mitigations

Mitigation Description
Execution Prevention

Identify potentially malicious software that may be used to taint content or may result from it and audit and/or block the unknown programs by using application control [2] tools, like AppLocker, [3] [4] or Software Restriction Policies [5] where appropriate. [6]

Exploit Protection

Use utilities that detect or mitigate common features used in exploitation, such as the Microsoft Enhanced Mitigation Experience Toolkit (EMET).

Restrict File and Directory Permissions

Protect shared folders by minimizing users who have write access.

Detection

Processes that write or overwrite many files to a network shared directory may be suspicious. Monitor processes that are executed from removable media for malicious or abnormal activity such as network connections due to Command and Control and possible network Discovery techniques.

Frequently scan shared network directories for malicious files, hidden files, .LNK files, and other file types that may not typical exist in directories used to share specific types of content.

References