CC — ISC2 Certified in Cybersecurity Quick Reference

Compact ISC2 CC exam reference for security principles, access control, network security, incident response, business continuity, and operations.

Exam Focus Snapshot

This independent Quick Reference supports candidates preparing for the ISC2 Certified in Cybersecurity (CC) exam, code CC. Use it as a compact review of high-yield cybersecurity fundamentals, especially definitions, control selection, risk thinking, and operational decision points.

The CC exam emphasizes practical understanding across these broad areas:

AreaWhat to know for exam questions
Security principlesCIA triad, risk, governance, policies, ethics, privacy, security controls
Business continuity and incident responseBIA, BCP, DR, backups, RTO/RPO, incident response phases
Access controlIdentification, authentication, authorization, accountability, MFA, access models
Network securityPorts, protocols, network devices, segmentation, wireless, secure communication
Security operationsMonitoring, logging, vulnerability management, patching, malware, physical security

Core Security Principles

CIA and Supporting Concepts

ConceptMeaningExam cue
ConfidentialityPrevent unauthorized disclosureEncryption, access control, data classification
IntegrityPrevent unauthorized or improper modificationHashing, checksums, digital signatures, change control
AvailabilityEnsure systems/data are accessible when neededRedundancy, backups, DR, fault tolerance
AuthenticationProve identityPassword, smart card, biometric, MFA
AuthorizationGrant allowed actions after authenticationPermissions, roles, access rules
AccountabilityTie actions to an identityLogs, audit trails, unique user IDs
NonrepudiationPrevent denial of an actionDigital signatures, signed receipts, audit evidence
PrivacyProper handling of personal informationConsent, minimization, purpose limitation, retention
SafetyProtect people and physical well-beingFire suppression, evacuation, environmental controls

Security Design Principles

PrinciplePractical meaningCommon trap
Least privilegeGrant only the access needed to perform dutiesDo not confuse with need-to-know; least privilege is about permissions
Need-to-knowAccess only information required for the role/taskOften used with classified or sensitive data
Separation of dutiesSplit sensitive tasks among multiple peoplePrevents fraud and single-person abuse
Job rotationMove staff through rolesCan reveal fraud or process weaknesses
Mandatory vacationsRequire time away from workHelps detect hidden abuse by forcing coverage
Defense in depthUse multiple layers of controlsNot one “perfect” tool
Fail secureFailure leaves system protectedExample: locked door on power failure where safety permits
Secure by defaultDefault configuration is restrictiveDefault passwords violate this principle
Zero trustNever trust implicitly; verify continuouslyNot a single product; it is an architecture approach

Risk, Threats, Vulnerabilities, and Controls

Risk Vocabulary

TermDefinitionExample
AssetAnything of valueCustomer data, server, application, reputation
ThreatPotential cause of harmAttacker, fire, malware, insider misuse
Threat actorEntity that exploits a weaknessCriminal group, disgruntled employee
VulnerabilityWeakness that can be exploitedUnpatched server, weak password
ExploitMethod used to take advantage of a vulnerabilityPhishing kit, SQL injection payload
RiskLikelihood and impact of a threat exploiting a vulnerabilityRansomware encrypting a file server
Inherent riskRisk before controlsRaw exposure
Residual riskRisk remaining after controlsAccepted or further treated
ControlSafeguard or countermeasureMFA, firewall, policy, lock

A common simple risk expression is:

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

Risk Response Decisions

ResponseChoose whenExample
AvoidStop the risky activityDo not launch a high-risk service
MitigateReduce likelihood or impactPatch systems, add MFA, segment network
TransferShift financial/operational impactInsurance, outsourcing with contracts
AcceptAcknowledge and live with riskLow risk within tolerance
EscalateRisk exceeds authority of current ownerSend to senior leadership/risk committee

Exam trap: Transferring risk does not remove responsibility. An organization can outsource operations, but it still owns governance and accountability.

Control Categories

