T1564.004: NTFS File Attributes
Adversaries may use NTFS file attributes to hide their malicious data in order to evade detection. Every New Technology File System (NTFS) formatted partition contains a Master File Table (MFT) that maintains a record for every file/directory on the partition. [1] Within MFT entries are file attributes, [2] such as Extended Attributes (EA) and Data [known as Alternate Data Streams (ADSs) when more than one Data attribute is present], that can be used to store arbitrary data (and even complete files). [1] [3] [4] [5]
Adversaries may store malicious data or binaries in file attribute metadata instead of directly in files. This may be done to evade some defenses, such as static indicator scanning tools and anti-virus. [6] [4]
Analyst context for executives and security teams
NTFS File Attributes matters because malicious content can be hidden in Windows file-system metadata such as Alternate Data Streams or Extended Attributes rather than appearing as normal files. For leaders, the risk is not the filesystem feature itself; it is the possibility that malware, tools, or payload data may sit outside the visibility of basic file inventory, static indicator scanning, or some antivirus workflows.
Executive priority
Prioritize this where Windows endpoints or servers are critical to operations, investigations, or compliance evidence. Ask whether security tooling can inspect NTFS metadata, not just visible filenames and hashes, and whether incident response playbooks include checks for hidden artifacts. This is especially relevant for resilience planning because multiple ATT&CK software entries are related to this technique, including ransomware and backdoor families, but local exposure depends on Windows asset coverage and telemetry quality.
Technical view
This is a Windows stealth sub-technique under Hide Artifacts. ATT&CK provides no official detection text, but the relationship to DET0432 indicates a detection strategy exists for NTFS file attribute abuse involving ADS/EAs. SOC and IR teams should validate whether endpoint tooling, forensic collection, and triage procedures can enumerate NTFS file attributes, identify suspicious data streams or extended attributes, and correlate them with process activity, file writes, and execution attempts. Because ADS/EAs can also have legitimate uses, detection should focus on unusual locations, unexpected creators, suspicious parent processes, and artifacts associated with known incident context rather than treating every stream as malicious.
Likely telemetry
- Windows endpoint file-system telemetry covering file creation, modification, and metadata changes
- NTFS-aware forensic artifacts, including Master File Table and file attribute inspection where available
- Endpoint detection and response records for processes writing to or reading from unusual file attributes or streams
- Command-line and process lineage telemetry associated with file manipulation utilities or suspicious execution chains
- File integrity monitoring or host-based inventory data that can account for ADS/EAs, not only visible files
Detection direction
- Validate coverage against DET0432 or an equivalent NTFS ADS/EA detection strategy in the local environment.
- Confirm scanners and EDR tools inspect NTFS metadata and do not rely only on normal file paths, extensions, or hashes.
- Tune detections to reduce noise from legitimate NTFS stream usage by considering path, signer, user context, parent process, and recent incident indicators.
- During investigations, include NTFS attribute enumeration in host triage when malware is suspected but visible payload files are missing.
- Use related ATT&CK context as prioritization input: this technique is linked to APT32 and multiple Windows malware/software entries, but do not infer current activity without local evidence.
Mitigation priorities
- Apply least-privilege file and directory permissions as described by M1022, especially limiting unnecessary write access to sensitive directories and system locations.
- Prioritize Windows endpoint hardening and monitoring on high-value systems where hidden artifacts would complicate recovery or evidence collection.
- Ensure IR procedures and forensic tooling preserve and review NTFS attributes during collection and analysis.
- Review whether vulnerability management and compliance evidence processes depend on file inventories that may miss ADS/EAs.
- Use control validation exercises to confirm that hidden NTFS attribute content is discoverable by defensive tooling without relying on vendor assumptions.
Analyst notes and limits
ATT&CK identifies this as T1564.004, a Windows sub-technique of Hide Artifacts. The supplied relationships show use by one group and multiple software entries, and a mitigation relationship to Restrict File and Directory Permissions. The most important defensive question is whether Windows file-system visibility includes NTFS metadata, because basic file scans may not be sufficient.
MITRE does not provide official detection guidance for this object in the supplied fields. This take is therefore based on the official description, external references, and stated relationships only. Actual detection feasibility, false positives, and risk priority require local endpoint tooling, Windows asset scope, and incident telemetry validation.
NTFS File Attributes
Adversaries may use NTFS file attributes to hide their malicious data in order to evade detection. Every New Technology File System (NTFS) formatted partition contains a Master File Table (MFT) that maintains a record for every file/directory on the partition. [1] Within MFT entries are file attributes, [2] such as Extended Attributes (EA) and Data [known as Alternate Data Streams (ADSs) when more than one Data attribute is present], that can be used to store arbitrary data (and even complete files). [1] [3] [4] [5]
Adversaries may store malicious data or binaries in file attribute metadata instead of directly in files. This may be done to evade some defenses, such as static indicator scanning tools and anti-virus. [6] [4]
How security teams should use this page
Treat this object as behavior context, not an attribution claim. Validate the related groups, software, data sources, and mitigations against official ATT&CK relationships and your own telemetry before making control-coverage decisions.
Related techniques
This mirrors the MITRE pattern of making group, software, campaign, and technique relationships scannable. Relationship notes come from mirrored ATT&CK relationship text when available.
| Domain | ID | Name | Relationship / procedure |
|---|---|---|---|
| Enterprise | T1096 | NTFS File Attributes | NTFS File Attributes revoked by this object. |
| Enterprise | T1564 | Hide Artifacts | This object subtechnique of Hide Artifacts. |
Groups, software, and campaigns
G0050: APT32
APT32 is a suspected Vietnam-based threat group that has been active since at least 2014. The group has targeted multiple private sector industries as well as foreign governments, dissidents, and journalists with a strong focus on Southeast Asian countries like Vietnam, the Philippines, Laos, and Cambodia. They have extensively used strategic web compromises to compromise victims.[1][2][3]
S0019: Regin
S0476: Valak
S0397: LoJax
S0404: esentutl
S0361: Expand
S0139: PowerDuke
S1052: DEADEYE
S0145: POWERSOURCE
POWERSOURCE is a PowerShell backdoor that is a heavily obfuscated and modified version of the publicly available tool DNS_TXT_Pwnage. It was observed in February 2017 in spearphishing campaigns against personnel involved with United States Securities and Exchange Commission (SEC) filings at various organizations. The malware was delivered when macros were enabled by the victim and a VBS script was dropped. [1] [2]
S1160: Latrodectus
Latrodectus is a Windows malware downloader that has been used since at least 2023 to download and execute additional payloads and modules. Latrodectus has most often been distributed through email campaigns, primarily by TA577 and TA578, and has infrastructure overlaps with historic IcedID operations.[1][2][3]
S0612: WastedLocker
WastedLocker is a ransomware family attributed to Indrik Spider that has been used since at least May 2020. WastedLocker has been used against a broad variety of sectors, including manufacturing, information technology, and media.[1][2][3]
S0570: BitPaymer
BitPaymer is a ransomware variant first observed in August 2017 targeting hospitals in the U.K. BitPaymer uses a unique encryption key, ransom note, and contact information for each operation. BitPaymer has several indicators suggesting overlap with the Dridex malware and is often delivered via Dridex.[1]
S0373: Astaroth
All related ATT&CK context
Mitigation direction
Object version and sync metadata
The fields below describe the current mirrored snapshot. When Glexia retains multiple ATT&CK source imports, you can open the table to compare the same object across releases (hashes and MITRE timestamps). For MITRE’s own release notes and roadmap, see ATT&CK resources — Updates .
Imported snapshots across ATT&CK releases (1)
| Release | Bundle imported | Object version | Modified | Status | Raw hash |
|---|---|---|---|---|---|
| 19.1 | 2.0 | Current bundle | d157527b576b… |
Mirrored ATT&CK source object
The raw object is retained through the mirrored ATT&CK source bundle and object hash. The raw endpoint returns the exact object from the mirrored bundle when available.
External references and citations
MITRE external references are preserved separately from Glexia analysis so citations remain traceable to their original source records.
-
[1]
SpectorOps Host-Based Jul 2017
Atkinson, J. (2017, July 18). Host-based Threat Modeling & Indicator Design. Retrieved March 21, 2018.
Open source URL -
[2]
Microsoft NTFS File Attributes Aug 2010
Hughes, J. (2010, August 25). NTFS File Attributes. Retrieved March 21, 2018.
Open source URL -
[3]
Microsoft File Streams
Microsoft. (n.d.). File Streams. Retrieved September 12, 2024.
Open source URL -
[4]
MalwareBytes ADS July 2015
Arntz, P. (2015, July 22). Introduction to Alternate Data Streams. Retrieved March 21, 2018.
Open source URL -
[5]
Microsoft ADS Mar 2014
Marlin, J. (2013, March 24). Alternate Data Streams in NTFS. Retrieved March 21, 2018.
Open source URL -
[6]
Journey into IR ZeroAccess NTFS EA
Harrell, C. (2012, December 11). Extracting ZeroAccess from NTFS Extended Attributes. Retrieved June 3, 2016.
Open source URL -
[7]
mitre-attack T1564.004Open source URL
Source: MITRE ATT&CK®. © 2026 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation. MITRE ATT&CK and ATT&CK are registered trademarks of The MITRE Corporation. Glexia is not affiliated with or endorsed by MITRE.