CC — ISC2 Certified in Cybersecurity Exam Blueprint

Practical exam blueprint for ISC2 Certified in Cybersecurity (CC) candidates reviewing core cybersecurity principles, access control, network security, operations, and incident readiness.

How to Use This Exam Blueprint

Use this independent Exam Blueprint as a practical study map for the ISC2 Certified in Cybersecurity (CC) exam, exam code CC. It is designed to help you turn broad cybersecurity exam areas into concrete readiness tasks.

Do not use it as a list of guaranteed questions. Instead, use it to answer three questions:

  1. Can I explain the concept clearly?
  2. Can I choose the right control, process, or response in a scenario?
  3. Can I avoid common beginner-level cybersecurity traps under exam pressure?

Suggested rating:

RatingMeaningWhat to do next
RedYou recognize the term but cannot apply itReview definitions, examples, and simple scenarios
YellowYou can answer direct questions but miss scenario nuancePractice mixed questions and explain why wrong answers are wrong
GreenYou can apply the idea in unfamiliar situationsKeep it warm with final-review drills

Topic-area readiness map

Common CC readiness areas include security principles, business continuity and disaster recovery, access control, network security, and security operations. Exact exam emphasis can change, so treat the table below as a study checklist rather than a scoring guide.

Readiness areaWhat to reviewYou are ready when you can…
Security principlesConfidentiality, integrity, availability, risk, governance, policies, ethics, security control typesMatch a security goal to a real scenario and select an appropriate control
Risk conceptsThreats, vulnerabilities, likelihood, impact, risk treatment, residual risk, control selectionExplain why risk is not the same as a threat or vulnerability
Security controlsAdministrative, technical, physical; preventive, detective, corrective, deterrent, compensatingClassify controls from examples such as locks, logging, training, encryption, and backups
Governance and documentationPolicies, standards, procedures, guidelines, acceptable use, security awarenessIdentify which document or activity is appropriate for a given need
Data protectionData classification, handling, retention, encryption, hashing, backups, privacy basicsChoose a protection method based on sensitivity, use case, and risk
Identity and access controlIdentification, authentication, authorization, accountability, MFA, least privilege, access reviewsTroubleshoot access scenarios without confusing authentication and authorization
Access control modelsDAC, MAC, RBAC, ABAC, privilege management, separation of dutiesSelect a suitable access model or principle from a short business scenario
Network securityNetwork devices, segmentation, firewalls, VPNs, secure protocols, wireless security, IDS/IPSRead a simple network scenario and identify the best security control
Endpoint and system securityHardening, patching, anti-malware, secure configuration, asset inventory, removable mediaPrioritize basic operational controls for servers, laptops, and user devices
Security operationsLogging, monitoring, vulnerability management, change management, configuration managementDecide what evidence to collect and what operational process applies
Incident responsePreparation, detection, analysis, containment, eradication, recovery, lessons learnedChoose the next response step without skipping evidence preservation or containment
Business continuity and disaster recoveryBIA, BCP, DRP, backups, restore testing, RTO, RPO, alternate sitesDistinguish continuity planning from incident response and disaster recovery
Physical and environmental securityBadges, locks, guards, cameras, secure areas, fire suppression, power, HVACMatch physical controls to asset protection and safety goals
Human factorsSocial engineering, phishing, training, insider risk, reporting cultureIdentify likely human-risk controls and awareness actions

Core security principles checklist

Use this section to verify that you can apply foundational cybersecurity language correctly.

CIA triad and security goals

Can you do this?

  • Explain confidentiality as preventing unauthorized disclosure.
  • Explain integrity as preventing unauthorized or improper alteration.
  • Explain availability as ensuring authorized access when needed.
  • Identify which part of the CIA triad is most affected in a scenario.
  • Recognize that one control can support more than one security goal.
  • Explain why security usually involves tradeoffs with cost, usability, performance, and business need.

Scenario cues:

