T1564.004sub-technique of T1564 Hide Artifacts

NTFS File Attributes

Windowsnothing on this site yetT1564.004 on attack.mitre.org

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.

MITRE ATT&CK 19.2, retrieved 2026-09-12

how MITRE says to see it

Detection Strategy for NTFS File Attribute Abuse (ADS/EAs)

  • Suspicious use of NTFS file attributes such as Alternate Data Streams (ADS) or Extended Attributes (EA) to hide data. Defender perspective: anomalous file creations or modifications containing colon syntax (file.ext:ads), API calls like ZwSetEaFile/ZwQueryEaFile, or PowerShell/Windows utilities interacting with...

what reduces it

  • M1022 Restrict File and Directory Permissions. Consider adjusting read and write permissions for NTFS EA, though this should be tested to ensure routine OS operations are not impeded.

the rest of T1564

The description, detection analytics and mitigations are reproduced from MITRE ATT&CK, version 19.2, under its terms of use. The checklists, hunts, labs and everything else linked here are this site’s.