Episode Details
Back to Episodes
Course 36 - Windows Forensics and Tools | Episode 10: Decoding Metadata and File Internals
Published 1 month ago
Description
In this lesson, you’ll learn about: Windows Recycle Bin forensics and deleted file recovery1. Why the Recycle Bin Matters in Forensics
You can listen and download our episodes for free on more than 10 different platforms:
https://linktr.ee/cybercode_academy
- Deleting a file in Windows does not immediately erase it
- Instead, Windows:
- Moves it to a hidden system structure
- Renames it
- Keeps both metadata and data intact
- The Recycle Bin is often a hidden evidence repository
- Deleted files usually remain:
- On disk (physically intact)
- With modified references only
- Investigators can often recover:
- Files
- Paths
- Deletion timestamps
- INFO2 file
- Stored inside:
- Recycler folder
- Original file path
- File size
- Deletion order
- Acts as an index of deleted files
- $Recycle.Bin
- $R file
- Contains actual file data
- $I file
- Contains metadata:
- Original name
- Path
- Deletion timestamp
- Contains metadata:
- Data and metadata are split for tracking integrity
- $I file headers contain version indicators:
- 01 → older Windows versions
- 02 → Windows 10 era
- Helps investigators determine:
- Operating system version
- Timeline of deletion activity
- Hex editors
- Forensic analysis tools
- File paths
- Deletion timestamps
- File size metadata
- Original filenames
- Even “deleted” files can be reconstructed byte-by-byte
- Access $Recycle.Bin
- Match $R and $I files
- Decode metadata
- Reconstruct original file structure
- Extract evidence
- Deleted documents
- Malware payloads
- Sensitive user files
- Evidence of file wiping attempts
- Attackers often forget the Recycle Bin still holds traces
- Recycle Bin does not permanently delete data immediately
- Legacy systems use INFO2 index files
- Modern systems use $R and $I file pairs
- Metadata and file content are separated
- Hex analysis allows full reconstruction of deleted activity
- Delete action → Recycle Bin redirect → hidden storage → forensic recovery
You can listen and download our episodes for free on more than 10 different platforms:
https://linktr.ee/cybercode_academy