The foundational concepts you need to carry into every policy discussion for the rest of this course.
1
The CIA triad (Confidentiality, Integrity, Availability) is the classification system for every security control. Every policy decision maps back to at least one pillar.
2
Authentication proves identity. Authorization grants access. Accounting records actions. All three are required -- investing in only one or two creates critical gaps.
3
Risk = Threat x Vulnerability x Impact. You cannot eliminate threats, but you can reduce vulnerabilities and mitigate impact. Policy exists to manage risk to acceptable levels.
4
Defense in depth means no single point of failure. Multiple independent layers ensure that breaching one control does not mean total compromise.
5
Least privilege and need-to-know limit the blast radius of any compromise. Zero standing privilege is the modern standard.
6
Zero Trust replaces perimeter-based security. "Never trust, always verify" is now federal policy (NIST 800-207, EO 14028).
7
Know your adversary. Script kiddies, hacktivists, organized crime, insiders, and nation-states each require different policy responses.
8
The kill chain and MITRE ATT&CK are complementary frameworks. The kill chain is strategic (linear stages). ATT&CK is operational (matrix of tactics and techniques).
What Comes Next
These concepts are not isolated topics -- they are the vocabulary you will use when writing policies, evaluating frameworks, assessing risk, and communicating with stakeholders. Every subsequent module in this course builds directly on the definitions and relationships established here.