detect-dfir-collection-type

Classify forensic evidence files by file signatures and directory keywords.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mgreen27/dfir-skills --skill detect-dfir-collection-type
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: detect-dfir-collection-type
Source: https://github.com/mgreen27/dfir-skills/tree/main/skills/detect-dfir-collection-type
Command: npx skills add https://github.com/mgreen27/dfir-skills --skill detect-dfir-collection-type

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Identifies the type of digital forensic evidence present on disk or inside directories, enabling precise categorization for analysis.

Core Features & Use Cases

  • Collection Classification: Detects whether a path contains a disk image, memory image, process dump, live-response data, or unknown artefacts.
  • Workflow Integration: Facilitates automatic sorting of evidence into appropriate forensic tools and procedures.
  • Use Case: When an investigator receives multiple evidence files, use this Skill to classify each item quickly, allowing focused analysis on memory dumps or disk images.

Quick Start

Use the detect-dfir-collection-type skill to analyze the folder /investigation/evidence and receive classification results instantly.

Frequently Asked Questions about detect-dfir-collection-type

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

FAQPage Schema
How do I identify if a directory contains a disk image or memory dump for forensics?

To identify a disk image or memory dump for forensics, you can classify evidence files by analyzing file headers and scanning directory keywords to detect collection types accurately.

What is the best way to classify digital evidence files automatically?

The best way to classify digital evidence files automatically involves checking file signatures and performing content analysis to categorize items like disk images and process dumps.

Can I use file signatures to detect process dumps and live-response data?

Yes, you can use file signatures to detect process dumps and live-response data by reading file headers and checking extensions to identify the specific evidence collection type.

How does evidence classification help streamline forensic workflows?

Evidence classification streamlines forensic workflows by automatically sorting evidence files into appropriate tools and procedures, allowing investigators to focus analysis on specific collection types.

Do I need any dependencies to classify evidence types from file headers?

No dependencies are required to classify evidence types from file headers, as the classification process operates independently using internal scripts for signature and content analysis.

What are the limitations of classifying forensic evidence using directory keyword scanning?

A limitation of classifying forensic evidence using directory keyword scanning is that items with unrecognized signatures or missing keywords may return as unknown artefacts.