| View previous topic :: View next topic |
| Author |
Message |
heretic Site Admin

Joined: 27 May 2004 Posts: 2879
|
Posted: Tue Aug 18, 2026 10:43 pm Post subject: Windows Hides Data Inside Files You Can Already See |
|
|
Windows NTFS has a long-standing feature called Alternate Data Streams (ADS) that lets a single file carry hidden extra data.
A normal text file can look completely clean in File Explorer and still contain secret notes, scripts, or malware payloads that most users never notice.
Attackers have used this technique for years to hide malicious code (tracked as MITRE ATT&CK T1564.004).
Legitimate uses also exist — the most common is the “Zone.Identifier” stream that marks files downloaded from the internet.
To check any file for hidden streams, run this PowerShell command:
Get-Item .\filename -Stream * |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2666 phpBB Group
|
|