Scenario cueLikely concept being tested
Sensitive records are viewed by unauthorized usersConfidentiality
Transaction data is changed without approvalIntegrity
A critical system is offline during business hoursAvailability
A system is encrypted but no one has the recovery keyAvailability and key management
A user has more access than requiredLeast privilege and authorization

Risk, threat, vulnerability, and impact

Be ready to distinguish the core risk terms.

TermPractical meaningExample
AssetSomething valuable to protectCustomer database, laptop, application, network device
ThreatPotential cause of harmMalware, insider misuse, fire, attacker, accidental deletion
VulnerabilityWeakness that could be exploitedMissing patch, weak password, open share, poor training
LikelihoodChance that a threat will exploit a vulnerabilityHigh phishing exposure in an untrained workforce
ImpactBusiness or operational harm if the event occursData loss, downtime, legal exposure, reputational damage
RiskPotential loss from threat plus vulnerability plus impactRansomware affecting unpatched systems
ControlSafeguard used to reduce riskMFA, backups, patching, training, segmentation
Residual riskRisk remaining after controlsRemaining phishing risk after MFA and training

Useful relationship:

\[ \text{Risk} \approx \text{Likelihood} \times \text{Impact} \]

If quantitative terms appear in your study materials, know the relationship conceptually:

\[ \text{Annualized Loss Expectancy} = \text{Single Loss Expectancy} \times \text{Annualized Rate of Occurrence} \]

Do not just memorize formulas. Be ready to explain whether an organization should avoid, mitigate, transfer, or accept risk.

Security control types

Control exampleCategory to recognizeWhat it does
Security policyAdministrativeSets management direction
Background checksAdministrativeReduces personnel risk
Firewall ruleTechnicalRestricts network traffic
MFATechnicalStrengthens authentication
EncryptionTechnicalProtects confidentiality of data
Logging and monitoringTechnical / detectiveRecords and detects activity
Door lockPhysicalRestricts facility access
Security cameraPhysical / detectiveRecords activity
Backup restore processCorrectiveSupports recovery
Security awareness trainingAdministrative / preventiveReduces human-error risk

Can you do this?

  • Classify a control as administrative, technical, or physical.
  • Classify a control as preventive, detective, corrective, deterrent, or compensating.
  • Identify when a compensating control is needed because the preferred control is not feasible.
  • Choose layered controls instead of relying on one safeguard.
  • Explain defense in depth using simple examples.

Governance, policy, and documentation checklist

Know the difference between high-level direction and step-by-step execution.

ArtifactPurposeExam-readiness cue
PolicyStates required behavior or management intentBroad, mandatory, approved by leadership
StandardDefines specific mandatory requirementsPassword standard, encryption standard, configuration standard
ProcedureGives step-by-step instructionsHow to create an account, restore a backup, respond to an alert
GuidelineProvides recommended practiceHelpful but usually less mandatory than a policy or standard
BaselineMinimum secure configurationStarting point for consistent hardening
Risk registerTracks identified risks and responsesUsed for risk management visibility
Asset inventoryLists assets to protect and manageNeeded for patching, ownership, and incident response
Data classification schemeLabels data by sensitivityDrives handling, storage, sharing, and protection rules

Can you do this?

  • Select the correct document type from a scenario.
  • Explain why policies need supporting standards and procedures.
  • Recognize that management owns risk decisions.
  • Identify why asset ownership matters.
  • Explain acceptable use, security awareness, and user responsibilities.
  • Distinguish due care from due diligence at a basic level.
  • Recognize ethical responsibilities around confidentiality, authorization, and reporting.

Identity and access control checklist

Access control is a high-value exam area because many questions test precise terminology.

Identity lifecycle and AAA

ConceptMeaningReadiness prompt
IdentificationClaiming an identity“Who are you?”
AuthenticationProving the claimed identityPassword, MFA, certificate, biometric
AuthorizationGranting permitted accessWhat the authenticated user may do
AccountabilityTying actions to an identityLogs, audit trails, unique user IDs
AccountingRecording use of resourcesAccess logs, session records, usage tracking