Control typePurposeExamples
Administrative / managerialDirect people and processesPolicies, training, risk assessments, background checks
Technical / logicalEnforced by systemsFirewalls, encryption, MFA, access control lists
PhysicalProtect facilities and hardwareLocks, guards, cameras, badges, fences

Control Functions

FunctionGoalExamples
PreventiveStop an event before it occursMFA, locks, firewalls, security awareness
DetectiveIdentify that something happenedLogs, IDS, cameras, audits
CorrectiveFix after an incidentPatching, restoring data, reimaging systems
DeterrentDiscourage an actionWarning banners, guards, visible cameras
RecoveryRestore normal operationsBackups, DR site, failover
CompensatingAlternative when preferred control is not feasibleManual review when automated control is unavailable

Governance, Policies, and Roles

Documents and Their Strength

DocumentPurposeTypical wording
PolicyManagement intent and mandatory direction“Must”
StandardSpecific mandatory requirement“Passwords must meet…”
ProcedureStep-by-step instructions“Do these steps in order…”
GuidelineRecommended practice“Should”
BaselineMinimum secure configuration“Minimum required settings”

Exam trap: A policy says what is required. A procedure says how to do it.

Security Roles

RoleResponsibility
Senior managementUltimately accountable for risk decisions
Data ownerClassifies data and decides access requirements
Data custodianProtects and maintains data according to owner rules
Data userUses data according to policy
System ownerAccountable for system operation and security needs
AdministratorImplements and maintains technical controls
AuditorIndependently reviews compliance and control effectiveness

Ethics and Professional Conduct

For ISC2 CC exam preparation, expect ethical reasoning questions that favor:

  • Protecting society, people, and legitimate interests.
  • Acting honestly, legally, and professionally.
  • Reporting issues through proper channels.
  • Avoiding unauthorized access, even with good intent.
  • Maintaining confidentiality unless disclosure is properly authorized or legally required.

Business Continuity, Disaster Recovery, and Incident Response

BCP vs DR vs IR

DisciplinePrimary questionScope
Business continuity planningHow does the business keep critical functions operating?People, process, facilities, technology, suppliers
Disaster recoveryHow are IT systems restored after disruption?Infrastructure, applications, data, recovery sites
Incident responseHow are security events handled and contained?Detection, containment, eradication, recovery, lessons learned

Key Continuity Metrics

MetricMeaningExam cue
BIABusiness Impact Analysis; identifies critical processes and impactsFoundation for BCP priorities
RTORecovery Time Objective; maximum acceptable time to restore“How long can we be down?”
RPORecovery Point Objective; maximum acceptable data loss“How much data can we lose?”
MTD / MTOMaximum tolerable downtime/outageLongest outage the business can tolerate
MTBFMean time between failuresReliability measure
MTTRMean time to repair/recoverMaintainability/recovery measure

High-yield distinction:

  • RTO is about time to restore service.
  • RPO is about amount of data loss.

Backup Types

Backup typeWhat it copiesRestore complexityStorage use
FullEverything selectedSimplestHighest
IncrementalChanges since last backup of any typeMore complex; restore full plus all incrementalsLowest
DifferentialChanges since last full backupModerate; restore full plus latest differentialMedium and grows over time

Recovery Site Types

Site typeReadinessCost tendencyUse case
Hot siteReady or near-ready to operateHighestCritical systems with low downtime tolerance
Warm sitePartially equipped/configuredMediumModerate recovery needs
Cold siteSpace and basic utilitiesLowestLong recovery time acceptable

Incident Response Lifecycle

PhaseActionsEvidence focus
PreparationPolicies, tools, training, contact lists, playbooksReadiness
Detection and analysisValidate alerts, classify severity, determine scopePreserve logs and facts
ContainmentLimit spread or damageShort-term and long-term containment
EradicationRemove root causeMalware removal, patching, credential resets
RecoveryRestore services safelyMonitor for reinfection or recurrence
Lessons learnedImprove controls and processPost-incident review
    flowchart LR
	    A[Prepare] --> B[Detect and Analyze]
	    B --> C[Contain]
	    C --> D[Eradicate]
	    D --> E[Recover]
	    E --> F[Lessons Learned]
	    F --> A

