Skip to content

๐Ÿงช Analysis of Data Source Using Autopsy โ€“ Autopsy Forensic Tool


๐ŸŽฏ Main Idea

Once a disk image is loaded, Autopsy automatically begins analyzing it using a series of modules, and the results are displayed in a clean graphical interface.


๐Ÿ”„ Key Terminology in Autopsy

Term Description
Data Source The original digital image being analyzed (e.g., disk clone or image).
File Views Different ways to explore files inside the image.
Ingest Results Results generated by automatic analysis when the data source is added.
Tags Labels added by the investigator to mark important files or content.
Timeline A chronological view of system events.

๐Ÿงฑ Analysis Structure in Autopsy

1. Importing Data Source (Original Image)

  • You import a disk image (.E01 or .img) as the starting point.

  • You can browse the content as if navigating a live system.

  • Filtering options include:

  • Extension

  • File Header

  • File Size


2. Ingest Results

Autopsy automatically analyzes the image and extracts:

๐Ÿ“‚ Recovered Files (File Carving)

  • Extracts files even if deleted or corrupted.

  • Includes images, documents, system files.

  • Some files may appear with size "0" โ†’ indicates failed recovery.

Example:

Autopsy recovered 3 images using File Carving and showed them under the Images tab.

โ™ป๏ธ Deleted / Recycle Bin Items
  • Identifies files deleted from Recycle Bin.

  • Shows deletion/modification timestamps.

๐Ÿ›‘ How to Identify Deleted Files?

  • Deleted files often begin with an underscore _.

  • This is due to how file systems (e.g., NTFS) mark deleted files.

๐Ÿง  DF Tip:

When a file is deleted in Windows, its first character is replaced with _, but its data remains until overwritten.


๐Ÿ“ง Email and Keyword Extraction

Autopsy can extract:

  • Email addresses from scripts, configs, or logs (e.g., inside netcat or SQL scripts).

  • Keywords that appear in context.

Example:

Two email addresses were extracted from a netcat-related SQL script, appearing in a help message from the developer.


๐Ÿ–ผ๏ธ Image and Video Analysis

1. Image/Video Analysis

  • Found under a dedicated tab.

  • You can:

  • Browse recovered media.

  • Identify if it's user-generated or system-generated.

2. Geo-location Metadata

  • If images include GPS metadata, Autopsy displays the geographic data.

๐Ÿ—“๏ธ Timeline Analysis

One of the most powerful features in Autopsy.

โœ… Why Is It Important?

Understanding the sequence of events helps determine:

  • When a website was visited.

  • When a tool was executed.

  • When a file was deleted.

๐Ÿง  Timeline Analysis Examples

Date Event
2011 File named "cat" was created โ€” later marked as deleted.
2023 Tools were modified; Recycle Bin accessed.

๐Ÿ” All extracted events are shown as Time Points.\ ๐Ÿ“Œ Always set the correct time zone for accurate results.


  • To re-analyze a file group (e.g., images, videos, logs), use the Discovery tab to filter and review results.

๐Ÿ“Š Generating Final Report

After analysis is complete:

๐Ÿ“‹ Steps to Generate a Report

  1. Go to Generate Report.

  2. Choose:

  3. Report type: HTML, Excel.

  4. Report name (e.g., "Draft_Analysis").

  5. What to include:

    • Tags only,

    • Custom results,

    • or All analysis results.

  6. Report is saved under /Reports inside the case folder.

๐Ÿ”Ž The report includes:

  • Original file paths

  • Extracted keywords

  • Images and media

  • Tags

  • Timestamps


๐Ÿง  Pro Tips for Using Autopsy

๐Ÿ’ก Tip
โฑ๏ธ Use the Timeline to understand event sequences.
๐Ÿ” Always start with Ingest Results for a high-level overview.
๐Ÿงน Filter files by type or size to save time.
๐Ÿ—‘๏ธ Review zero-byte files โ€” they may be corrupted evidence.
๐Ÿท๏ธ Use Tags and notes to organize your findings.