Gold Open Source
ExplorePackagesVulnerabilitiesCWEsMCP ServersScan
Login
Gold Open Source

The authoritative source for production-ready open-source components. Every package, container image, AI model, and MCP server undergoes rigorous verification for security, malware, and license compliance.

Explore Gold

  • Explore Everything
  • Packages
  • Gold Certified Packages
  • Container Images
  • AI Models
  • MCP Servers
  • Agent Skills
  • Chip Manufacturers

Security Data & Tools

  • Scan Your Dependencies
  • Trending Threats
  • Threat RSS Feeds
  • CVE Database
  • Actively Exploited (KEV)
  • SGZ Zero-Days
  • CWE Index
  • MITRE ATT&CK
  • Malicious Packages
  • Security Glossary
  • Supply-Chain Report
  • Developers (API & Badge)
  • Chrome Extension
  • Credits & Data Sources

Products

  • The Platform
  • ESSCM
  • Portal
  • TPRM
  • OSM
  • Cowork
  • Code / Runner
  • Guard

Use Cases

  • Know Your Software
  • Auto-Fix Vulnerabilities
  • Asset Discovery
  • AI Governance
  • MCP Server Security
  • Supply Chain Compliance
  • Zero-Day Discovery
  • All Use Cases

Company

  • About
  • Pricing
  • Blog
  • Documentation
  • Safeguard Academy
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 Gold Open Source. All rights reserved.

Built with care bySafeguard
Home/ATT&CK/T1564/T1564.001
MITRE ATT&CK Sub-Technique

T1564.001: Hidden Files and Directories

ShareXLinkedInRedditHN

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 (<code>dir /a</code> for Windows and <code>ls –a</code> 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 (Citation: Sofacy Komplex Trojan) (Citation: Antiquated Mac Malware). 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 (Citation: WireLurker). 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. Additionally, adversaries may name files in a manner that would allow the file to be hidden such as naming a file only a “space” character. 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.

Tactics
Stealth
Platforms
Linux, macOS, Windows

▪Parent technique

T1564: Hide Artifacts

▪Used by groups (12)

G0007APT28G0032Lazarus GroupG0046FIN7G0050APT32G0081Tropic TrooperG0106RockeG0125HAFNIUMG0129Mustang PandaG0134Transparent TribeG1014LuminousMothG1016FIN13G1039RedCurl

▪Software using this technique (45)

S0013PlugXmalwareS0015IxeshemalwareS0162KomplexmalwareS0198NETWIREmalwareS0260InvisiMolemalwareS0262QuasarRATtoolS0274CalistomalwareS0277FruitFlymalwareS0278iKittenmalwareS0282MacSpymalwareS0331Agent TeslamalwareS0339MicropsiamalwareS0352OSX_OCEANLOTUS.DmalwareS0366WannaCrymalwareS0369CoinTickermalwareS0402OSX/ShlayermalwareS0409MachetemalwareS0428PoetRATmalwareS0434Imminent MonitortoolS0438AttormalwareS0439OkrummalwareS0447LokibotmalwareS0448Rising SunmalwareS0451LoudMinermalwareS0475BackConfigmalwareS0484CarberpmalwareS0497DaclsmalwareS0533SLOTHFULMEDIAmalwareS0569ExplosivemalwareS0584AppleJeusmalwareS0595ThiefQuestmalwareS0612WastedLockermalwareS0634EnvyScoutmalwareS0650QakBotmalwareS0658XCSSETmalwareS0660ClamblingmalwareS0663SysUpdatemalwareS1043ccf32malwareS1105COATHANGERmalwareS1111DarkGatemalwareS1153Cuckoo StealermalwareS1176attribtoolS1219REPTILEmalwareS1230HIUPANmalwareS1236CLAIMLOADERmalware

▪Reference

T1564.001on MITRE ATT&CK

MITRE ATT&CK® is a registered trademark of The MITRE Corporation. © 2026 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.