Evidence and Chain of Custody

ConceptWhy it matters
Chain of custodyDocuments who handled evidence, when, and why
Integrity of evidenceShows evidence was not altered
PreservationPrevents accidental modification or destruction
Legal holdPrevents deletion when litigation or investigation is expected
Time synchronizationMakes event timelines reliable across systems

Exam trap: Do not “investigate” by changing a suspect system unnecessarily. Preserve evidence and follow procedure.

Identity and Access Management

IAAA Model

StepQuestion answeredExample
IdentificationWho claims to be accessing?Username, user ID
AuthenticationCan the claim be proven?Password, token, biometric
AuthorizationWhat is the identity allowed to do?Role, permission, ACL
AccountabilityCan actions be traced?Logs, audit records

Authentication Factors

FactorDescriptionExamples
Something you knowSecret knowledgePassword, PIN
Something you havePhysical/logical possessionSmart card, hardware token, phone app
Something you areBiometric traitFingerprint, face, iris
Somewhere you areLocation contextGeolocation, network location
Something you doBehaviorTyping pattern, gesture

MFA requires different factor types. A password plus a PIN is not strong MFA because both are “something you know.”

Access Control Models

ModelControl basisBest fitExam trap
DACOwner controls accessFlexible business sharingLess centralized control
MACSystem/enforced labels and clearancesHighly sensitive/classified environmentsUsers cannot override labels
RBACAccess based on job roleEnterprise administrationRole explosion can occur
ABACAttributes and policiesDynamic, context-aware accessMore complex policy design
Rule-basedPredefined rulesFirewalls, time-of-day restrictionsNot the same as role-based

Account and Privilege Controls

ControlPurpose
Unique user IDsSupport accountability
Shared account restrictionPrevent loss of attribution
Privileged access managementControl administrator-level access
Just-in-time accessGrant elevated access only when needed
Account reviewRemove stale or excessive permissions
Joiner-mover-leaver processManage access through employment lifecycle
Password policyDefine length, complexity, reuse, and reset expectations
Lockout/throttlingReduce brute-force success
Service account managementLimit, monitor, and rotate non-human credentials

Network Security Reference

OSI Model Quick Map

LayerNameExamplesSecurity relevance
7ApplicationHTTP, SMTP, DNSWeb filtering, WAF, application attacks
6PresentationEncoding, encryption formatsTLS, data formatting
5SessionSession managementSession hijacking concerns
4TransportTCP, UDPPorts, firewalls, reliability
3NetworkIP, ICMP, routingRouters, IP filtering, segmentation
2Data LinkEthernet, MAC, switchesVLANs, ARP attacks, switching
1PhysicalCables, radio, signalsLocks, wiring closets, interference

Common Protocols and Ports

ProtocolPort(s)PurposeSecure note
FTP20/21File transferPrefer secure alternatives
SSH22Secure remote shellReplaces Telnet
Telnet23Remote shellInsecure plaintext
SMTP25Mail transferOften paired with secure mail controls
DNS53Name resolutionProtect against spoofing/poisoning
DHCP67/68Dynamic IP assignmentRogue DHCP is a risk
HTTP80Web trafficPlaintext
Kerberos88Network authenticationUses tickets
POP3110Retrieve emailPlaintext unless protected
NTP123Time synchronizationImportant for logs
IMAP143Email accessPlaintext unless protected
SNMP161/162Network management/trapsUse secure versions/configurations
LDAP389Directory accessLDAPS protects with TLS
HTTPS443Secure web trafficHTTP over TLS
SMB445File/printer sharingCommon lateral movement target
LDAPS636Secure LDAPLDAP over TLS
IMAPS993Secure IMAPEmail retrieval over TLS
POP3S995Secure POP3Email retrieval over TLS
RDP3389Remote desktopRestrict and protect strongly

Network Devices and Security Tools