Can you do this?

  • Explain why shared accounts weaken accountability.
  • Recognize that a successful login is authentication, not authorization.
  • Identify when MFA is appropriate.
  • Explain why deprovisioning is critical when users change roles or leave.
  • Identify the purpose of access reviews.
  • Apply least privilege to users, administrators, service accounts, and applications.
  • Recognize excessive privilege, privilege creep, and orphaned accounts.
  • Explain separation of duties using a simple business process.

Authentication factor checks

Factor typeExamplesWatch for
Something you knowPassword, PINWeak passwords, reuse, phishing
Something you haveToken, smart card, authenticator appLoss, theft, enrollment process
Something you areFingerprint, face, other biometricFalse acceptance/rejection, privacy concerns
Somewhere you areLocation-based signalUseful as context, not always sufficient alone
Something you doBehavioral patternOften supplemental

Can you do this?

  • Distinguish MFA from using two passwords.
  • Identify password policy tradeoffs.
  • Recognize the role of account lockout, monitoring, and user education.
  • Understand why privileged accounts require stronger controls.

Access control models

Model or principleBasic ideaScenario cue
DACOwner controls accessFile owner grants permissions
MACCentral authority and labels control accessHighly structured sensitivity labels
RBACAccess based on job role“Accounting clerk,” “HR manager,” “server admin”
ABACAccess based on attributes and conditionsUser, device, location, time, data classification
Least privilegeMinimum access neededReduce blast radius
Need to knowAccess only when business need existsSensitive data handling
Separation of dutiesSplit critical tasks among peoplePrevent fraud or unchecked changes

Can you do this?

  • Pick RBAC when access follows job roles.
  • Pick ABAC when context and attributes drive access.
  • Recognize why MAC is stricter and centrally controlled.
  • Explain how separation of duties reduces abuse and error.
  • Identify when temporary privileged access should be approved, logged, and removed.

Network security checklist

You do not need to become a network engineer for the CC exam, but you should be comfortable with common network security concepts and controls.

Network concepts and devices

TopicWhat to knowReady when you can…
LAN, WAN, internet, intranetBasic network scopesIdentify where a control may sit
RouterConnects networks and routes trafficDistinguish routing from switching
SwitchConnects devices on a local networkUnderstand local segmentation basics
FirewallAllows or blocks traffic by rulesChoose firewalling for traffic restriction
IDSDetects suspicious activityRecognize alerting without blocking
IPSDetects and can block activityRecognize inline prevention
VPNCreates encrypted tunnelIdentify remote access or site-to-site protection
ProxyIntermediates client requestsUnderstand filtering and logging use cases
WAFProtects web applicationsUse for web-specific attack filtering
NACControls device access to networkUse for device posture and admission control
SIEMAggregates and correlates logsUse for monitoring and investigation

Can you do this?

  • Explain why segmentation reduces lateral movement.
  • Identify a DMZ-style placement for public-facing systems.
  • Choose a VPN for secure remote connectivity.
  • Distinguish IDS alerts from IPS blocking.
  • Recognize why default-deny rules are often safer than broad allow rules.
  • Explain why unnecessary services and open ports increase attack surface.
  • Identify secure administration methods over insecure alternatives.

Protocol and service review cues

Service conceptBe ready to recognizeSecurity cue
Web trafficHTTP and HTTPSPrefer encrypted web communication
Name resolutionDNSDNS issues can affect availability and redirection risk
Address assignmentDHCPMisconfiguration can disrupt connectivity
EmailSMTP, IMAP, POP conceptsPhishing and malware delivery are common risks
Remote administrationSSH, RDP conceptsRestrict, monitor, and protect with strong authentication
File transferSecure vs insecure transfer methodsAvoid sending sensitive data unprotected
Directory servicesCentral identity and authenticationProtect privileged access and directory infrastructure
WirelessWi-Fi authentication and encryptionAvoid weak or open wireless configurations

Can you do this?

  • Identify when encryption in transit is needed.
  • Recognize secure alternatives to cleartext protocols.
  • Explain why network diagrams help incident response and control placement.
  • Identify the security value of logging network activity.

Cryptography and data protection checklist

