Detect, analyze, contain, and recover from a simulated security incident.
ss -tlnp
ps aux | grep nc
ps aux | grep -v '\[' | sort -nrk 3 | head -10
sudo kill -9 3847 3200
sudo ufw deny from 10.0.0.55
sudo find /tmp -name '.*' -type d
sudo rm -rf /tmp/.hidden
ss -tlnp | grep 4444
Write a one-page incident report documenting the timeline, findings, and remediation steps.