SY0-801 — CompTIA Security+ V8 Exam Blueprint

A practical readiness checklist for CompTIA Security+ V8 (SY0-801) topic review, scenario decisions, weak areas, and final-week preparation.

How to Use This Exam Blueprint

Use this independent Exam Blueprint as a readiness map for CompTIA Security+ V8 (SY0-801) from CompTIA. It is not a claim about exact official weighting, scoring, or item counts. Treat each section as a practical audit of what you should be able to recognize, explain, compare, and apply in scenario-based questions.

For each row or checkbox, mark your status:

MarkMeaningWhat to do next
ReadyKeep it warm with mixed practice.
⚠️PartialReview the concept, then answer scenario questions.
WeakRelearn the topic and write your own examples.

A strong SY0-801 candidate should be able to choose the best control for the situation, not just define terms.

Topic-area readiness map

Readiness areaBe ready to explainBe ready to do in a scenario
Security principlesCIA triad, AAA, least privilege, defense in depth, secure defaults, zero trust concepts, privacy, nonrepudiationChoose controls that protect confidentiality, integrity, or availability based on the business impact described.
Threat actors and motivationsNation-state, insider, hacktivist, organized crime, script kiddie, shadow IT, supply-chain riskInfer likely actor, objective, and attack path from clues such as persistence, data theft, sabotage, or financial fraud.
Social engineering and human riskPhishing, spear phishing, whaling, vishing, smishing, pretexting, tailgating, shoulder surfing, invoice fraudPick awareness, verification, reporting, MFA, and process controls that reduce human-targeted attacks.
Malware and endpoint threatsRansomware, worms, Trojans, rootkits, spyware, keyloggers, fileless malware, living-off-the-land techniquesIdentify containment priorities and decide whether EDR, isolation, restore, or forensic preservation is most appropriate.
Network attacksSpoofing, poisoning, on-path attacks, DDoS, replay, session hijacking, rogue AP, evil twin, DNS attacksMatch symptoms to controls such as segmentation, secure protocols, DNS security, NAC, IDS/IPS, WAF, or rate limiting.
Application and API securityInjection, XSS, CSRF, SSRF, insecure deserialization, directory traversal, insecure direct object references, weak session managementSelect parameterized queries, input validation, output encoding, secure cookies, API authentication, and secure SDLC practices.
Vulnerability managementAsset inventory, scanning, severity, prioritization, patching, compensating controls, exceptions, false positivesPrioritize remediation using exploitability, exposure, asset value, business impact, and change risk.
Identity and access managementAuthentication, authorization, accounting, MFA, SSO, federation, RBAC, ABAC, DAC, MAC, PAM, account lifecycleChoose access controls for users, admins, service accounts, third parties, devices, and applications.
Cryptography and PKISymmetric vs asymmetric encryption, hashing, salting, digital signatures, certificates, CAs, key management, TLSDecide when to encrypt, hash, sign, rotate keys, revoke certificates, or fix trust-chain errors.
Network architectureFirewalls, proxies, VPNs, ZTNA, DMZs, VLANs, subnetting concepts, microsegmentation, secure DNS, wireless securityPlace controls correctly and determine which traffic should be allowed, denied, inspected, logged, or isolated.
Cloud and virtualization securityShared responsibility, IAM, storage exposure, workload isolation, container basics, serverless concepts, image security, cloud loggingIdentify whether the customer, provider, or configuration owner must fix the issue.
Mobile, IoT, embedded, and OTMDM, device posture, BYOD, kiosk mode, firmware, default credentials, segmentation, safety constraintsRecommend controls when devices cannot be patched quickly or cannot tolerate downtime.
Security operationsSIEM, SOAR, EDR/XDR, log aggregation, alert triage, baselines, playbooks, escalation, threat intelligenceInterpret alerts and choose the next step: validate, contain, eradicate, recover, document, or tune.
Incident response and forensicsPreparation, detection, analysis, containment, eradication, recovery, lessons learned, chain of custody, evidence handlingAvoid destroying evidence when the scenario requires legal, regulatory, or forensic preservation.
Resilience and recoveryBackups, restore testing, RTO, RPO, redundancy, failover, disaster recovery, business continuityMatch recovery strategy to business tolerance for downtime and data loss.
Governance, risk, and compliancePolicies, standards, procedures, guidelines, risk treatment, audits, data classification, privacy, vendor riskChoose appropriate administrative controls and risk responses based on business requirements.

