ISC2 CISSP Cheat Sheet: Security Domains and Decision Cues
April 13, 2026
ISC2 CISSP cheat sheet for security domains, decision cues, traps, and final review.
On this page
Use this for last-mile review. Treat it as a decision sheet: if a question sounds broad or ambiguous, use the tables to decide whether it is really governance, engineering, operations, or legal/compliance.
Fast lane picker
If the question is really about…
Focus first on…
Strongest first move
policy, ownership, or risk acceptance
governance roles, policy stack, risk treatment
choose the control aligned to business risk, not the flashiest tool
access, identity, or privileged admin
IAM model, MFA, federation, least privilege, PIM/PAM
remove standing privilege and clarify who authorizes access
confidentiality vs integrity rule conflict
security models and access-control model
identify what the system is protecting first
crypto, certs, or trust chain
algorithm type, key use, PKI component
separate encryption, signing, hashing, and authentication
breach, triage, or evidence
IR phase, containment, chain of custody, volatility order
preserve evidence while containing impact
outage or recovery target
BIA, RTO, RPO, DR pattern
translate the time target before naming the site model
CISSP answer sequence
Use this when the stem mixes governance, access, crypto, incident response, or recovery.
flowchart TD
S["Scenario"] --> G["Identify governance or risk ownership"]
G --> I["Check identity, access, or admin control"]
I --> C["Check crypto, evidence, or containment"]
C --> R["Check recovery or continuity target"]
R --> E["Pick the control that matches the business risk"]