performing-endpoint-forensics-investigation

Identify and document endpoint compromises through Windows digital forensics investigations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Endpoint compromises require thorough evidence collection and timeline reconstruction to support incident response and legal proceedings.

Core Features & Use Cases

  • Comprehensive data collection: memory, disk images, and artifact repositories for endpoint incidents.
  • Timeline reconstruction: consolidate artifacts to reveal attacker behavior and timelines.
  • Forensic workflow: supports Volatility 3, KAPE, imaging tools, and artifact parsers for Windows endpoints.

Quick Start

Run the endpoint forensics agent to begin collecting memory, disk images, artifacts, and timeline data from the compromised machine.

Frequently Asked Questions about performing-endpoint-forensics-investigation

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

FAQPage Schema
How do I perform endpoint forensics investigation on a compromised Windows machine?

Endpoint forensics investigation on a compromised Windows machine requires acquiring memory and disk images, parsing artifacts like ShimCache and Amcache, and reconstructing a timeline to document attacker behavior. This workflow uses Volatility 3, KAPE, and Plaso for comprehensive analysis.

What is the best way to reconstruct a timeline during an endpoint incident investigation?

Timeline reconstruction during an incident investigation consolidates Windows artifacts using tools like KAPE and Plaso. This process reveals attacker behavior and timelines by parsing filesystem metadata and registry traces to support forensically valid incident response.

Can I use Volatility 3 and FTK Imager for memory acquisition and disk imaging in a digital forensics workflow?

Yes, you can use Volatility 3 and WinPMEM for memory acquisition, and FTK Imager for disk imaging in a digital forensics workflow. These tools capture volatile data and create forensic disk images to support comprehensive endpoint compromise investigations.

When do I need disk imaging and memory analysis for incident response?

Disk imaging and memory analysis are needed for incident response when identifying endpoint compromises that require thorough evidence collection. Capturing volatile memory and creating forensic disk images ensures evidence integrity and supports legal proceedings or detailed timeline reconstruction.

How do I maintain a chain of custody during endpoint forensics artifact analysis?

Maintaining a chain of custody during endpoint forensics artifact analysis requires evidence hashing and documenting every step from memory acquisition to timeline generation. Applying forensically valid workflows with tools like KAPE and Plaso ensures collected Windows artifacts remain legally admissible.