SY0-701 — CompTIA Security+ (SY0-701) Exam Blueprint

Practical exam blueprint for CompTIA Security+ (SY0-701) candidates reviewing security concepts, threats, architecture, operations, and governance.

How to Use This Exam Blueprint

Use this checklist as a practical readiness map for the CompTIA Security+ (SY0-701) exam. It is not a replacement for the official exam objectives, but it helps translate the public topic areas into what you should be able to recognize, explain, configure conceptually, troubleshoot, and choose in scenario questions.

For each area, ask:

  • Can I identify the concept from a short scenario?
  • Can I choose the best control, not just a possible control?
  • Can I explain why one option is better than another?
  • Can I spot common distractors, outdated assumptions, or overbuilt solutions?
  • Can I connect security controls to business risk, operations, and governance?

Use the status column as you review:

StatusMeaning
ReadyYou can answer scenario questions without relying on memorized wording.
ReviewYou know the term but miss tradeoffs, use cases, or decision cues.
WeakYou confuse similar controls, tools, attacks, or governance concepts.

Topic-Area Readiness Table

Readiness areaWhat to reviewYou are ready when you can…Status
General security conceptsCIA, AAA, non-repudiation, least privilege, zero trust, secure baselines, change control, physical security, deception, resiliencyMatch a business or technical requirement to the right foundational security principle or control☐ Ready ☐ Review ☐ Weak
Threats, vulnerabilities, and mitigationsThreat actors, attack vectors, social engineering, malware, application attacks, network attacks, cloud and mobile risks, vulnerability managementIdentify the likely attack or weakness from symptoms and select a practical mitigation☐ Ready ☐ Review ☐ Weak
Security architectureNetwork segmentation, secure enterprise design, cloud models, shared responsibility, identity architecture, cryptography, PKI, data protection, resilienceChoose secure architecture patterns based on workload, risk, availability, and administrative boundaries☐ Ready ☐ Review ☐ Weak
Security operationsLogging, monitoring, SIEM, incident response, endpoint controls, IAM operations, backups, vulnerability scanning, automation, forensics basicsInterpret operational signals and choose the next response, containment, or recovery action☐ Ready ☐ Review ☐ Weak
Security program management and oversightRisk management, policies, standards, procedures, compliance, privacy, third-party risk, audits, awareness, governance rolesConnect technical controls to risk treatment, compliance obligations, and organizational process☐ Ready ☐ Review ☐ Weak

General Security Concepts Checklist

Core Principles

ConceptReadiness check
ConfidentialityCan you select encryption, access control, data masking, or physical protection when disclosure is the main risk?
IntegrityCan you identify hashing, digital signatures, file integrity monitoring, input validation, and change control as integrity protections?
AvailabilityCan you connect redundancy, failover, backups, clustering, capacity planning, and DDoS protection to availability?
AuthenticationCan you distinguish proving identity from authorization and accounting?
AuthorizationCan you choose least privilege, role-based access, attribute-based access, or just-in-time access?
Accounting / AuditingCan you identify when logs, trails, and monitoring are needed for accountability?
Non-repudiationCan you recognize digital signatures and audit trails as evidence that an action cannot easily be denied?
Least privilegeCan you reduce permissions without breaking operational needs?
Defense in depthCan you layer controls instead of relying on a single preventive measure?
Zero trustCan you apply continuous verification, least privilege, segmentation, device posture, and identity-centered access?

Foundational Control Types

Control categoryExamples to recognizeExam-style cue
PreventiveFirewall, access control, encryption, secure configuration“Stop this from happening”
DetectiveIDS, SIEM alerting, log review, file integrity monitoring“Identify when it happens”
CorrectivePatch, restore from backup, quarantine, reimage“Fix after detection”
DeterrentWarning banners, guards, signage, policies“Discourage behavior”
CompensatingAlternate control when the preferred control cannot be used“Required control is not feasible”
DirectivePolicies, standards, procedures, training“Tell people what to do”
PhysicalLocks, cameras, mantraps, bollards, sensors“Protect facilities or hardware”

