npm installnpm run devNavigate to http://localhost:3000
Click the "Start Simulation" button in the Control Panel.
- Watch the Network Canvas for devices turning red (compromised)
- Green = Normal, Orange = Under Attack, Red = Compromised, Gray = Isolated
Check the Alert Panel on the right for security alerts.
Click in the terminal and use commands:
# See all commands
help
# Show infected devices
show devices
# Isolate a compromised device
isolate host-1
# Scan the network
scan network
# Patch vulnerabilities
patch host-2- Win: Keep infected devices ≤ 2
- Lose: 60%+ devices get infected
- React quickly - Infection spreads fast!
- Isolate first - Stops spread immediately
- Scan regularly - Find compromised devices
- Patch vulnerabilities - Prevents re-infection
- Watch alerts - They have delays like real SOC
rm -rf node_modules .next
npm install
npm run dev- Check browser console for errors
- Ensure WebGL is enabled
- Try refreshing the page
- Click inside the terminal first
- Type
helpto test - Check for JavaScript errors