Study ISC2 CC Security Principles: CIA, authentication, privacy, risk, controls, ethics, governance, and policy basics.
Security Principles is the largest current CC domain. It gives you the vocabulary and judgment pattern that the rest of the exam reuses: protect the right objective, understand risk, classify the control, and respect governance.
ISC2 weights this domain at 26% of the current CC exam outline.
| Scenario signal | Best first question |
|---|---|
| data was exposed | Is this confidentiality or privacy? |
| data was changed | Is this integrity, authorization, or change control? |
| service is down | Is this availability, continuity, or recovery? |
| a user claims they did not perform an action | Is non-repudiation or accountability the missing objective? |
| a risk is identified | Should the organization avoid, mitigate, transfer, or accept it? |
| a rule exists but nobody follows it | Is the missing layer procedure, standard, training, monitoring, or enforcement? |
Do not jump from risk to tool. CC wants the control objective first:
flowchart TD
S["Scenario"] --> O["Security objective"]
O --> R["Risk and impact"]
R --> C["Control type"]
C --> G["Governance or evidence"]
If you can explain the objective and the evidence, the tool choice becomes much easier.