Can You Do This?

  • Explain the difference between a policy, standard, procedure, and guideline.
  • Choose a control type based on the goal: prevent, detect, correct, deter, compensate, or direct.
  • Identify when business continuity, disaster recovery, and incident response each apply.
  • Distinguish risk acceptance, risk mitigation, risk transference, and risk avoidance.
  • Explain why least privilege and separation of duties reduce insider and administrative risk.
  • Recognize when change management prevents security and availability incidents.
  • Apply secure by design thinking to systems, networks, applications, and cloud deployments.

Threats, Vulnerabilities, and Mitigations Checklist

Threat Actors and Motivations

Actor or motivationWhat to knowScenario cue
Nation-stateAdvanced capability, persistence, espionage, strategic objectivesHighly targeted attack against government, defense, research, or critical infrastructure
Organized crimeFinancial gain, fraud, ransomware, credential theftPayment demand, card theft, account takeover
HacktivistIdeological or political motivationDefacement, data leak, service disruption tied to a cause
Insider threatAuthorized access misused intentionally or accidentallySensitive files copied by employee or contractor
Script kiddieUses existing tools without deep expertiseOpportunistic scanning or simple exploit use
CompetitorBusiness advantage, intellectual property theftTrade secrets, bids, product plans
Shadow IT userBypasses approved technologyUnsanctioned SaaS, unmanaged storage, unknown data exposure

Social Engineering and Human-Focused Attacks

AttackReadiness check
PhishingCan you identify broad email-based deception and choose training, filtering, reporting, and MFA?
Spear phishingCan you recognize targeted phishing using specific role or company details?
WhalingCan you identify attacks against executives or high-value leaders?
VishingCan you recognize voice-based deception and verification failures?
SmishingCan you recognize SMS or messaging-based phishing?
PretextingCan you identify a fabricated scenario used to gain trust?
BaitingCan you identify malicious media, downloads, or offers used as lures?
Tailgating / piggybackingCan you select badges, mantraps, guards, or awareness as mitigations?
Business email compromiseCan you connect payment redirection, invoice fraud, and executive impersonation?

Malware and Attack Techniques

TopicYou should be able to…
Virus, worm, TrojanDistinguish replication behavior and delivery method
RansomwareIdentify encryption/extortion behavior and choose backups, segmentation, EDR, least privilege, and awareness
Spyware / keyloggerConnect credential theft and monitoring to endpoint controls
RootkitRecognize stealth, privilege, and system integrity concerns
Logic bombIdentify delayed or condition-triggered malicious action
BotnetRecognize command-and-control and distributed attack behavior
Fileless malwareConnect memory, scripting, and living-off-the-land behavior
Privilege escalationIdentify excessive permissions, unpatched systems, and misconfiguration paths
Lateral movementConnect compromised credentials, weak segmentation, remote admin tools, and internal reconnaissance
PersistenceRecognize startup tasks, services, scheduled jobs, accounts, and backdoors

Application, Web, and API Attacks

Attack or weaknessRecognition cueCommon mitigation
SQL injectionInput changes database query behaviorParameterized queries, input validation, least privilege
Cross-site scriptingMalicious script runs in a user’s browserOutput encoding, input validation, content security controls
Cross-site request forgeryUser’s browser performs unwanted authenticated actionAnti-CSRF tokens, SameSite cookies, reauthentication
Directory traversalAccess to files outside intended pathCanonicalization, access control, input validation
Buffer overflowMemory boundary violationSecure coding, compiler protections, patching
Race conditionTiming issue changes expected outcomeLocking, transaction design, testing
Insecure deserializationUntrusted serialized object causes unexpected behaviorValidate types, avoid unsafe deserialization
SSRFServer makes unintended internal or external requestEgress filtering, allowlists, metadata protection
API abuseExcessive calls, broken object-level authorization, token misuseRate limiting, authorization checks, logging
Weak session managementSession hijacking, fixation, long-lived tokensSecure cookies, short token lifetime, rotation