Can you do this?

Security concepts and control selection

  • Distinguish confidentiality, integrity, and availability from scenario wording.
  • Identify whether a control is administrative, technical, or physical.
  • Identify whether a control is preventive, detective, corrective, deterrent, compensating, or recovery-focused.
  • Explain least privilege, need to know, separation of duties, job rotation, and mandatory vacations.
  • Recognize when defense in depth is needed instead of relying on one control.
  • Apply secure by design, secure defaults, and fail secure reasoning.
  • Explain how zero trust changes assumptions about network location, identity, device posture, and continuous verification.
  • Choose between reducing risk, transferring risk, accepting risk, and avoiding risk.
  • Recognize when the best answer is a process control, not a tool.

Threats, attacks, and vulnerabilities

Attack or weaknessCommon cueReadiness check
PhishingUrgent message, link, attachment, credential requestCan you choose awareness, reporting, email filtering, DMARC-style controls, and MFA?
Business email compromisePayment redirection, executive impersonation, vendor invoice changeCan you choose out-of-band verification and payment workflow controls?
RansomwareFiles encrypted, ransom note, lateral spread, backup targetingCan you prioritize isolation, scope, evidence, eradication, and clean restore?
Credential stuffingMany login attempts using known passwordsCan you choose MFA, rate limiting, password screening, monitoring, and account protection?
Password sprayingFew common passwords across many accountsCan you distinguish it from brute force against one account?
Privilege escalationStandard user gains admin rightsCan you identify patching, least privilege, PAM, EDR, and hardening controls?
Lateral movementNew remote sessions, admin shares, unusual service creationCan you pick segmentation, credential protection, monitoring, and containment?
SQL injectionUser input changes database query behaviorCan you select parameterized queries and input validation over only filtering at the perimeter?
XSSScript executes in a user’s browserCan you distinguish reflected, stored, and DOM-based symptoms at a high level?
CSRFAuthenticated user is tricked into submitting an actionCan you choose anti-CSRF tokens and SameSite cookie protections?
SSRFServer is tricked into making requestsCan you recognize access to metadata services or internal-only resources?
Directory traversal../-style path manipulationCan you choose canonicalization, access checks, and input validation?
DNS poisoningUsers resolve a name to the wrong hostCan you choose secure DNS practices, monitoring, and cache protection?
ARP spoofingLocal network traffic redirected through attackerCan you choose segmentation, inspection, and secure switching features?
Evil twin APUser connects to attacker-controlled wireless networkCan you choose certificate-based wireless authentication and user awareness?
DDoSService unavailable from traffic floodCan you choose upstream filtering, rate limiting, CDN/scrubbing, and resilience?
Supply-chain compromiseTrusted vendor/update/package is maliciousCan you choose vendor due diligence, code signing, SBOM-style review, and monitoring?
Data exfiltrationLarge outbound transfer, unusual destination, compressed archivesCan you choose DLP, egress filtering, logging, classification, and investigation?

Identity and access management

  • Distinguish authentication, authorization, and accounting.
  • Compare MFA factors: something you know, have, are, do, or somewhere you are.
  • Recognize strong MFA patterns, including phishing-resistant approaches.
  • Choose between RBAC, ABAC, DAC, and MAC based on the scenario.
  • Explain just-in-time access, privileged access management, and break-glass accounts.
  • Identify risks of shared accounts, dormant accounts, orphaned accounts, and overprivileged service accounts.
  • Apply joiner-mover-leaver logic to provisioning, modification, and deprovisioning.
  • Explain why access reviews and recertification reduce privilege creep.
  • Know when to use federation or SSO instead of creating another local password database.