TechnologyPrimary functionChoose when
RouterConnects networks and routes trafficTraffic between IP networks
SwitchConnects devices in a LANInternal network connectivity
VLANLogical segmentation on switchesSeparate departments, systems, or trust zones
FirewallAllows/blocks traffic by policyEnforce network boundaries
Stateful firewallTracks connection stateMost common network filtering scenario
ProxyIntermediates client requestsContent filtering, privacy, logging
IDSDetects suspicious activityAlerting without inline blocking
IPSBlocks suspicious activity inlinePrevention when false positives are manageable
WAFFilters web application trafficProtect web apps from application-layer attacks
VPNEncrypted tunnel over untrusted networkRemote access or site-to-site connectivity
NACControls device access to networkEnforce posture before connection
SIEMCentralizes and correlates logsMonitoring, alerting, investigations
EDREndpoint detection and responseDetect and respond on workstations/servers
DLPPrevents sensitive data leakageMonitor/control data movement
Load balancerDistributes trafficAvailability and scalability

Segmentation Patterns

PatternPurposeExample
DMZPlace public-facing systems away from internal networkWeb server accessible from internet
Internal segmentationLimit lateral movementSeparate finance, HR, production
Guest networkIsolate untrusted users/devicesVisitor Wi-Fi
Management networkProtect admin interfacesSeparate admin VLAN
Zero trust segmentationVerify access per request/contextIdentity-aware access controls

Wireless Security

TopicWhat to remember
WPA2/WPA3Preferred modern wireless protection compared with older weak options
Weak protocolsWEP is insecure and should be avoided
SSID hidingNot a strong security control
Guest Wi-FiShould be segmented from internal resources
Rogue access pointUnauthorized AP connected to network
Evil twinMalicious AP impersonating a legitimate one

Cryptography and PKI

Crypto Concepts

ConceptPurposeExample use
EncryptionProtect confidentialityEncrypt files, disks, network sessions
Symmetric encryptionSame key encrypts/decryptsFast bulk data encryption
Asymmetric encryptionPublic/private key pairKey exchange, digital signatures
HashingOne-way integrity checkFile integrity, password storage
SaltRandom value added before hashingDefends against precomputed hash attacks
Digital signatureIntegrity, authentication, nonrepudiationSigned software, signed email
CertificateBinds public key to identityTLS website certificate
PKISystem for issuing/managing certificatesCA, certificates, revocation
TLSProtects data in transitHTTPS
Data at restStored dataFull-disk or database encryption
Data in transitMoving dataTLS, VPN
Data in useActively processed dataProtected by access controls and secure processing

Hashing vs Encryption

FeatureHashingEncryption
DirectionOne-wayReversible with key
Main goalIntegrityConfidentiality
OutputFixed-length digestCiphertext
Used for passwords?Yes, with salt and slow hashing approachPasswords should not simply be encrypted for storage
Used to recover original data?NoYes, if key is available

Certificate and Trust Terms

TermMeaning
CACertificate Authority that issues certificates
Root CATrust anchor
Intermediate CACA below root used to issue certificates
CSRCertificate signing request
CRL / OCSPCertificate revocation checking methods
Private keyMust be protected and not shared
Public keyCan be distributed
Certificate expirationCertificate no longer valid after its validity period

Exam trap: A digital signature is created with a private key and verified with the corresponding public key.

Common Threats and Defenses

Attack Types