Focus on what each method is for, not advanced mathematics.

ConceptPurposeCommon trap
EncryptionProtects confidentiality by making data unreadable without a keyConfusing encryption with hashing
Symmetric encryptionSame key encrypts and decryptsKey sharing must be protected
Asymmetric encryptionPublic/private key pairOften used for key exchange, digital signatures, certificates
HashingOne-way integrity checkHashing is not encryption
SaltingAdds uniqueness to password hashesHelps defend against precomputed attacks
Digital signatureIntegrity, authenticity, non-repudiation supportNot the same as simply encrypting data
CertificateBinds identity to a public keyTrust depends on certificate validation
Data at restStored dataDisk, database, backup, removable media encryption
Data in transitMoving dataTLS, VPN, secure transfer
Data in useActively processed dataUsually hardest to protect

Can you do this?

  • Decide whether a scenario needs encryption, hashing, or digital signatures.
  • Explain why passwords should be hashed, not stored in plaintext.
  • Recognize why key management is critical.
  • Identify that losing encryption keys can affect availability.
  • Explain data classification and handling at a basic level.
  • Choose stronger handling for sensitive or regulated data.
  • Recognize the risk of unencrypted backups and removable media.

Security operations checklist

Security operations questions often test what to do first, what evidence matters, and which process applies.

Operational controls

AreaWhat to reviewReady when you can…
Asset managementInventory, ownership, lifecycleExplain why unknown assets are hard to protect
Configuration managementBaselines, approved changes, secure settingsIdentify configuration drift
Change managementRequest, review, approval, testing, rollbackExplain why emergency changes still need documentation
Patch managementPrioritize and apply updatesBalance risk, testing, and urgency
Vulnerability managementScan, validate, prioritize, remediate, rescanDistinguish finding a weakness from fixing it
Malware defensePrevention, detection, responseIdentify basic endpoint protection actions
LoggingCollect relevant eventsKnow logs support detection and accountability
MonitoringReview and alert on activityIdentify suspicious patterns
Backup operationsCreate, protect, and test backupsExplain why restore testing matters
Security awarenessTrain users to report and avoid riskRecognize human-focused controls

Can you do this?

  • Prioritize critical vulnerabilities on exposed systems.
  • Explain why vulnerability scans can produce false positives.
  • Identify why patching requires testing and rollback planning.
  • Recognize when a baseline or hardening standard is needed.
  • Explain why logs need time synchronization and protection from tampering.
  • Identify when an alert should be escalated.
  • Recognize the value of lessons learned after incidents.
  • Explain why backups should be protected from ransomware.

Logging and monitoring readiness

Event or evidenceWhy it matters
Successful and failed loginsDetect brute force, misuse, and suspicious access
Privileged actionsSupport accountability and investigation
Firewall and network eventsIdentify blocked or suspicious traffic
Endpoint alertsDetect malware or policy violations
File access eventsInvestigate unauthorized data access
Change recordsValidate whether activity was approved
Backup job resultsConfirm recovery capability
Vulnerability scan findingsTrack exposure and remediation

Can you do this?

  • Identify which log source is most relevant to a scenario.
  • Explain why logs should be retained long enough for investigations.
  • Distinguish detection from prevention.
  • Recognize that an alert is not automatically a confirmed incident.

Incident response, business continuity, and disaster recovery checklist

These areas are related but not interchangeable.

ConceptPrimary purposeExample
Incident responseHandle a security event or incidentMalware infection, account compromise, data exposure
Business continuityKeep essential business functions operatingWorkarounds, alternate processes, continuity planning
Disaster recoveryRestore IT systems after disruptionRecover servers, networks, applications, data
Business impact analysisIdentify critical functions and impactsDetermine recovery priorities
Backup and restoreRecover data and systemsRestore from clean, tested backups
Tabletop exercisePractice response decisionsWalk through ransomware scenario

Incident response flow

Be ready to choose the next reasonable step in a scenario.