Technology or protocolBest-readiness explanation
SAMLCommonly used for browser-based enterprise federation and SSO assertions.
OAuth 2.0Delegated authorization, often allowing an app to access resources without sharing the user password.
OpenID ConnectIdentity layer built on OAuth 2.0 concepts for authentication claims.
KerberosTicket-based authentication commonly associated with enterprise domain environments.
LDAP / LDAPSDirectory access and queries; LDAPS protects LDAP traffic.
RADIUSAAA commonly used for network access such as VPN and wireless authentication.
TACACS+AAA often associated with network device administration.
FIDO2 / WebAuthnStrong, phishing-resistant authentication using public key methods.
PAMControls, monitors, and limits privileged access.

Cryptography, PKI, and secrets

ConceptCan you distinguish it from…Scenario readiness
HashingEncryption and encodingUse for integrity checks and password storage when combined with salt and appropriate password hashing.
EncryptionHashing and signingUse for confidentiality of data at rest or in transit.
Digital signaturesEncryption aloneUse for integrity, authenticity, and nonrepudiation.
Symmetric encryptionAsymmetric encryptionUnderstand speed and shared-key management tradeoffs.
Asymmetric encryptionSymmetric encryptionUnderstand public/private key roles, exchange, and signing use cases.
CertificatesKeys aloneValidate identity through issuer trust, subject/SAN, validity period, and chain.
PKIA single certificateUnderstand CA, RA, CSR, certificate chain, revocation, renewal, and trust stores.
SaltingHashing alonePrevent identical passwords from producing identical stored hashes.
Key rotationPassword resetLimit long-term exposure from compromised or aging secrets.
HSM / TPMGeneral storageProtect keys or device secrets using dedicated hardware-backed mechanisms.

Can you handle these certificate scenarios?

  • The certificate is expired.
  • The certificate name does not match the service name.
  • The client does not trust the issuing CA.
  • An intermediate certificate is missing.
  • A private key is exposed.
  • A self-signed certificate is used where public trust is expected.
  • A revoked certificate is still being accepted.
  • A wildcard certificate creates broader exposure than intended.

Network security and architecture

Design decisionBetter answer pattern
Internet-facing applicationPut public entry points in a controlled segment; avoid direct database exposure.
Database accessAllow only required application tiers or admin paths; deny broad inbound access.
Administrative accessUse MFA, PAM, bastion/jump hosts, logging, and least privilege.
Guest wirelessSegment from internal resources; apply captive portal or policy controls as needed.
Remote accessUse strong authentication, device posture, encryption, monitoring, and least privilege.
East-west trafficUse segmentation or microsegmentation rather than assuming internal traffic is trusted.
OT or safety-critical networkPrioritize segmentation, monitoring, allowlisting, and planned maintenance windows.
High-risk outbound trafficUse egress filtering, proxying, DNS filtering, DLP, and alerting.
Inline blockingIPS or firewall-like control where prevention is required and latency/availability are acceptable.
Passive detectionIDS, network sensors, taps, or span ports when observation is required without inline blocking.

Protocol recognition matters, but do not rely on port number alone. Be ready to combine port, protocol, service banner, encryption state, and business context.

Common service cueReadiness check
SSHSecure remote administration; investigate exposure to the internet.
RDPRemote desktop access; high-value target for brute force and lateral movement.
DNSName resolution; consider poisoning, tunneling, filtering, and logging.
HTTP / HTTPSWeb traffic; inspect TLS, headers, authentication, and WAF placement.
SMTP / mail submissionEmail flow; consider phishing controls, relay abuse, and authentication records.
SMBFile sharing; consider lateral movement, access control, and patching.
LDAP / LDAPSDirectory queries; prefer protected transport where credentials or sensitive data are involved.
SNMPDevice monitoring; avoid weak community strings and unnecessary exposure.
NTPTime sync; important for logs, certificates, Kerberos-style authentication, and investigations.

