Goal
Visualize multi-stage attacks as a horizontal timeline showing kill chain progression.
Tasks
- Build AttackChain React component
- Show MITRE kill chain stages as horizontal timeline nodes
- Color code: completed stages red, current stage pulsing, future stages gray
- Show time delta between stages
- Click stage to see individual alert detail
- Add to ThreatFeed as expandable section per incident
Acceptance criteria
- Timeline renders for chained incidents
- Kill chain stages labeled with MITRE names
- Time deltas shown between stages
- Clicking stage opens alert detail
Goal
Visualize multi-stage attacks as a horizontal timeline showing kill chain progression.
Tasks
Acceptance criteria