SSCP Review

Night Before the SSCP Exam.

A condensed review sheet for decision words, critical differences, common traps, and certification-path facts.

Essential Decision Words

  • BEST: identify whether the stem asks for sequence, completeness, minimum authority, or most effective outcome.
  • MOST: identify whether the stem asks for sequence, completeness, minimum authority, or most effective outcome.
  • FIRST: identify whether the stem asks for sequence, completeness, minimum authority, or most effective outcome.
  • NEXT: identify whether the stem asks for sequence, completeness, minimum authority, or most effective outcome.
  • LEAST: identify whether the stem asks for sequence, completeness, minimum authority, or most effective outcome.
  • PRIMARY: identify whether the stem asks for sequence, completeness, minimum authority, or most effective outcome.
  • MOST EFFECTIVE: identify whether the stem asks for sequence, completeness, minimum authority, or most effective outcome.
  • MOST APPROPRIATE: identify whether the stem asks for sequence, completeness, minimum authority, or most effective outcome.

Critical Differences

Authentication vs Authorization
OptionPrimary differenceBest use
AuthenticationProves or asserts identityPasswords, MFA, certificates, federation
AuthorizationDecides allowed actionsRBAC, ABAC, ACLs, policy rules

Exam clue: If the user is logged in but can access another user record, the issue is authorization, not authentication.

RBAC vs ABAC vs DAC vs MAC
OptionPrimary differenceBest use
RBACPermissions from job rolesStable job functions and least privilege groups
ABACPolicies evaluate attributesDevice, time, clearance, label, department, location
DACOwner controls accessFlexible collaboration with owner accountability
MACSystem-enforced labelsHigh-assurance environments with strict classification

Exam clue: When many conditions drive a decision, ABAC is often stronger than trying to create endless roles.

Preventive vs Detective vs Corrective Controls
OptionPrimary differenceBest use
PreventiveStops or blocksMFA, firewall deny rule, allowlisting
DetectiveFinds or alertsSIEM alert, IDS, audit review
CorrectiveRestores or fixesBackup restore, patch, account disablement

Exam clue: Do not call a monitoring control preventive unless it actually blocks the action.

Risk Avoidance vs Mitigation vs Transfer vs Acceptance
OptionPrimary differenceBest use
AvoidanceStop the risky activityRetire a vulnerable unsupported system
MitigationReduce likelihood or impactPatch, segment, monitor, harden
TransferShift financial or contractual impactCyber insurance, outsourcing terms
AcceptanceApprove residual riskDocumented owner decision within tolerance

Exam clue: Acceptance must be explicit and authorized; informal tolerance is not governance.

Symmetric vs Asymmetric Encryption
OptionPrimary differenceBest use
SymmetricSame key encrypts and decryptsBulk data protection
AsymmetricPublic/private key pairKey exchange, signatures, certificates

Exam clue: Use the property needed: confidentiality, integrity, authenticity, or non-repudiation.

Hashing vs Encryption
OptionPrimary differenceBest use
HashingOne-way digestIntegrity checks and password verification
EncryptionReversible with keyConfidentiality of data at rest or in transit

Exam clue: Hashing is not encryption. Do not choose hashing when the original value must be recovered.

IDS vs IPS
OptionPrimary differenceBest use
IDSDetects and alertsOut-of-band or passive monitoring
IPSCan block inlinePreventing known malicious traffic

Exam clue: If prevention is required, a passive IDS alone is not enough.

RTO vs RPO vs MTD
OptionPrimary differenceBest use
RTOHow fast service must returnRestore-time target
RPOHow much data loss is acceptableBackup/replication target
MTDMaximum tolerable downtimeBusiness survival boundary

Exam clue: Backups prove RPO only when restores are tested; they do not automatically meet RTO.

Security Concepts To Understand

  • Authentication is not authorization.
  • Detection is not prevention.
  • Backups are not recovery until restores are tested.
  • Encryption is not access control.
  • Risk acceptance must be authorized and documented.
  • Cloud shared responsibility still leaves customer identity, data, configuration, and legal obligations.

Common Traps

  • Treating ethics questions as public relations questions instead of professional responsibility questions.
  • Selecting a tool when the issue is missing ownership, approval, or evidence.
  • Confusing backup existence with a complete asset lifecycle or retention decision.
  • Choosing an IAM user or static account when a role, federation, or managed identity is the safer pattern.
  • Assuming authentication proves authorization.
  • Ignoring inherited groups and stale entitlements during de-provisioning.
  • Patching purely by CVSS without considering exposure and business impact.
  • Treating log collection as monitoring when no one analyzes or escalates events.
  • Collecting data without checking privacy, retention, and jurisdiction.
  • Destroying evidence while trying to restore service.
  • Calling a backup strategy complete without restore tests.
  • Missing the words FIRST or NEXT and choosing a later remediation step.
  • Using encryption when the requirement is integrity, authenticity, or non-repudiation.
  • Treating hashing as reversible protection.
  • Ignoring key custody, rotation, and revocation while focusing only on algorithms.
  • Putting a passive IDS where prevention is required.
  • Relying on authentication while leaving management interfaces reachable from untrusted networks.
  • Treating IoT as harmless because it does not store sensitive records.
  • Assuming a cloud provider handles customer identity, data, and configuration.
  • Treating mobile management as only a device problem and ignoring application/data control.
  • Ignoring container runtime privilege because the image passed a vulnerability scan.

Certification Path

Passing the SSCP exam is not the same as becoming certified. Candidates generally need one year of qualifying security work in one or more SSCP domains, endorsement/application approval, agreement to the ISC2 Code of Ethics, AMF payment, and ongoing CPE maintenance.

Verify current experience, endorsement, AMF, and CPE requirements directly with ISC2.

Final Checklist