Cloud, virtualization, and container security

  • Explain shared responsibility without assuming the provider secures customer misconfigurations.
  • Identify public storage exposure, excessive IAM permissions, and missing logging as cloud risks.
  • Apply least privilege to users, roles, service principals, workloads, and automation.
  • Recognize risks in images, registries, secrets, container runtime permissions, and host escape paths.
  • Choose segmentation, security groups, network ACLs, private endpoints, and workload isolation based on the scenario.
  • Explain why encryption, key management, monitoring, and backup configuration still require customer decisions.
  • Recognize when infrastructure as code needs review, version control, scanning, and change approval.
  • Distinguish vulnerability in a container image from a runtime attack or orchestrator misconfiguration.
  • Recognize overexposed management consoles, APIs, metadata services, and automation credentials.
  • Apply governance through tagging, policy, logging, asset inventory, and configuration monitoring.

Application, API, and secure SDLC readiness

If the scenario says…Think about…
User input changes application behaviorInput validation, output encoding, parameterized queries, secure parsing.
A session token is stolenSecure cookies, TLS, token lifetime, session invalidation, device/session monitoring.
An API exposes another user’s recordAuthorization checks, object-level access control, least privilege.
Secrets are found in source codeSecret scanning, vaulting, rotation, developer training, pre-commit controls.
A new release introduces vulnerabilitiesSecure SDLC, code review, SAST, DAST, dependency scanning, change control.
A dependency has a known vulnerabilityInventory, version review, patching, compensating controls, supply-chain assessment.
Production data is used in testingData masking, anonymization, synthetic data, access control.
A WAF blocked one attackTreat it as defense in depth, not a replacement for fixing vulnerable code.

Can you explain these secure development terms?

  • SAST versus DAST.
  • Dependency scanning versus manual code review.
  • Fuzzing versus vulnerability scanning.
  • Threat modeling versus penetration testing.
  • Secure coding standard versus runtime control.
  • DevSecOps automation versus after-the-fact security review.
  • API gateway versus WAF versus reverse proxy.
  • Code signing versus encryption.

Security operations and monitoring

ArtifactWhat you should infer
Firewall logSource, destination, port/service, action, direction, rule hit, unusual deny/allow pattern.
IDS/IPS alertSignature or behavior, severity, affected host, confidence, false-positive possibility.
EDR alertProcess tree, parent-child process relationship, command line, persistence, network connection.
Authentication logSuccess/failure pattern, source location, impossible travel, lockouts, MFA prompts.
Web server logMethod, path, status code, user agent, referrer, suspicious parameters.
DNS logRare domains, algorithmic-looking names, tunneling patterns, suspicious TXT queries.
Proxy logUser, destination, category, upload/download size, blocked or allowed status.
Cloud audit logIdentity, API call, source, resource changed, permission used, region/location.
Vulnerability scanAsset, detected weakness, severity, evidence, remediation, possible false positive.
SIEM correlationMultiple low-level events combined into a higher-confidence alert.

Useful command and artifact awareness:

nmap -sV 203.0.113.10
ss -tulpn
netstat -ano
dig TXT example.test
openssl s_client -connect app.example.test:443 -servername app.example.test
journalctl -u ssh

Be ready to explain what information a command can reveal, not just memorize syntax.

Command or output typeExam-relevant interpretation
nmap service scanOpen services, banners, unexpected exposure, possible version risk.
ss / netstatListening services, established connections, process association.
dig / DNS lookupDNS record type, mail/security records, suspicious resolution.
openssl s_clientCertificate chain, presented name, issuer, TLS connection details.
Windows logsAuthentication, process, policy, service, and security-relevant event patterns.
Linux auth logsSSH attempts, sudo usage, privilege changes, account activity.
Web logsInjection attempts, scanning, brute force, unusual user agents, error patterns.

Scenario decision-point checks

