performing-disk-forensics-investigation

Automate disk-forensics analysis of forensic disk images with hash verification and timeline reconstruction.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/YukiIto1999/ctf-sleuth --skill performing-disk-forensics-investigation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performing-disk-forensics-investigation
Source: https://github.com/YukiIto1999/ctf-sleuth/tree/main/.claude/skills/performing-disk-forensics-investigation
Command: npx skills add https://github.com/YukiIto1999/ctf-sleuth --skill performing-disk-forensics-investigation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pytsk3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Disk-based investigations require imaging, file-system parsing, artifact recovery, and timeline reconstruction to establish a solid evidentiary basis and support incident response.

Core Features & Use Cases

  • End-to-end disk forensics workflow: imaging, integrity verification, file-system analysis, and artifact recovery.
  • Timeline reconstruction: build a sequence of events from MFT/inode data, logs, and artifact traces.
  • Evidence documentation: generates reports and structured outputs suitable for legal and HR investigations.

Quick Start

Run the disk forensics workflow against a disk image to produce an integrity-verified report and incident timeline.

Frequently Asked Questions about performing-disk-forensics-investigation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate disk forensics analysis from a forensic image to an incident timeline?

Disk forensics analysis is automated from imaging through hash verification, file-system parsing, artifact recovery, and timeline reconstruction. The workflow processes disk images to generate both human-readable reports and machine-readable structured outputs.

Can I perform file-system analysis and artifact recovery on Linux and macOS disk images?

File-system analysis and artifact recovery support Windows, Linux, and macOS disk images. The workflow applies to incident response, malware investigations, and data breach forensics across these operating systems.

What's the best way to reconstruct a timeline of events from MFT and inode data?

Timeline reconstruction builds a sequence of events from MFT and inode data, logs, and artifact traces. It automates the extraction and correlation of filesystem timestamps to establish a chronological incident history.

Do I need pytsk3 to run disk forensics investigations and generate evidence reports?

Yes, disk forensics investigations require the pytsk3 dependency. It provides the necessary framework for file-system analysis and forensic imaging required to produce integrity-verified evidence documentation.

How does forensic imaging with hash verification work for legal and HR investigations?

Forensic imaging with hash verification creates an integrity-verified copy of the disk. The workflow generates structured evidence documentation suitable for legal and HR investigations, ensuring data is preserved and verifiable.

When should I use automated disk forensics instead of manual file-system analysis?

Automated disk forensics is ideal for end-to-end investigations requiring imaging, file-system parsing, artifact recovery, and timeline reconstruction. It provides consistent structured outputs when establishing a solid evidentiary basis for incident response.