π οΈ Creating a New Case and Adding a Data Source in Autopsy β Step-by-Step with Full Explanation
π§ Introduction β Why Autopsy?
Autopsy is a free and open-source tool used for digital evidence analysis.\ It is considered one of the most powerful free alternatives to tools like:
-
FTK Imager β Used to view and analyze files, but limited without a paid license.
-
EnCase and X-Ways β Powerful but expensive tools.
π‘ Advantages of Autopsy:
-
Easy graphical user interface (GUI).
-
Multi-type analysis (images, registry, browser data, deleted files, etc.).
-
Available on both Windows and Linux (GUI is easier on Windows).
π§± Understanding the Case Concept in Autopsy
Every investigation in Autopsy begins by creating a Case.
β Why Do We Need a Case?
-
Autopsy creates a dedicated database for each case.
-
It stores:
-
Evidence
-
Analysis results
-
Final reports
π Step 1: Create a New Case
When launching Autopsy:
-
Click on
Create New Case. -
Enter the following details:
| Field | Description |
|---|---|
| Case Name | Name of the case (e.g., Missing_Person) |
| Base Directory | Location where the case files will be stored |
| Case Number | Unique identifier, could be the date |
| Examiner Name | Name of the analyst or investigator |
| Organization Name | Name of the organization (if applicable) |
π Tip: Use structured and numbered case names to simplify future archiving.
π§© Step 2: Add Data Source
π‘ What is a Data Source?
It's the source that contains the data to be analyzed, such as:
-
Disk image
-
Logical files
-
Mobile dump
π§· Types of Data Sources You Can Add:
| Type | Description |
|---|---|
| Disk Image or VM File | Full disk image (e.g., E01, DD, ISO) or virtual machine image |
| Logical Files | Individual files or folders |
| Unallocated Space | Unutilized space on the disk |
| Sparse Files | Partially extracted data |
| Autopsy Log | Log files from a previous investigation |
π Very Important Note:
- You must know the type of data you have β is it a full disk image or just loose files?
π Step 3: Define the Host
After selecting the data source type, you must define the Host (the device from which the data was acquired):
-
This can be:
-
A computer
-
A smartphone
-
An IoT device
-
Give it a clear name (e.g.,
Laptop_MissingPerson)
π Important Forensics Note:\ Each analyzed device is represented as a Host in Autopsy, which helps with documentation and evidence-device association.
π Step 4: Set Time Zone
This setting is critically important!
β Why Is This Important?
Most digital artifacts (logs, registry, browsersβ¦) include timestamps.\ Setting the correct time zone allows for an accurate timeline of events.
For example:
-
When was a file opened?
-
When did the user visit a site?
-
When was a USB connected?
π§ Forensics Tip:\ Always document the time zone that the system or user was operating in. An incorrect time zone may lead to inaccurate analysis.
π Step 5: Enter Hash Value (Optional but Important)
If you have the hash (MD5 or SHA1) of the disk image, enter it here.
β Purpose:
-
Verify the imageβs integrity
-
Ensure the data was not modified during copying or upload
π§ͺ Step 6: Select Ingest Modules
Autopsy provides several built-in analysis modules, including:
| Module | Function |
|---|---|
| Recent Activity | Displays recent user activities |
| Web Artifacts | Extracts browser history and cookies |
| Extract Registry | Analyzes Windows registry |
| File Type Identification | Identifies file types |
| Keyword Search | Searches within files |
| Email Parser | Analyzes email content |
| Photo Analyzer | Extracts and analyzes images |
β Practical Tip:
-
If the image size is small β enable all modules.
-
If it's large β enable only what you need.
π Final Step: Start the Analysis Phase
After configuring everything:
-
Click on
Finish -
Analysis begins automatically, and a progress bar will appear
-
Do not close Autopsy until the process finishes
π Where Are the Results Saved?
All extracted content (artifacts, reports, logs, etc.) is stored in:
-
Autopsyβs internal database
-
The case folder you created at the beginning
β±οΈ What Comes After Analysis?
Once analysis is complete, you can:
-
View browsing history
-
Recover and examine deleted files
-
Export a professional final report
-
Trace a full event Timeline
π§ Important Notes & Tips for DF Students:
-
Document every step β especially extraction time, time zone, and data verification
-
Analysis depends on evidence integrity β altered data = unreliable analysis
-
Prepare for different scenarios β sometimes you get a full image, other times just files
-
Understand each module before enabling it to save time and target evidence efficiently