Files
2026-05-08 18:02:35 -05:00

826 B

GreySec Incident Response Pipeline

Automated incident response forensic collection and evidence management.

Structure

  • forensic-collection/ - Live response scripts and evidence collection tools
  • chain-of-custody/ - Chain of custody tracking templates and automation
  • evidence-processing/ - Evidence processing and analysis workflows
  • ir-playbooks/ - Incident response playbooks by phase
  • documentation/ - IR procedures and runbooks

Quick Start

# Clone the repository
git clone https://gsfiles.tail57cd.ts.net/greysec/ir-pipeline.git

# Run forensic collection (requires sudo)
sudo -S -p '' python3 forensic-collection/scripts/live_response.py --output ./evidence/

Integration

Connects to GreySec's Supabase IR case tracking via ir_cases table. See: https://greysec.supabase.co