Network and Infrastructure Attacks

AttackCan you identify…Mitigation focus
DDoSService unavailable due to traffic volume or protocol abuseScrubbing, rate limiting, CDN, resilient design
On-path attackInterception or modification between partiesTLS, certificate validation, secure Wi-Fi, VPN where appropriate
DNS poisoning / spoofingUsers redirected to malicious destinationsSecure DNS practices, validation, monitoring
ARP poisoningLocal network traffic redirectionSwitch protections, segmentation, monitoring
Evil twinRogue wireless access point imitating legitimate Wi-FiUser training, certificates, secure wireless authentication
Credential stuffingReuse of stolen credentials across servicesMFA, rate limiting, password screening, monitoring
Password sprayingCommon password tried across many accountsLockout controls, MFA, detection, password policy
Brute forceMany guesses against one or more accountsRate limiting, lockout, MFA, strong password storage
Downgrade attackForcing weaker protocol or cipher useDisable legacy protocols, enforce secure configurations

Vulnerability Management

TaskReadiness check
Asset inventoryCan you explain why unmanaged assets cannot be secured effectively?
Vulnerability scanningCan you distinguish credentialed vs non-credentialed scans?
False positive handlingCan you validate findings before remediation planning?
PrioritizationCan you consider exploitability, exposure, criticality, compensating controls, and business impact?
Patch managementCan you sequence testing, approval, deployment, and rollback?
Configuration managementCan you identify drift from secure baselines?
Penetration testingCan you distinguish exploitation-focused testing from routine scanning?
Remediation verificationCan you confirm that a fix actually reduced the finding?
Exception handlingCan you document accepted risk and compensating controls?

Can You Do This?

  • Given symptoms, identify whether an incident is phishing, malware, credential attack, DDoS, insider misuse, or misconfiguration.
  • Select the best mitigation for a specific vulnerability instead of choosing a generic “more security” answer.
  • Explain why patching alone may not solve an exposed-service risk without segmentation or access control.
  • Prioritize vulnerabilities using business criticality and exposure, not severity labels alone.
  • Recognize when a control reduces likelihood, impact, or both.
  • Identify common web attack mitigations: validation, encoding, parameterization, secure session handling, and least privilege.

Security Architecture Checklist

Network Security Architecture

AreaReview focusReady when you can…
SegmentationVLANs, subnets, firewalls, ACLs, microsegmentationPlace systems into zones based on trust and data sensitivity
DMZPublic-facing services separated from internal systemsDecide where web, proxy, VPN, and mail gateways belong
Zero trust accessIdentity, device posture, context, continuous evaluationAvoid assuming internal network equals trusted network
Remote accessVPN, ZTNA, MFA, device complianceChoose secure access for users, admins, vendors, and third parties
Wireless securitySecure authentication, rogue AP detection, guest isolationMatch wireless risk to controls
NACDevice identity and posture before network accessUse NAC for unmanaged or noncompliant endpoints
FirewallsStateless/stateful, NGFW, WAF, host firewallChoose the firewall type based on traffic and layer
IDS/IPSDetection versus inline preventionDecide when monitoring or blocking is appropriate
ProxyForward proxy, reverse proxy, filtering, inspectionIdentify where a proxy fits in traffic flow
Load balancingAvailability and traffic distributionConnect load balancing to resilience and scale

Cloud and Virtualization Readiness

