Basic Usage
The basic syntax for running IPED from the command line:Required Parameters
Data Source Input
Input data source (can be used multiple times for multiple sources)Supported formats:
- Disk images: DD, E01, Ex01, VHD, VHDX, VMDK
- Forensic formats: AD1 (AccessData), UFDR (Cellebrite), AFF (Linux)
- Virtual disks: ISO, ISO9660, UDF
- Physical drives
- Local folders
- IPED files (*.iped with tagged files)
-data
Terminal
Output Directory
Output folder where the processed case will be created
-output
If not specified, IPED creates an “iped” folder in the parent directory of the data source.
Terminal
Processing Options
Profile Selection
Select a processing profile that optimizes IPED for specific investigation typesAvailable profiles:
forensic- Full forensic analysis (default)pedo- CSAM investigations with specialized detectiontriage- Fast on-scene processing with basic indexingfastmode- Fastest preview mode (minimal processing)blind- Automated data extraction without GUI
Terminal
Multiple Data Sources
Process multiple evidence sources into a single case:Terminal
Data Source Names
Custom display name for the preceding data source
Terminal
Advanced Options
Continue and Restart
Resume a stopped or aborted processing from where it left off
Discard the last aborted processing and start from the beginning
Terminal
Append to Existing Case
Add new data sources to an existing processed case
Terminal
Remove Evidence
Remove a specific evidence source by name from an existing case
Terminal
Encryption and Security
Passwords
Password for encrypted images or volumes (can be used multiple times)
-password
Terminal
Terminal
Search and Analysis
Keyword Lists
Line-delimited file with keywords to import and search. Keywords with no hits are automatically filtered out.
-keywordlist
Terminal
Selective OCR
Run OCR only on specific categories or bookmarks (can be used multiple times)
Terminal
File System Options
Timezone
Original timezone of FAT file systems (e.g., GMT-3, GMT-4). Uses local system timezone if not specified.
-timezone
Terminal
Block Size
Sector block size in bytes. Required for devices with 4K sectors.
-blocksize
Terminal
File Owner Information
Index file owner information when processing local folders. This is slow over network shares.
Terminal
Export and Reporting
Report Configuration
Do not export file contents to report for a specific category/bookmark, only thumbnails and properties
Terminal
Do not automatically export PST/OST email attachments to reports
Do not automatically export items linked to chats
Terminal
ASAP Integration
Brazilian Federal Police .asap file with case information to include in HTML reports
Terminal
Portable Cases
Use relative paths to forensic images so the case can be moved to other machines (images must be on the same volume)
Terminal
Interface Options
No GUI Mode
Run in text mode without progress windows for batch/automated processing
Terminal
Logging
Redirect log output to a specific file
Send log messages to standard output instead of a file
Terminal
Custom Splash Message
Custom message to display in the splash screen
Terminal
Network Features
Internet Data Download
Download Internet data to enrich evidence (e.g., WhatsApp media files still available on servers)
Terminal
Module-Specific Parameters
Extra Parameters
Pass extra configuration options to specific modules
Terminal
Help and Information
Display help information with all available parameters
-h, /?
Terminal
Complete Examples
Basic Forensic Case
Terminal
CSAM Investigation
Terminal
Multi-Device Case
Terminal
Fast Triage Processing
Terminal
Encrypted Device with Resume
Terminal
Batch Processing Script
batch_process.sh
Exit Codes
| Code | Description |
|---|---|
| 0 | Processing completed successfully |
| 1 | Processing failed or was aborted |
Performance Tips
Use appropriate profiles
Select the right profile for your investigation type. Using
fastmode for triage can save hours.Common Issues
Out of Memory Error
Out of Memory Error
Cannot append to existing case
Cannot append to existing case
Ensure versions match. IPED checks minor version compatibility:Use the same IPED version or create a new case.
Profile not found
Profile not found
Verify the profile name is spelled correctly and exists:
Terminal
Encrypted image won't open
Encrypted image won't open
Ensure the password is provided correctly:
Terminal
Next Steps
Processing Profiles
Learn about the five processing profiles and when to use each
Configuration
Customize IPED processing options and module settings
Data Sources
Detailed information about supported evidence formats
Troubleshooting
Solutions to common processing issues