ThreatDescriptionPrimary defenses
PhishingFraudulent messages to steal credentials or induce actionAwareness, filtering, MFA, reporting
Spear phishingTargeted phishingExecutive/user training, verification
VishingVoice phishingCall-back procedures, awareness
SmishingSMS phishingMobile awareness, link caution
MalwareMalicious softwareEDR/AV, patching, least privilege
RansomwareEncrypts/extorts dataBackups, segmentation, EDR, user training
TrojanMalware disguised as legitimate softwareSoftware control, awareness
WormSelf-propagating malwarePatching, segmentation
RootkitHides privileged compromiseSecure boot, EDR, rebuild if needed
KeyloggerCaptures keystrokesEDR, MFA, safe software practices
DoS/DDoSDisrupts availabilityFiltering, capacity, DDoS protection
MITMIntercepts communicationTLS, certificate validation, VPN
Password sprayingTries common passwords across many accountsMFA, monitoring, lockout/throttling
Brute forceRepeated guessingMFA, lockout, rate limiting
SQL injectionMalicious SQL through inputInput validation, parameterized queries
XSSScript injection into web pagesOutput encoding, validation, CSP
CSRFTricks authenticated user into unwanted actionAnti-CSRF tokens, SameSite cookies
Insider threatMisuse by trusted personLeast privilege, monitoring, separation of duties
Supply chain attackCompromise through vendor/software dependencyVendor risk management, code signing, monitoring

Social Engineering Red Flags

Red flagWhy it matters
UrgencyPressures victim to skip verification
AuthorityPretends to be executive, IT, legal, or vendor
FearThreatens account closure or discipline
Scarcity/rewardOffers prize, refund, or rare opportunity
SecrecyTells user not to tell others
Unusual payment/requestGift cards, wire transfer, credential request

Security Operations

Operational Processes

ProcessPurposeKey exam point
Asset managementKnow what existsYou cannot protect unknown assets
Data classificationLabel data by sensitivityDrives handling and access rules
Change managementControl production changesReduces outages and unauthorized changes
Configuration managementMaintain secure, known statesBaselines and hardening
Patch managementFix known vulnerabilitiesPrioritize by risk and criticality
Vulnerability managementIdentify, assess, remediate weaknessesScanning is not the same as fixing
Log managementCollect and retain event recordsSupports detection and investigations
Security monitoringIdentify suspicious activitySIEM, alerts, dashboards
Backup managementPreserve recoverabilityTest restores, not just backup jobs
Awareness trainingReduce human riskPhishing, reporting, policy behavior
Vendor managementManage third-party riskContracts, reviews, security requirements

Vulnerability Management Flow

StepAction
1. DiscoverIdentify assets and vulnerabilities
2. PrioritizeRank by severity, exploitability, exposure, business impact
3. RemediatePatch, configure, remove, or compensate
4. ValidateConfirm fix worked
5. ReportTrack trends, exceptions, and residual risk

Exam trap: A vulnerability scan identifies potential weaknesses. A penetration test attempts exploitation under defined rules.

Logging and Monitoring

Log sourceUseful for
Authentication logsLogin success/failure, brute force, account misuse
Firewall logsAllowed/blocked traffic, scanning patterns
Endpoint logsMalware, process execution, device activity
Application logsUser actions, errors, business transactions
DNS logsSuspicious domains, malware callbacks
Web server logsWeb attacks, access patterns
Cloud/SaaS audit logsAdministrative changes and user activity
Physical access logsBadge access, facility investigations

Alert Triage Questions

  1. Is the alert valid or a false positive?
  2. What asset, user, or data is affected?
  3. Is the activity still ongoing?
  4. What is the business impact?
  5. Is containment required now?
  6. What evidence must be preserved?
  7. Who must be notified according to procedure?

Physical and Environmental Security

ControlPurposeNotes
Badge/access cardRestrict facility entryMust be deprovisioned when access ends
BiometricsStrong physical authenticationConsider false acceptance/rejection and privacy
MantrapPrevent tailgating/piggybackingOne person authenticated at a time
Security guardDeterrent and responseCan verify identity and handle exceptions
CCTVDetection and deterrenceRequires monitoring/retention process
LocksBasic physical preventionKeys must be managed
Fencing/bollardsPerimeter and vehicle controlPhysical boundary protection
Fire detection/suppressionLife safety and equipment protectionSafety first
HVACTemperature/humidity controlSupports availability
UPSShort-term power continuityBridges outages or generator startup
GeneratorLonger-term power supportRequires fuel and testing
Cable locksProtect portable assetsReduces theft risk
Secure disposalPrevent data recoveryShred, degauss, wipe, destroy as appropriate

