Submission lock in 20 minutes — all teams must upload graph JSON.
CriticalAsset CC
Admin
Judge
Hacker
Viewer
Dashboard
Ops Center
Teams
Judge Console
Hacker Home
CA Testbed
Collateral
Event Comms
Leaderboard
Challenges
Hacker
Team Profile + Graph Submission
Edit project title, repo URL, demo URL, notes, and CriticalAsset graph JSON.
Cascade Kill Chain identifies the control chain, highlights cascade path, and produces an operational verdict with evidence coverage.
{ "nodes": [ { "id": "team-1-valve", "label": "Main Domestic Water Valve", "type": "control", "status": "controlled", "confidence": 0.94, "proof": true }, { "id": "team-1-pipe", "label": "3rd Floor Domestic Water Line", "type": "asset", "status": "at_risk", "confidence": 0.81 }, { "id": "team-1-ahu", "label": "West Wing AHU-3", "type": "system", "status": "known", "confidence": 0.88, "proof": true }, { "id": "team-1-floor", "label": "3rd Floor West Wing", "type": "space", "status": "impacted", "confidence": 0.76 }, { "id": "team-1-proof", "label": "Valve Exercise Log Q2", "type": "evidence", "status": "known", "confidence": 0.91, "proof": true }, { "id": "team-1-risk", "label": "Tenant Disruption Risk", "type": "risk", "status": "impacted", "confidence": 0.79 }, { "id": "team-1-missing", "label": "Unknown Isolation Sensor", "type": "control", "status": "missing", "confidence": 0.32 } ], "edges": [ { "from": "team-1-valve", "to": "team-1-pipe", "type": "CONTROLS" }, { "from": "team-1-pipe", "to": "team-1-floor", "type": "IMPACTS" }, { "from": "team-1-ahu", "to": "team-1-floor", "type": "FED_TO" }, { "from": "team-1-proof", "to": "team-1-valve", "type": "PROVES" }, { "from": "team-1-pipe", "to": "team-1-risk", "type": "IMPACTS" }, { "from": "team-1-missing", "to": "team-1-pipe", "type": "MITIGATES" } ], "traversal": [ "team-1-valve", "team-1-pipe", "team-1-floor", "team-1-risk" ] }