Skip to content

Recycle Bin Information

Evidence: Recycle Bin Information
Description: Collect information about items in recycle bin
Category: System
Platform: windows
Short Name: rbi
Is Parsed: Yes
Sent to Investigation Hub: Yes
Collect File(s): No

When files are deleted through Windows Explorer, they are moved to the Recycle Bin. Windows creates two files for each deleted item:

  • $I file: Contains metadata (original path, deletion time, file size)
  • $R file: Contains the actual file content

The $I metadata files can reveal what files were deleted, when, by whom, and their original locations.

This collector gathers structured data about recycle bin information.

FieldDescriptionExample
FileNameOriginal file namedocument.docx
OriginalPathOriginal file path before deletionC:\Users\user\Documents\document.docx
SIDUser SID who deleted the fileS-1-5-21-…
UsernameUsername who deleted the fileDOMAIN\user
TypeWhether File or FolderFile
AttributesFile attributes32
DeletionTimeWhen file was deleted2023-10-15T14:30:00
OriginalSizeOriginal file size before deletion1048576

This collector:

  • Searches for $Recycle.Bin\* folders on all drives
  • Enumerates $I* files (metadata files)
  • Parses $I file format (Version 1 or Version 2)
  • Extracts deletion metadata
  • References corresponding $R files (recovered content)
  • Resolves user SIDs to usernames

Recycle Bin analysis is fundamental for recovering deleted evidence and establishing deletion timelines. Investigators use this data to recover deleted files, establish file deletion timelines, identify who deleted files, prove file existence before deletion, track data destruction attempts, and correlate deletions with user activity.