TopicCan you explain…
IaaS, PaaS, SaaSWhich security responsibilities typically shift between provider and customer
Shared responsibilityWhy identity, data, configuration, and access decisions still matter in cloud environments
Public, private, hybrid, community cloudWhy deployment model affects control, cost, and governance
Cloud storage exposureHow misconfigured access can expose sensitive data
Security groups and network controlsHow cloud-native filtering differs from traditional perimeter assumptions
IAM roles and policiesWhy role-based, scoped, temporary access is preferred over broad static credentials
Secrets managementWhy hard-coded secrets are dangerous and how vaulting/rotation helps
ContainersImage provenance, runtime isolation, registry security, secrets, patching
Virtual machinesTemplates, snapshots, hypervisor security, patching, isolation
ServerlessEvent permissions, least privilege, dependency risk, logging
CASBVisibility and control for cloud service usage
CSPMIdentification of cloud misconfiguration and posture issues

Identity and Access Architecture

ConceptReadiness check
MFACan you choose MFA when password compromise is a primary risk?
FederationCan you identify SSO across trust boundaries using an identity provider?
SAML, OAuth, OIDCCan you distinguish authentication and authorization use cases at a high level?
KerberosCan you recognize ticket-based authentication in enterprise environments?
LDAPCan you identify directory access and identity lookup use cases?
RADIUS / TACACS+Can you connect centralized authentication to network devices or remote access?
RBACCan you assign access by role or job function?
ABACCan you assign access using attributes such as department, device, location, or data label?
Just-in-time accessCan you reduce standing privilege for administrative tasks?
Privileged access managementCan you control, monitor, and rotate high-risk administrative credentials?
Service accountsCan you identify risks of long-lived, overprivileged non-human accounts?

Cryptography and PKI

TopicWhat to be ready for
Symmetric encryptionSame key encrypts and decrypts; fast for bulk data
Asymmetric encryptionPublic/private key pair; useful for key exchange, signatures, identity
HashingOne-way integrity check; not encryption
SaltingAdds uniqueness to password hashes to resist precomputed attacks
Digital signaturesIntegrity, authenticity, and non-repudiation
CertificatesBind public key to subject identity through a trust chain
Certificate authorityIssues and signs certificates
CSRRequest used to obtain a certificate
CRL / OCSPCertificate revocation status checking
Key escrowControlled recovery of encryption keys where required
HSM / TPMHardware-backed protection for keys or platform trust
Data at restDisk, database, object, file, and backup encryption
Data in transitTLS, secure tunnels, secure protocols
Data in useRuntime exposure; consider isolation, memory protections, or specialized controls

Data Protection Architecture

Data concernControls to know
ClassificationPublic, internal, confidential, restricted, or organization-defined labels
Data ownershipOwners define sensitivity, access needs, retention, and handling expectations
Data minimizationCollect and retain only what is needed
Data maskingHide sensitive values while preserving usability
TokenizationReplace sensitive data with non-sensitive tokens
DLPDetect or prevent sensitive data movement
EncryptionProtect confidentiality if data is accessed without authorization
Rights managementControl document-level access and usage
RetentionKeep data as long as required, then dispose securely
Secure disposalWipe, shred, destroy, purge, or degauss depending on media and requirement

Resilience and Recovery

TopicReadiness check
High availabilityCan you design to avoid single points of failure?
Fault toleranceCan you identify systems that continue operating after component failure?
BackupsCan you compare full, incremental, differential, snapshots, and replication conceptually?
Offline / immutable backupsCan you explain why they matter for ransomware recovery?
Geographic diversityCan you connect location separation to disaster risk?
RTOCan you identify the target time to restore service?
RPOCan you identify the acceptable amount of data loss measured in time?
BIACan you connect business impact analysis to recovery priorities?
DR testingCan you explain why untested recovery plans are risky?

Can You Do This?

  • Place public web servers, databases, administrative systems, and user workstations into appropriate security zones.
  • Decide when to use WAF, network firewall, host firewall, IDS, IPS, proxy, VPN, or NAC.
  • Explain cloud shared responsibility without assuming the provider secures every layer.
  • Select an identity pattern for employees, administrators, third parties, service accounts, and applications.
  • Match encryption, hashing, digital signatures, certificates, and tokenization to the correct security goal.
  • Choose backup and recovery controls based on ransomware, disaster, deletion, or hardware failure scenarios.

