Pick a depth. Each prompt opens in your AI pre-loaded with the lesson. Click a row to preview the prompt.
A single control that 'prevents X' is a single point of failure. Defence in depth stacks controls so any one failing still leaves N-1 in place: kernel hardening, container isolation, network segmentation, audit logging, EDR, monitoring. The art is choosing controls whose failure modes are uncorrelated so an attacker can't bypass them with one trick.
Stack against unauthorised file read: filesystem permissions (DAC), capabilities/SELinux (MAC), seccomp (syscall filter), audit log (post-hoc detection), EDR (behavioural). One CVE rarely breaks all five.