Marx NTFS Alternate Data Streams Viewer — Quick Guide & Features
What it is
Marx NTFS Alternate Data Streams (ADS) Viewer is a utility for inspecting, extracting, and managing Alternate Data Streams on NTFS-formatted volumes. ADS are hidden data containers attached to files without changing the file’s primary content or size; this tool exposes those streams so you can review or recover hidden data.
Key features
- Stream enumeration: Lists all ADS attached to files and directories on specified NTFS volumes.
- Content preview: Displays text or basic binary preview of individual ADS without extracting to disk.
- Extraction/export: Saves ADS contents to standalone files for analysis or recovery.
- Deletion: Removes unwanted or suspicious ADS entries.
- Filtering/search: Search ADS by name, size, type, or containing text.
- Recursive scan: Walks directory trees to find ADS across folders.
- Metadata display: Shows stream size, timestamps, and owner/ACL info where available.
- Command-line support: Automatable scanning and exporting via CLI options (if provided).
- Safe read-only mode: Option to scan without modifying the filesystem.
Typical uses
- Malware analysis and forensics to find hidden payloads.
- Data recovery of embedded resources.
- System administration to audit unexpected ADS usage.
- Privacy checks to locate hidden user data.
Quick how-to (basic workflow)
- Launch the viewer with administrative privileges.
- Select target volume, folder, or file to scan.
- Run enumeration (or recursive scan) to list streams.
- Preview suspicious streams in the viewer.
- Export interesting streams for offline analysis or delete malicious ones.
Limitations & cautions
- Works only on NTFS-formatted volumes.
- Deleting ADS can be destructive; export first if unsure.
- Some system-protected streams may require elevated permissions.
- Not a substitute for full forensic tools for deep analysis.
Alternatives to consider
- Native Windows utilities: streams.exe (Sysinternals).
- Forensics suites: Autopsy, FTK, EnCase (more comprehensive analysis).
If you want, I can write a command-line cheat sheet for Marx NTFS ADS Viewer or compare it side-by-side with streams.exe.
Leave a Reply