Security Operations Checklist

Monitoring, Logging, and Detection

Artifact or toolWhat to recognizeReadiness cue
SIEMCentralized log collection, correlation, alertingMultiple systems show related suspicious activity
SOARAutomated workflow and response orchestrationRepetitive containment or enrichment tasks
IDS alertSuspicious pattern observedDecide whether to investigate, tune, or escalate
IPS eventInline blocking or preventionUnderstand potential false positive impact
EDREndpoint behavior detection and responseSuspicious process, persistence, lateral movement
NDRNetwork behavior detectionUnusual traffic flows or command-and-control indicators
SyslogCommon log transport and format conceptCentralize infrastructure logs
Windows eventsAuthentication, process, policy, and system activityInvestigate user or endpoint behavior
DNS logsDomain lookup patternsDetect phishing, malware beaconing, tunneling
Proxy logsUser web activity and blocked destinationsInvestigate browsing or exfiltration attempts
Firewall logsAllowed or denied connectionsValidate traffic path and rule behavior
Authentication logsSuccesses, failures, lockouts, MFA promptsDetect spraying, brute force, impossible travel

Incident Response Readiness

Phase or activityCan you do this?
PreparationIdentify policies, tools, contacts, logging, playbooks, and training
Detection and analysisValidate alert quality, scope affected assets, and identify indicators
ContainmentLimit damage while preserving evidence and business function where possible
EradicationRemove malware, close persistence, patch exploited weaknesses
RecoveryRestore systems, monitor for recurrence, validate business services
Lessons learnedUpdate controls, procedures, training, and detections

A practical incident response decision path:

    flowchart TD
	    A[Alert or report received] --> B{Is there credible evidence?}
	    B -- No --> C[Tune, document, or close as false positive]
	    B -- Yes --> D[Classify severity and scope]
	    D --> E{Active compromise?}
	    E -- Yes --> F[Contain affected accounts, hosts, or network paths]
	    E -- No --> G[Preserve evidence and continue analysis]
	    F --> H[Eradicate root cause]
	    G --> H
	    H --> I[Recover and validate service]
	    I --> J[Lessons learned and control updates]

Operational Security Tasks

TaskReview focus
Account provisioningApproval, least privilege, role alignment, timely access
Account deprovisioningRemove access when users leave or roles change
Privileged access reviewValidate admin rights and reduce standing privilege
Password policyLength, complexity where appropriate, reuse prevention, lockout, MFA
Endpoint hardeningDisable unnecessary services, apply baselines, patch, EDR, host firewall
Mobile device managementEnforce encryption, screen lock, remote wipe, app control, compliance
Email securityFiltering, attachment controls, link protection, SPF/DKIM/DMARC concepts
Web securityProxy, filtering, WAF, secure headers, TLS
Removable media controlRestrict, scan, encrypt, or disable based on risk
Backup operationsSchedule, protect, test, monitor, and separate from production compromise
Change validationConfirm that changes were approved, tested, implemented, and documented
Security awarenessReinforce reporting, phishing resistance, data handling, and social engineering defense

Forensics and Evidence Basics

ConceptReadiness check
Order of volatilityCan you prioritize fragile evidence before it disappears?
Chain of custodyCan you document who handled evidence, when, and why?
Legal holdCan you preserve data due to litigation or investigation requirements?
Disk imageCan you distinguish forensic copy from normal file copy?
Hash verificationCan you confirm evidence integrity?
Timeline analysisCan you correlate events across hosts, accounts, and logs?
Indicators of compromiseCan you identify hashes, IPs, domains, filenames, registry keys, processes, and behaviors?
Containment vs evidenceCan you balance stopping damage with preserving useful artifacts?

Command and Tool Recognition

You do not need to become a full-time administrator for every tool, but you should recognize what common tools are used for and what output implies.

