analyzing-bootkit-and-rootkit-samples

Analyze bootkit and rootkit samples across MBR, VBR, and UEFI firmware.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Bootkit and rootkit analysis requires specialized workflow to identify firmware-level persistence, compromised boot chains, and hidden modules across MBR/VBR/UEFI.

Core Features & Use Cases

  • Comprehensive boot sector and firmware analysis using MBR/VBR inspection, UEFI firmware module inventory, and Secure Boot verification.
  • Kernel-level rootkit detection via memory forensics (SSDT/IDT hooks, DKOM, hidden processes) and artifact correlation for attribution.
  • Use cases include incident response on compromised workstations, post-incident malware triage, and advanced persistent threat investigations.

Quick Start

Run the bootkit/rootkit analysis agent on a disk image or memory dump to begin examination.

Frequently Asked Questions about analyzing-bootkit-and-rootkit-samples

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

FAQPage Schema
How do I analyze bootkit and rootkit samples across MBR, VBR, and UEFI firmware?

To analyze bootkit and rootkit samples, you inspect boot sectors and perform UEFI firmware module inventory to detect persistence. Using tools like UEFITool and chipsec, you can verify Secure Boot integrity and identify compromised boot chains across MBR, VBR, and UEFI.

How does memory forensics detect kernel-level rootkits in a memory dump?

Memory forensics detects kernel-level rootkits by scanning a memory dump for SSDT and IDT hooks, DKOM techniques, and hidden processes. Using Volatility, you can correlate these artifacts to identify firmware-level threats and support attribution tasks.

What tools do I need for UEFI firmware and boot sector analysis?

For UEFI firmware and boot sector analysis, you need tools like UEFITool for module inventory, chipsec for low-level hardware and firmware verification, and Volatility for memory forensics to ensure reproducible workflow documentation.

Can I use this workflow for incident response on compromised workstations?

Yes, this workflow is designed for incident response on compromised workstations. It performs post-incident malware triage and advanced persistent threat investigations by identifying firmware-level persistence and hidden rootkit modules.

What is the best way to document a reproducible bootkit analysis workflow?

The best way to document a reproducible bootkit analysis workflow is by systematically recording MBR, VBR, and UEFI firmware inspection steps alongside memory forensics findings. This ensures artifact correlation for attribution remains verifiable during incident response.