PhaseTypical activitiesExam cue
PreparationPlans, training, tools, contacts, playbooks“Before an incident occurs…”
Detection and analysisIdentify, validate, scope, classify“An alert has fired…”
ContainmentLimit damage and spread“Prevent further compromise…”
EradicationRemove cause of compromise“Remove malware or close exploited weakness…”
RecoveryRestore normal operations safely“Bring systems back online…”
Lessons learnedImprove controls and process“After the incident…”

Can you do this?

  • Avoid jumping to recovery before containment.
  • Preserve evidence when investigation may be needed.
  • Escalate according to the incident response plan.
  • Identify when communication should follow approved channels.
  • Distinguish an event from an incident.
  • Explain why lessons learned should update policies, controls, and training.

Continuity and recovery terms

TermMeaningPractical cue
RTOHow quickly a service should be restoredMaximum tolerable downtime target
RPOHow much data loss is acceptable, measured as timeBackup frequency and data recovery target
BIABusiness impact analysisIdentifies critical functions and dependencies
BCPBusiness continuity planKeeps business operating
DRPDisaster recovery planRestores technology services
Backup retentionHow long backups are keptSupports recovery and compliance needs
Restore testVerification that recovery worksUntested backups are only assumptions

Can you do this?

  • Explain the difference between RTO and RPO.
  • Identify that frequent backups help reduce data loss.
  • Recognize that backups must be protected, monitored, and tested.
  • Distinguish high availability from backup recovery.
  • Identify why business priorities should drive recovery order.

Physical security and human risk checklist

Physical and human controls are core security topics, not side issues.

AreaControls to recognizeReady when you can…
Facility accessBadges, guards, locks, mantraps, visitor logsSelect appropriate access restriction
MonitoringCameras, alarms, motion detectionIdentify detective physical controls
Environmental protectionFire suppression, HVAC, water detection, power controlsMatch controls to availability risks
Device protectionCable locks, secure storage, screen locks, clean deskReduce theft and exposure
Social engineeringPhishing, tailgating, pretexting, baitingIdentify attack type and user response
AwarenessTraining, reporting, simulations, remindersChoose training or reporting improvements

Can you do this?

  • Identify tailgating and the purpose of anti-tailgating controls.
  • Recognize phishing indicators and appropriate reporting actions.
  • Explain why security awareness is preventive but not sufficient alone.
  • Match environmental controls to availability risks.
  • Identify when physical access can bypass technical controls.

Scenario and decision-point checks

Use these prompts to test whether you can apply concepts instead of only defining them.

ScenarioBest exam postureWatch for
User reports clicking a suspicious linkFollow incident reporting and triage process; collect details; contain if neededDo not ignore because “nothing happened yet”
Former employee account is still activeDisable account, review access, investigate activity if neededOrphaned accounts and deprovisioning failures
Admin needs temporary elevated accessApprove, limit, log, monitor, and remove access after usePermanent excessive privilege
Public web server must be protectedSegment, harden, patch, monitor, restrict traffic, consider web-specific controlsPlacing public systems directly with internal sensitive systems
Backup jobs are successful but never restoredSchedule restore testingAssuming backup success equals recovery success
Sensitive file is emailed unencryptedConsider classification, handling policy, encryption, and incident processTreating all data the same
Firewall allows all inbound trafficApply least functionality and restrictive rulesConvenience over security
Vulnerability scan shows many findingsPrioritize by exposure, severity, asset value, and exploitabilityTreating all findings equally
Logs show repeated failed loginsInvestigate brute force or misconfiguration; consider lockout and MFAAssuming failed logins are harmless
Laptop containing sensitive data is lostReport incident, assess encryption, remote wipe if available, follow procedureWaiting to see if data appears online
Business wants zero downtimeDiscuss availability architecture, cost, RTO/RPO, and riskAssuming backups alone provide zero downtime
User can log in but cannot access a fileAuthentication succeeded; authorization may be missingConfusing authentication with authorization

Artifact readiness checklist

You should be able to identify why each artifact matters and when it is used.