Tool or commandCommon use
pingBasic reachability testing
tracert / traceroutePath and hop troubleshooting
ipconfig / ifconfig / ipInterface and addressing information
netstat / ssActive connections and listening ports
nslookup / digDNS lookup and troubleshooting
nmapPort scanning and service discovery
tcpdump / WiresharkPacket capture and protocol analysis
curlHTTP request testing and header inspection
whoisDomain registration information
journalctlLinux system logs on systems using systemd
Event ViewerWindows event log review
grepSearch text and logs
chmod / chownLinux file permissions and ownership

Example readiness prompts:

  • If a host cannot reach a web service, can you decide whether to check DNS, routing, firewall rules, service status, or certificates?
  • If authentication failures spike across many users, can you distinguish password spraying from one-user brute force?
  • If a server starts beaconing to a suspicious domain, can you identify containment and investigation steps?
  • If a firewall blocks expected traffic, can you inspect source, destination, port, protocol, direction, and rule order conceptually?

Log and Alert Interpretation Checklist

FieldWhy it matters
TimestampEstablish timeline and sequence
Source IP / hostIdentify origin of activity
Destination IP / hostIdentify target or external endpoint
Source and destination portInfer protocol or service
Username / accountConnect activity to identity
Process name / command lineIdentify suspicious execution
File hashCompare against threat intelligence or known-good baselines
User agentSpot automation, unusual clients, or spoofing
ActionAllowed, denied, blocked, quarantined, failed, succeeded
Geo-locationSupport anomaly detection, not definitive attribution
SeverityPrioritization cue, not proof by itself
Correlation IDTrace activity across systems

Security Program Management and Oversight Checklist

Governance Documents and Roles

ItemPurposeReady when you can…
PolicyHigh-level management intentIdentify what must be followed
StandardSpecific mandatory requirementDistinguish “must use approved encryption” from broad policy
ProcedureStep-by-step instructionsIdentify operational execution guidance
GuidelineRecommended practiceRecognize flexible advice
BaselineApproved secure starting configurationConnect to hardening and drift detection
Data ownerAccountable for data classification and access expectationsDistinguish ownership from system administration
Data custodianImplements and maintains controlsConnect operations to owner requirements
UserFollows policy and handles data appropriatelyIdentify awareness and acceptable use needs
AuditorIndependently evaluates controlsSeparate audit from operational ownership

Risk Management

Risk conceptReadiness check
Inherent riskRisk before controls
Residual riskRisk remaining after controls
Risk appetiteAmount of risk the organization is willing to accept
Risk registerTracking tool for risks, owners, status, and treatment
LikelihoodChance that a threat will exploit a vulnerability
ImpactBusiness consequence if the event occurs
Qualitative assessmentUses categories such as low, medium, high
Quantitative assessmentUses numeric or monetary estimates
Risk acceptanceLeadership knowingly accepts residual risk
Risk avoidanceStop the risky activity
Risk mitigationReduce likelihood or impact with controls
Risk transferenceShift financial or operational impact, such as through insurance or contracts

Common risk formula:

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

Be ready to apply the idea, not just memorize the formula: expected loss helps compare risk treatment options when reliable estimates exist.

Compliance, Privacy, and Third-Party Risk

AreaWhat to review
ComplianceRequirements from laws, regulations, contracts, standards, and internal policies
PrivacyData subject rights, consent, minimization, retention, disclosure, and handling expectations
Data classificationSensitivity labels that drive access and protection controls
Third-party assessmentVendor security questionnaires, audits, reports, certifications, and due diligence
Right to auditContractual ability to verify vendor controls
Service-level agreementExpected service performance or availability commitments
Memorandum of understandingAgreement of responsibilities between parties
Master service agreementBroad contractual terms for services
Data processing agreementPrivacy and data handling responsibilities
Supply chain riskRisk from vendors, software dependencies, hardware, and service providers
Secure procurementSecurity requirements included before purchase or contract signing
Offboarding vendorsRemove access, recover assets, confirm data return or destruction

