Pick a depth. Each prompt opens in your AI pre-loaded with the lesson. Click a row to preview the prompt.
A Linux host's threat surface decomposes into: kernel (LPE), services (network-exposed daemons), users (credentials, shells), filesystem (DAC bypasses, SUID), and the supply chain (packages, container images). Threat-modelling a host means walking each surface and asking 'what's the worst that fits an adversary's budget?'.
Concrete: an internal DB host's threat surface is dominated by the DB daemon (CVEs), SSH (credentials), the data volume (encrypted at rest?), and SUID binaries (sudoers, polkit). Five threats, five controls; everything else is variance on those.