ArtifactWhat to inspect or understand
Security policyRequired behavior and management expectations
Acceptable use policyUser rules for systems, internet, email, and data
Incident response planRoles, escalation, communication, procedures
Business continuity planCritical processes and continuity methods
Disaster recovery planTechnical restoration steps and recovery priorities
Business impact analysisCriticality, dependencies, recovery priorities
Asset inventoryWhat exists, who owns it, where it is, and how critical it is
Data classification matrixSensitivity levels and handling requirements
Access control matrixWho has access to what and why
Network diagramSystem placement, connections, trust boundaries
Firewall rule requestSource, destination, service, business justification
Vulnerability scan reportFindings, affected assets, severity, remediation status
Change ticketApproval, testing, implementation, rollback
Backup reportJob success, failures, retention, restore-test evidence
Security awareness recordTraining completion and user reporting expectations

Can you do this?

  • Choose the artifact that best supports a given task.
  • Identify missing information in a security request.
  • Explain why documentation must be maintained, not just created.
  • Recognize when evidence supports accountability or auditability.

Common weak areas and traps

TrapCorrect exam-ready thinking
Treating threat, vulnerability, and risk as the same thingA threat exploits a vulnerability and creates risk to an asset
Confusing authentication and authorizationAuthentication proves identity; authorization grants permissions
Assuming encryption solves every problemEncryption helps confidentiality but does not fix weak access, poor key management, or availability
Confusing hashing with encryptionHashing is one-way; encryption is reversible with a key
Skipping containment in incident responseLimit damage before full recovery
Treating backups as proven recoveryRecovery requires successful restore testing
Choosing technology before requirementsIdentify risk, asset value, business need, and constraints first
Ignoring physical securityPhysical access can undermine technical controls
Overlooking human factorsTraining, reporting, and process matter
Selecting the most complex control automaticallyThe best answer is often appropriate, risk-based, and practical
Assuming compliance equals securityCompliance may support security but does not eliminate risk
Forgetting residual riskControls reduce risk; they rarely remove all risk
Not reading words like “first,” “best,” or “most likely”These words determine the expected decision
Treating every alert as an incidentAlerts require analysis and validation
Treating every vulnerability equallyPrioritize by risk, exposure, and asset criticality

Final-week checklist

Use the final week to strengthen judgment, not to memorize random facts.

Seven to five days out

  • Re-read your weakest topic areas using this checklist.
  • Create a short list of terms you still confuse.
  • Drill CIA, risk, control types, access control, network controls, incident response, and recovery terms.
  • Review every missed practice question and write the reason you missed it.
  • Practice explaining why each wrong option is wrong.

Four to two days out

  • Complete mixed-topic practice sets.
  • Focus on scenario wording: first, best, most appropriate, most likely.
  • Review incident response order and continuity terminology.
  • Review authentication versus authorization examples.
  • Review encryption, hashing, certificates, and secure communication concepts.
  • Review security operations artifacts: logs, vulnerability reports, change tickets, backups, and asset inventory.

Final day

  • Stop trying to learn large new resources.
  • Review your personal trap list.
  • Review quick definitions and scenario cues.
  • Sleep and manage test-day logistics.
  • Enter the exam ready to reason through scenarios, not just recall terms.

Personal readiness scorecard

Mark each row red, yellow, or green.

AreaRed / Yellow / GreenNotes
CIA triad and basic principles
Risk terminology and risk treatment
Security control categories
Policies, standards, procedures, guidelines
Data classification and handling
Encryption, hashing, and certificates
Identification, authentication, authorization
MFA and password concepts
Least privilege and access reviews
DAC, MAC, RBAC, ABAC
Network devices and segmentation
Firewalls, VPNs, IDS, IPS
Secure protocols and wireless basics
Asset, patch, and vulnerability management
Logging and monitoring
Malware and endpoint protection basics
Incident response lifecycle
Business continuity and disaster recovery
RTO, RPO, BIA, BCP, DRP
Physical security and social engineering

Practical next step

After marking the scorecard, choose your three weakest yellow or red areas and complete targeted practice for each. Then move to mixed CC practice questions so you can test topic recognition, scenario judgment, and elimination skills together.