Data Security and Privacy Basics

Data Lifecycle

StageSecurity focus
Create/collectCollect only what is needed; classify early
StoreEncrypt, restrict access, back up
UseEnforce least privilege and monitoring
Share/transmitUse approved channels and encryption
ArchiveRetain according to policy and business/legal needs
DestroyUse approved secure disposal methods

Data Handling Terms

TermMeaning
Data classificationAssign sensitivity level
Data labelingMark data with classification
Data handlingRules for storage, sharing, transmission, disposal
Data retentionHow long data is kept
Data minimizationKeep only necessary data
MaskingHide part of data from view
TokenizationReplace sensitive value with token
AnonymizationRemove identifying details so individuals cannot reasonably be identified
PseudonymizationReplace identifiers while retaining possible re-linking under controls

High-Yield Decision Tables

Which Control Fits the Scenario?

ScenarioBest control direction
Users reuse weak passwordsMFA, password policy, awareness
Admins have excessive rightsLeast privilege, privileged access management, access review
Public web app attacked with injectionSecure coding, input validation, WAF, testing
Malware spreads between workstationsEDR, patching, segmentation, least privilege
Need proof a file was not changedHashing or digital signature
Need secret communication over internetTLS or VPN
Need recoverability after ransomwareOffline/immutable backups, tested restore, segmentation
Need detect suspicious loginsCentral logging, SIEM rules, authentication monitoring
Need stop unauthorized people entering data centerBadges, guards, mantrap, CCTV
Need ensure vendors meet security expectationsContract requirements, vendor risk assessment, monitoring

Prevention vs Detection vs Response

If the question asks for…Think of…
Stop it before it happensPreventive controls
Know it happenedDetective controls
Restore after it happensRecovery controls
Fix root causeCorrective controls
Discourage behaviorDeterrent controls
Alternative controlCompensating controls

Common Exam Traps

TrapCorrect thinking
“The best control is always technical.”Administrative and physical controls may be the best answer depending on scenario.
“Encryption provides integrity by itself.”Encryption mainly protects confidentiality; hashing/signatures support integrity.
“Authentication and authorization are the same.”Authentication proves identity; authorization grants permissions.
“Backups are enough.”Backups must be protected and restore-tested.
“A policy gives step-by-step actions.”Procedures provide step-by-step actions.
“IDS blocks attacks.”IDS detects/alerts; IPS blocks inline.
“Risk transfer removes accountability.”Accountability remains with the organization.
“MFA means any two credentials.”MFA requires different factor categories.
“RTO and RPO are interchangeable.”RTO is downtime; RPO is data loss.
“Accepting risk means ignoring it.”Accepted risk should be documented and authorized.

Final Review Checklist

Before exam day, make sure you can:

  • Distinguish confidentiality, integrity, availability, authentication, authorization, accountability, and nonrepudiation.
  • Match administrative, technical, and physical controls to scenarios.
  • Choose preventive, detective, corrective, deterrent, recovery, or compensating controls.
  • Explain risk terms: asset, threat, vulnerability, exploit, likelihood, impact, residual risk.
  • Compare avoid, mitigate, transfer, accept, and escalate.
  • Identify BIA, BCP, DR, RTO, RPO, backups, and recovery site concepts.
  • Walk through the incident response lifecycle.
  • Compare DAC, MAC, RBAC, ABAC, and rule-based access.
  • Recognize common ports, protocols, and network security devices.
  • Explain symmetric encryption, asymmetric encryption, hashing, digital signatures, certificates, and TLS.
  • Select appropriate defenses for phishing, malware, ransomware, web attacks, and password attacks.
  • Apply secure operations concepts: patching, vulnerability management, logging, monitoring, change control, and physical security.

Practical Next Step

Use this Quick Reference to identify weak areas, then move into timed ISC2 CC-style practice questions. After each missed question, write down the tested concept, the clue in the wording, and why the correct control or process was the best fit.