ScenarioStrong decision pathCommon wrong turn
A user reports a suspicious email after clicking a linkPreserve message, identify scope, check authentication logs, reset credentials if needed, block indicators, educate userOnly deleting the email from one mailbox
A single endpoint shows ransomware behaviorIsolate host, preserve evidence as required, identify scope, stop spread, eradicate, restore from clean backupImmediately reimage without checking lateral movement or evidence needs
Cloud storage is publicly accessibleRemove public access, review IAM/policies, check logs for access, rotate exposed secrets, classify data, notify per processOnly enabling encryption after data was already exposed
A web app is vulnerable to SQL injectionFix code with parameterized queries, validate input, test, monitor, use WAF as layered controlTreating WAF as the only remediation
Admin credentials are reused across systemsImplement unique privileged accounts, PAM, MFA, rotation, logging, least privilegeOnly changing the password once
A critical OT device cannot be patchedSegment, restrict access, monitor, allowlist, plan maintenance, use compensating controlsForcing an untested patch that risks safety or availability
A vendor handles sensitive dataPerform due diligence, define contractual controls, classify data, monitor access, review audit evidenceAssuming outsourcing transfers all accountability
A certificate warning appears for usersCheck name, validity, chain, trust store, revocation, private key handlingTelling users to bypass the warning
Multiple failed logins across many accountsSuspect password spraying, tune detection, enforce MFA, check source, consider lockout strategyTreating it as one user forgetting a password
A developer commits a secretRevoke/rotate secret, remove from history as appropriate, scan repositories, add prevention controlsOnly deleting the visible line from the current file

Risk, recovery, and calculation checks

Know these relationships when a question gives you the needed values.

\[ \mathrm{SLE} = \mathrm{Asset\ Value} \times \mathrm{Exposure\ Factor} \]\[ \mathrm{ALE} = \mathrm{SLE} \times \mathrm{Annualized\ Rate\ of\ Occurrence} \]\[ \mathrm{Availability} = \frac{\mathrm{MTBF}}{\mathrm{MTBF} + \mathrm{MTTR}} \]
TermWhat it means for decision-making
Asset valueWhat the organization stands to lose if the asset is affected.
Exposure factorPortion of asset value lost in one event.
SLEExpected loss from one occurrence.
AROExpected frequency of occurrence in a year.
ALEExpected annual loss estimate.
Inherent riskRisk before controls.
Residual riskRisk remaining after controls.
Risk appetiteAmount of risk the organization is willing to accept.
RTOMaximum tolerable time to restore service.
RPOMaximum tolerable data loss measured in time.
MTBFReliability indicator: average time between failures.
MTTRMaintainability/recovery indicator: average time to repair or restore.

Can you answer these without guessing?

  • If the RPO is short, do backups or replication need to be more frequent?
  • If the RTO is short, is a cold standby likely sufficient?
  • If residual risk remains above appetite, should more treatment be considered?
  • If a control costs more than the expected annualized loss, is it automatically justified?
  • If a critical asset is internet-facing and exploitable, should severity be adjusted upward?
  • If a vulnerability is severe but not reachable, how does exposure affect prioritization?

Governance, policy, and compliance readiness

Artifact or conceptWhat to knowScenario cue
PolicyHigh-level management intent“Employees must protect confidential data.”
StandardMandatory specific requirement“Passwords must meet defined complexity or length rules.”
ProcedureStep-by-step instructions“Follow these steps to provision access.”
GuidelineRecommended practice“Consider using this secure configuration.”
BaselineApproved minimum configuration“All laptops must use the standard hardening image.”
Data classificationLabeling based on sensitivity and handling needsPublic, internal, confidential, restricted-style categories.
Data retentionHow long data is kept and when disposedLegal, business, privacy, and storage considerations.
Acceptable usePermitted and prohibited use of systemsEmployee behavior and device/network use.
Change managementControlled review and approval of changesPatching, firewall rules, application releases.
Vendor risk managementThird-party due diligence and monitoringOutsourced processing, SaaS, managed services.
Security awarenessHuman-risk reductionPhishing reporting, password hygiene, data handling.
AuditEvidence-based review of control operationLogs, access reviews, configuration evidence.