Security Awareness and Culture

Training topicExam-style expectation
Phishing reportingUsers should report suspicious messages quickly
Password and MFA hygieneUsers should protect credentials and approve only expected prompts
Data handlingUsers should follow classification, storage, sharing, and disposal rules
Clean deskReduce physical exposure of sensitive information
Removable mediaAvoid unknown media and follow approved usage
Social engineeringVerify unusual requests through trusted channels
Insider threat awarenessReport concerning behavior or policy violations appropriately
Remote workSecure networks, devices, and data outside the office
Incident reportingEscalate quickly through approved channels

Scenario and Decision-Point Checks

Control Selection Scenarios

ScenarioBest decision cues
Users are tricked into approving fraudulent payment changesBusiness email compromise, verification workflow, awareness, MFA, email security
A public web app is vulnerable to injectionParameterized queries, input validation, WAF as layered control, secure SDLC
Attackers reuse stolen passwords from another siteMFA, password screening, credential stuffing detection, rate limiting
Admin accounts have broad permanent accessPAM, just-in-time access, least privilege, logging, separation of duties
Sensitive files are emailed externallyDLP, classification, user training, encryption, approved sharing platform
Cloud storage is publicly accessibleAccess review, least privilege, configuration monitoring, data classification
Ransomware encrypted file sharesIsolate systems, preserve evidence, use offline/immutable backups, investigate entry point
Remote users need secure access to internal appsMFA, device posture, VPN or zero trust access, least privilege
A vendor needs temporary administrative accessTime-bound access, approval, monitoring, least privilege, contract controls
Logs show impossible travelAccount compromise investigation, MFA review, session revocation, credential reset
Production change caused an outageChange management, rollback plan, testing, approvals, post-implementation review
Legacy protocol is required by one systemCompensating controls, segmentation, upgrade plan, documented risk acceptance

Authentication and Access Decision Checks

If the requirement is…Consider…
Centralized user login across applicationsSSO and federation
Stronger proof of user identityMFA
Access based on job functionRBAC
Access based on context such as device, location, or data labelABAC
Temporary admin privilegeJust-in-time access or PAM
Network device administrator authenticationRADIUS or TACACS+ conceptually
Service-to-service accessScoped service accounts, managed identities, secrets management
Prevent privilege creepAccess reviews and recertification
Reduce damage from credential theftMFA, least privilege, monitoring, segmentation

Incident Response Decision Checks

QuestionWhat a strong answer considers
Is this a real incident or false positive?Evidence quality, correlation, asset criticality, known maintenance, alert context
Should we contain immediately?Active damage, spread risk, business impact, evidence preservation
What is the scope?Affected users, hosts, applications, data, time range, indicators
What is the root cause?Vulnerability, credential theft, misconfiguration, user action, third-party issue
Can we restore safely?Clean backups, patched systems, removed persistence, monitored environment
What should change afterward?Detection logic, controls, training, architecture, process, vendor requirements

Architecture Decision Checks

Design questionBetter answer pattern
Where should public-facing services go?Isolated zone with controlled access to internal systems
Should every internal system trust every other internal system?No; use segmentation and identity-based access
Is encryption enough to protect sensitive data?No; combine with access control, key management, monitoring, and classification
Can backups protect against ransomware?Yes only if protected, tested, restorable, and not equally compromised
Should a provider-owned cloud service remove all customer security responsibility?No; responsibilities vary, but configuration, identity, data, and access still matter
Is the highest-severity vulnerability always first?Not always; prioritize by exploitability, exposure, asset criticality, and compensating controls

Common Weak Areas and Traps

