Bookmark Basics
What are Bookmarks?
Bookmarks (also called tags or labels) are named categories that you assign to evidence items:Organization
Group related evidence across file system boundaries
Workflow
Track reviewed items and mark items of interest
Collaboration
Share tagged evidence sets with team members
Reporting
Export specific bookmark categories for reports
Bookmark Features
- Multiple Bookmarks: Assign multiple bookmarks to a single item
- Color Coding: Visual identification with custom colors
- Comments: Add notes to bookmark categories
- Keyboard Shortcuts: Fast tagging with hotkeys (0-9, A-Z)
- Persistent: Saved in case database
- Searchable: Filter results by bookmark
Bookmarks are saved in the case state files and persist between IPED sessions.
Bookmark Manager
Access the Bookmark Manager via:- Ctrl+B keyboard shortcut
- Top menu → Options → Bookmark Manager
- Right-click bookmark tree → Manage Bookmarks

Bookmark Manager Interface
- Dataset Selection
- Bookmark List
- Actions
- Comments
Choose which items to bookmark:
- Highlighted: Currently selected items in results table
- Checked: All items marked with checkboxes
Creating Bookmarks
Method 1: Bookmark Manager
Method 2: Keyboard Shortcuts
Create Bookmark with Shortcut
- Open Bookmark Manager (Ctrl+B)
- Select a bookmark from the list
- Press desired key (0-9, A-Z, or key combinations)
- Shortcut is assigned to that bookmark
Tagging Items
Selecting Items to Tag
Highlighted Items (Table Selection):- Click items in results table to select
- Hold Ctrl for multi-select
- Hold Shift for range select
- Open Bookmark Manager
- Choose “Highlighted” option
- Check boxes next to items in results table
- Use Space key for quick checking
- R key to check recursively (all children)
- Open Bookmark Manager
- Choose “Checked” option
Adding Items to Bookmarks
- Via Manager
- Via Keyboard
- Select bookmark from list
- Choose Highlighted or Checked
- Click Add button
- Items added to bookmark immediately
Removing Items from Bookmarks
- Via Manager
- Via Keyboard
- Select bookmark from list
- Choose Highlighted or Checked
- Click Remove button
Including Duplicates
When tagging items, optionally include duplicate files:Automatic Duplicate Detection
Check Add Duplicates in Bookmark Manager:- Finds all files with same hash as selected items
- Two methods: hash-based search or linear scan
- Optimized algorithm selected automatically
- Progress dialog shows duplicate search status
- Mark all copies of evidence file
- Track file distribution across devices
- Identify data duplication patterns
Duplicate detection uses MD5/SHA-1/SHA-256 hashes. Empty files are excluded.
Managing Bookmarks
Edit Bookmark Properties
Bookmark Colors
Auto-Assignment
Colors automatically assigned when creating bookmarks
Visual Coding
Different colors help distinguish bookmark categories
Customization
Edit to change color or maintain consistent scheme
Bookmark Comments
Add context and notes to bookmark categories:- Select bookmark in Bookmark Manager
- Type notes in comments text area
- Click Update to save
- Investigation notes
- Reason for tagging
- Follow-up actions needed
- Evidence significance
Delete Bookmarks
Remove entire bookmark category:- Select bookmark in Bookmark Manager
- Click Delete button
- Confirm deletion
- Bookmark removed (items remain in case)
Bookmarks Tree
View and filter by bookmarks in the navigation panel:
Tree Structure
- Root node shows total bookmarked items
- Each bookmark shows item count
- Color indicators match bookmark colors
- Expand to see bookmark details
Filtering by Bookmark
Bookmark filters can be combined with other filters (search, category, etc.).
Bookmark Tooltips
Hover over bookmark in tree to see:- Bookmark name
- Item count
- Assigned keyboard shortcut (if any)
- Comment text (if set)
Keyboard Shortcut Management
Assigning Shortcuts
Keyboard shortcuts enable rapid tagging during analysis:Press Desired Key
Press any key or combination:
- Single keys: 0-9, A-Z
- With Ctrl: Ctrl+0-9, Ctrl+A-Z (except reserved)
- With Shift: Shift+Key
Using Shortcuts
Add to Bookmark:- Select items in results table
- Press shortcut key
- Items added to bookmark
- Select items in results table
- Press Alt+ShortcutKey
- Items removed from bookmark
Removing Shortcuts
To unassign a shortcut:- Select bookmark in Bookmark Manager
- Press the currently assigned key again
- Shortcut removed
Shortcuts are saved with the case and persist between sessions.
Bookmark Workflows
Evidence Review Workflow
Create Review Bookmarks
- “To Review” - Items pending examination
- “Reviewed” - Completed items
- “Relevant” - Items of interest
- “Excluded” - Items ruled out
Case Categories Workflow
Create Category Bookmarks
Based on investigation needs:
- “Financial Records”
- “Communications”
- “Timeline Evidence”
- “User Activity”
Tag During Analysis
As you find relevant items:
- Assign appropriate category bookmark
- Multiple bookmarks per item if needed
- Add comments for context
Multi-User Workflow
Advanced Bookmark Features
Recursive Checking
Quickly check entire folder hierarchies:- Select folder in evidence tree
- Press R key
- All descendant files checked
- Bookmark the checked items
Selection Expansion
Expand selection to related items before bookmarking:- Parent Selection (P)
- References (F)
- Referenced By (D)
- Select items
- Press P
- Parent containers added to selection
- Bookmark all together
Bookmark Export
Bookmarked items can be exported:- Filter by bookmark
- Options → Export
- Choose format:
- HTML Report: Formatted report with thumbnails
- CSV Report: Tabular data
- ZIP Archive: Files with metadata
HTML reports include bookmark names and comments for each item.
Bookmark Best Practices
Naming Conventions
Naming Conventions
- Use clear, descriptive names
- Maintain consistent naming scheme
- Consider prefixes for categories (e.g., “CAT: Documents”)
- Avoid special characters in names
Organization
Organization
- Create bookmarks before starting analysis
- Limit to essential categories (10-20 max)
- Use colors consistently
- Document bookmark purpose in comments
Shortcuts
Shortcuts
- Assign to frequently used bookmarks
- Use logical key assignments (R for Relevant)
- Document shortcuts for team members
- Avoid conflicts with system shortcuts
Comments
Comments
- Add creation date in comments
- Document criteria for tagging
- Note evidence significance
- Track follow-up actions
Workflow
Workflow
- Check items as you review
- Batch bookmark at logical stopping points
- Use filters to verify bookmark assignments
- Regular backup of case state files
Bookmark Persistence
State Files
Bookmarks are saved in case state files:- Located in case output directory
- Updated automatically on changes
- Include bookmark assignments and metadata
- Portable with case data
Backup and Recovery
State files contain:- Bookmark names and colors
- Item-to-bookmark assignments
- Keyboard shortcuts
- Comments
Troubleshooting
Bookmark Not Saving
Bookmark Not Saving
- Check case directory is writable
- Verify disk space available
- Close and reopen IPED
- Check state file integrity
Shortcut Not Working
Shortcut Not Working
- Verify no conflict with system shortcuts
- Check focus is on results table
- Confirm shortcut assignment in manager
- Restart IPED if needed
Duplicates Not Found
Duplicates Not Found
- Verify hash values exist (computed during processing)
- Check “Include Duplicates” is enabled
- May take time on large cases
- Progress dialog shows status
Missing Bookmarks After Reopen
Missing Bookmarks After Reopen
- Verify state files exist in case directory
- Check file permissions
- Restore from backup if available
- Re-create bookmarks if necessary
API and Scripting
Bookmarks can be accessed via IPED’s API:See the Web API documentation for remote bookmark management.
Next Steps
Analysis Features
Learn advanced search and filtering techniques
Web API
Access bookmarks remotely via REST API