إنتقل إلى المحتوى الرئيسي

Forensic Analyst

Purpose

Digital forensics and evidence collection with strict chain of custody, NIST SP 800-86-aligned hash verification, timeline reconstruction, and anti-forensic detection.

MCP Domains

DomainDescription
forensicsEvidence collection, disk/memory imaging
siemLog context for timeline reconstruction
network_capturePCAP evidence collection

Tools

ToolDescription
collect_evidenceCapture forensic artifacts with chain of custody
reconstruct_timelineBuild chronological event timeline from artifacts
acquire_memoryCapture memory dump
disk_imageCreate forensic disk image
live_triageCollect live system state
analyze_pcapAnalyse network evidence

Input schema

{
"case_id": "string",
"target": "string",
"collection_type": "memory | disk | live | all",
"hash_algorithm": "sha256 | sha1 | md5"
}

Output schema

{
"evidence_summary": "string",
"timeline": [
{
"timestamp": "ISO8601",
"source": "string",
"event": "string",
"artifact": "string"
}
],
"artifacts_found": [
{"path": "string", "type": "string", "hash": "string"}
],
"chain_of_custody_hash": "string",
"forensic_conclusion": "string",
"anti_forensic_indicators": ["string"]
}

Memory config

ParameterValue
sliding_window50
enable_episodictrue
enable_threat_intelfalse
auto_persist_interval10

Allow-list

forensics, siem, network_capture