Weak areaWhy candidates miss itHow to correct it
Confusing hashing and encryptionBoth protect data in different waysEncryption is reversible with a key; hashing is one-way integrity verification
Treating MFA as authorizationMFA proves identity more stronglyAuthorization decides what the identity can access
Picking the most expensive toolExam scenarios often ask for the best fitMatch control to requirement, risk, and constraint
Ignoring business impactSecurity decisions are not only technicalConsider availability, operations, compliance, and cost of disruption
Misreading detective vs preventive controlsSimilar tools may operate differentlyAsk whether the control blocks, alerts, or records
Assuming internal networks are trustedModern architecture expects compromiseApply zero trust, segmentation, and continuous verification
Overlooking identity in cloud securityCloud compromise often starts with permissionsReview IAM, roles, keys, secrets, and logging
Treating vulnerability severity as absoluteSeverity does not equal priority in every environmentInclude exposure, exploitability, asset value, and compensating controls
Forgetting evidence preservationFast remediation can destroy useful evidenceBalance containment with chain of custody and forensic needs
Confusing BCP, DR, and IRThey overlap but have different goalsBCP keeps business running; DR restores systems; IR handles security incidents
Choosing encryption for every data problemEncryption does not solve misuse by authorized usersConsider DLP, access control, monitoring, minimization, and training
Missing third-party riskVendors can create direct and indirect exposureReview contracts, access, data handling, monitoring, and offboarding

Final-Week Review Checklist

High-Value Review Tasks

  • Re-read the public objectives for CompTIA Security+ (SY0-701) and mark every unfamiliar acronym.
  • Build a one-page list of controls by purpose: preventive, detective, corrective, deterrent, compensating, directive, and physical.
  • Review identity concepts: MFA, federation, SSO, RBAC, ABAC, PAM, service accounts, and access reviews.
  • Practice distinguishing attacks by scenario wording, especially phishing variants, credential attacks, injection, XSS, DDoS, and on-path attacks.
  • Review cloud shared responsibility, IAM, storage exposure, secrets management, containers, and configuration monitoring.
  • Practice incident response sequencing: detection, analysis, containment, eradication, recovery, and lessons learned.
  • Review cryptography differences: symmetric, asymmetric, hashing, salting, signatures, certificates, PKI, and revocation.
  • Review governance artifacts: policies, standards, procedures, guidelines, baselines, risk register, and third-party agreements.
  • Practice log interpretation using timestamp, source, destination, account, action, process, and severity.
  • Rework missed practice questions by writing why each wrong answer is wrong.

Rapid Self-Test Prompts

If you cannot answer these quickly, add the topic to your final review list.

  • What control best reduces damage from a compromised admin account?
  • What is the difference between a vulnerability scan and a penetration test?
  • When would a WAF be more relevant than a network firewall?
  • Why are offline or immutable backups important for ransomware?
  • What makes password spraying different from brute force?
  • How does tokenization differ from encryption?
  • What is the difference between RTO and RPO?
  • What evidence handling practice supports integrity and accountability?
  • What security issue does least privilege address?
  • When is risk transference more appropriate than risk mitigation?
  • What cloud security mistakes commonly expose data?
  • Why is centralized logging useful during incident response?
  • What does a certificate authority do?
  • What is the purpose of a secure baseline?
  • Why should vendor access be time-bound and monitored?

Final Readiness Indicators

You are likely ready when…Check
You can explain common security acronyms without only memorizing expansions
You can choose the best control from several plausible controls
You can read a short incident scenario and identify the next reasonable step
You can connect technical controls to risk, compliance, and business impact
You can distinguish similar concepts such as hashing/encryption, IDS/IPS, BCP/DR/IR, and RBAC/ABAC
You can prioritize vulnerabilities using context, not just severity
You can identify cloud, identity, and misconfiguration risks in modern environments
You can explain why an incorrect answer is less appropriate than the correct one

Practical Next Step

Use this Exam Blueprint to tag your practice results by readiness area: concepts, threats, architecture, operations, and governance. For every missed question, record the tested concept, the decision cue you missed, and the control or process that would have led to the better answer. Then focus your final practice on the weakest two areas before returning to mixed SY0-701 review.

Browse Certification Practice Tests by Exam Family