Risk response readiness:

ResponseChoose it when…
AvoidThe organization stops the risky activity.
TransferInsurance, contract, or outsourcing shifts some financial or operational impact.
MitigateControls reduce likelihood or impact.
AcceptLeadership knowingly accepts the residual risk.
ShareRisk responsibility is distributed with another party, often through partnership or contract.

Common weak areas and traps

  • Confusing authentication with authorization.
  • Choosing encryption when the scenario needs hashing.
  • Choosing hashing when the scenario needs confidentiality.
  • Treating encoding as a security control equivalent to encryption.
  • Assuming internal network traffic is automatically trusted.
  • Forgetting that least privilege applies to service accounts and automation, not just humans.
  • Choosing a technical tool when the scenario asks for governance, policy, or process.
  • Misreading RTO as data loss and RPO as downtime.
  • Assuming backups solve ransomware without restore testing, isolation, and clean recovery points.
  • Choosing immediate eradication when the question emphasizes evidence preservation.
  • Treating vulnerability scanning and penetration testing as the same activity.
  • Treating a vulnerability score as the only prioritization factor.
  • Assuming a cloud provider is responsible for customer IAM, data classification, and exposed storage settings.
  • Confusing SAML, OAuth 2.0, and OpenID Connect.
  • Confusing IDS visibility with IPS inline prevention.
  • Treating SIEM as the tool that fixes incidents rather than correlates and alerts.
  • Ignoring certificate name mismatch, chain trust, and revocation clues.
  • Selecting “most secure” when the scenario asks for “most appropriate” or “best business fit.”
  • Forgetting safety and availability constraints in OT, medical, industrial, or embedded environments.
  • Choosing to patch immediately without considering testing, change windows, or compensating controls.

Final-week checklist

7 to 5 days out

  • Revisit every ⚠️ and ❌ item in this checklist.
  • Build a one-page map of your weakest acronyms and protocols.
  • Practice mixed scenario questions instead of studying one topic at a time only.
  • Review wrong answers by writing why the correct answer is better, not just why your answer was wrong.
  • Drill IAM, cryptography, incident response, cloud misconfiguration, and risk scenarios.
  • Practice interpreting small log snippets, command outputs, and alert summaries.

4 to 2 days out

  • Redo missed questions from prior practice without looking at notes first.
  • Review control categories: administrative, technical, physical; preventive, detective, corrective.
  • Review authentication and federation differences.
  • Review certificate lifecycle and TLS troubleshooting cues.
  • Review secure application control selection: validation, encoding, parameterization, authentication, authorization.
  • Review RTO, RPO, SLE, ALE, residual risk, and risk treatment.
  • Review incident response order and when evidence preservation changes the next step.

Day before

  • Stop deep-diving new topics unless they are high-confidence quick wins.
  • Skim your acronym list and weak-topic notes.
  • Review scenario words such as first, best, most likely, most secure, most cost-effective, and next.
  • Prepare exam logistics and identification requirements separately from content study.
  • Sleep enough to read carefully and avoid rushing.

Exam-day mindset

  • Read the last sentence of the question carefully.
  • Identify the asset, risk, constraint, and desired outcome.
  • Eliminate answers that are true but do not solve the stated problem.
  • Prefer the control that directly addresses the root cause.
  • Watch for business constraints: cost, downtime, safety, compliance, and operational impact.
  • If two answers seem right, choose the one that best matches the phase: prevention, detection, containment, eradication, recovery, or governance.

Practical next step

Turn this checklist into a two-column study log: weak topic and proof of readiness. For each weak topic, complete targeted review, then answer enough mixed practice questions to prove you can apply the concept in unfamiliar scenarios for CompTIA Security+ V8 (SY0-801).

Browse Certification Practice Tests by Exam Family