ID | Name |
---|---|
T1564.001 | Hidden Files and Directories |
T1564.002 | Hidden Users |
T1564.003 | Hidden Window |
T1564.004 | NTFS File Attributes |
T1564.005 | Hidden File System |
T1564.006 | Run Virtual Instance |
T1564.007 | VBA Stomping |
T1564.008 | Email Hiding Rules |
T1564.009 | Resource Forking |
Adversaries may set files and directories to be hidden to evade detection mechanisms. To prevent normal users from accidentally changing special files on a system, most operating systems have the concept of a ‘hidden’ file. These files don’t show up when a user browses the file system with a GUI or when using normal commands on the command line. Users must explicitly ask to show the hidden files either via a series of Graphical User Interface (GUI) prompts or with command line switches (dir /a
for Windows and ls –a
for Linux and macOS).
On Linux and Mac, users can mark specific files as hidden simply by putting a "." as the first character in the file or folder name [1] [2]. Files and folders that start with a period, ‘.’, are by default hidden from being viewed in the Finder application and standard command-line utilities like "ls". Users must specifically change settings to have these files viewable.
Files on macOS can also be marked with the UF_HIDDEN flag which prevents them from being seen in Finder.app, but still allows them to be seen in Terminal.app [3]. On Windows, users can mark specific files as hidden by using the attrib.exe binary. Many applications create these hidden files and folders to store information so that it doesn’t clutter up the user’s workspace. For example, SSH utilities create a .ssh folder that’s hidden and contains the user’s known hosts and keys.
Adversaries can use this to their advantage to hide files and folders anywhere on the system and evading a typical user or system analysis that does not incorporate investigation of hidden files.
ID | Name | Description |
---|---|---|
S0331 | Agent Tesla |
Agent Tesla has created hidden folders.[4] |
S0584 | AppleJeus |
AppleJeus has added a leading |
G0007 | APT28 | |
G0050 | APT32 |
APT32's macOS backdoor hides the clientID file via a chflags function.[7] |
S0438 | Attor |
Attor can set attributes of log files and directories to HIDDEN, SYSTEM, ARCHIVE, or a combination of those.[8] |
S0475 | BackConfig |
BackConfig has the ability to set folders or files to be hidden from the Windows Explorer default view.[9] |
S0274 | Calisto |
Calisto uses a hidden directory named .calisto to store data from the victim’s machine before exfiltration.[10][11] |
S0484 | Carberp |
Carberp has created a hidden file in the Startup folder of the current user.[12] |
S0369 | CoinTicker |
CoinTicker downloads the following hidden files to evade detection and maintain persistence: /private/tmp/.info.enc, /private/tmp/.info.py, /private/tmp/.server.sh, ~/Library/LaunchAgents/.espl.plist, ~/Library/Containers/.[random string]/[random string].[13] |
S0497 | Dacls |
Dacls has had its payload named with a dot prefix to make it hidden from view in the Finder application.[14][15] |
S0634 | EnvyScout |
EnvyScout can use hidden directories and files to hide malicious executables.[16] |
S0569 | Explosive |
Explosive has commonly set file and path attributes to hidden.[17] |
S0277 | FruitFly |
FruitFly saves itself with a leading "." to make it a hidden file.[18] |
S0278 | iKitten |
iKitten saves itself with a leading "." so that it's hidden from users by default.[18] |
S0434 | Imminent Monitor |
Imminent Monitor has a dynamic debugging feature to set the file attribute to hidden.[19] |
S0260 | InvisiMole |
InvisiMole can create hidden system directories.[20] |
S0015 | Ixeshe |
Ixeshe sets its own executable file's attributes to hidden.[21] |
S0162 | Komplex |
The Komplex payload is stored in a hidden directory at |
G0032 | Lazarus Group |
Lazarus Group has used a VBA Macro to set its file attributes to System and Hidden and has named files with a dot prefix to hide them from the Finder application.[22][14][15] |
S0447 | Lokibot |
Lokibot has the ability to copy itself to a hidden file and directory.[23] |
S0451 | LoudMiner |
LoudMiner has set the attributes of the VirtualBox directory and VBoxVmService parent directory to "hidden".[24] |
S0409 | Machete |
Machete has the capability to exfiltrate stolen data to a hidden folder on a removable drive.[25] |
S0282 | MacSpy | |
S0339 | Micropsia |
Micropsia creates a new hidden directory to store all components' outputs in a dedicated sub-folder for each.[27] |
G0129 | Mustang Panda |
Mustang Panda's PlugX variant has created a hidden folder on USB drives named |
S0198 | NETWIRE |
NETWIRE can copy itself to and launch itself from hidden folders.[29] |
S0439 | Okrum |
Before exfiltration, Okrum's backdoor has used hidden files to store logs and outputs from backdoor commands.[30] |
S0402 | OSX/Shlayer |
OSX/Shlayer executes a .command script from a hidden directory in a mounted DMG.[31] |
S0352 | OSX_OCEANLOTUS.D |
OSX_OCEANLOTUS.D sets the main loader file’s attributes to hidden.[32] |
S0428 | PoetRAT | |
S0448 | Rising Sun |
Rising Sun can modify file attributes to hide files.[34] |
G0106 | Rocke |
Rocke downloaded a file "libprocesshider", which could hide files on the target system.[35][36] |
S0533 | SLOTHFULMEDIA |
SLOTHFULMEDIA has been created with a hidden attribute to insure it's not visible to the victim.[37] |
S0595 | ThiefQuest |
ThiefQuest hides a copy of itself in the user's |
G0134 | Transparent Tribe |
Transparent Tribe can hide legitimate directories and replace them with malicious copies of the same name.[39] |
G0081 | Tropic Trooper |
Tropic Trooper has created a hidden directory under |
S0366 | WannaCry |
WannaCry uses |
S0612 | WastedLocker |
WastedLocker has copied a random file from the Windows System32 folder to the |
S0658 | XCSSET |
XCSSET uses a hidden folder named |
This type of attack technique cannot be easily mitigated with preventive controls since it is based on the abuse of system features.
ID | Data Source | Data Component |
---|---|---|
DS0017 | Command | Command Execution |
DS0022 | File | File Creation |
File Metadata | ||
DS0009 | Process | Process Creation |
Monitor the file system and shell commands for files being created with a leading "." and the Windows command-line use of attrib.exe to add the hidden attribute.