CompTIA Security+ (SY0-701) Cheat Sheet

High-yield SY0-701 review sheet for control selection, zero trust, attack patterns, architecture choices, operations workflows, and GRC anchors.

Use this for last-mile review, not first exposure. Read it fast, mark the rows that still cause hesitation, and then return to the exact lesson page that fixes the weakness. Security+ rewards precise thinking about control fit, access scope, evidence handling, and operational practicality.

IAM: Identity and access management, which covers authentication, authorization, privilege control, and account lifecycle.

GRC: Governance, risk, and compliance work that ties policy, risk handling, and evidence together.

CIA / AAA: Confidentiality, integrity, availability and authentication, authorization, accounting.

Fast question-decoding flow

    flowchart LR
	  A["Read the operational constraint"] --> B["Classify the real problem"]
	  B --> C["Choose the control family or workflow"]
	  C --> D["Check least privilege, evidence, and business fit"]
	  D --> E["Eliminate the answer that is broad, vague, or incomplete"]

What to notice:

  • Security+ often hides the real problem inside the operational detail
  • the strongest answer usually fits the risk and the workflow at the same time
  • broad “more security everywhere” answers often lose to narrower, better-targeted controls

Fast routing back into the guide

If you are blank on…Reopen…
control types, zero trust, change management, crypto basics1. General Security Concepts
attackers, vectors, vulnerabilities, web attacks, ransomware, mitigation choices2. Threats, Vulnerabilities & Mitigations
cloud, segmentation, secure design, classification, resilience3. Security Architecture
hardening, monitoring, IAM operations, automation, incident response, evidence4. Security Operations
governance, risk, vendors, audits, privacy, awareness5. Security Program Management & Oversight

Final 20-minute recall

What to ask before you answer

Fast questionWhy it helps
Is this mainly a prevention, detection, containment, recovery, or governance problem?It narrows the control family quickly
Is the scenario really about identity, data, network path, or evidence handling?It points you to the right lesson page or mental model
Which option preserves least privilege and still works operationally?Security+ usually rewards that balance
Which tempting answer sounds secure but breaks availability, auditability, or the stated constraint?This eliminates many distractors

Cue -> best move

If the question says…Usually strongest answer
Protect admin access quicklyMFA + least privilege + privileged-access discipline
Reduce lateral movementSegmentation or microsegmentation + tighter access paths
Public web app is at riskWAF + secure coding fixes + patching + monitoring
Phishing or spoofed mail problemSPF/DKIM/DMARC + mail filtering + awareness
Ransomware is spreadingIsolate systems, restrict spread paths, preserve evidence, follow IR order
Sensitive data leaving SaaS or cloudDLP/CASB + strong IAM + logging + encryption or tokenization
Need proof of integrity and sender accountabilityHashing or digital signature, depending on the exact need
Vulnerability backlog is too largeRisk-based prioritization using asset criticality, exploitability, and exposure
Repeated incidents keep happeningRoot cause analysis + control improvement + updated runbooks or tabletop practice

Must-memorize anchors

TopicFast recall
CIAConfidentiality, Integrity, Availability
AAAAuthentication, Authorization, Accounting
IR phasesPreparation -> Identification -> Containment -> Eradication -> Recovery -> Lessons learned
Risk treatmentsAccept, avoid, transfer, mitigate
Access modelsDAC, MAC, RBAC, ABAC
Zero Trust coreVerify explicitly, least privilege, assume breach

Last-minute traps

  • confusing vector, vulnerability, and malicious activity
  • calling every auth attack brute force instead of password spraying or credential stuffing
  • choosing a detective control when the question clearly needs prevention or containment
  • confusing encryption, hashing, signatures, and encoding
  • forgetting chain of custody or time synchronization in investigation scenarios

Control and principle quick map

ConceptFast distinction
Preventive vs detectivestop or reduce first, observe and alert second
Corrective vs compensatingfix after an issue, or substitute when the ideal control is not possible
Managerial vs operational vs technicalpolicy and oversight, people and process, or enforced by technology
Authentication vs authorizationprove identity, then decide allowed actions
Non-repudiationprevent denial that a specific action occurred

Threats and mitigations quick map

PatternBest memory hook
Password sprayingone password across many users
Credential stuffingreused credentials from another breach
XSSattacker script reaches another user’s browser
SQL injectionattacker manipulates database queries through input
Supply-chain attacktrusted software, package, or vendor path is compromised
Shadow ITunmanaged technology adopted outside policy

Architecture and operations quick map

NeedStrongest first fit
Narrow admin exposureVPN, MFA, approved path, logging
Device admission controlNAC or 802.1X
Sensitive data visibility without full disclosuremasking or tokenization
Fast recovery with highest costhot site
Lowest data-loss windowlower RPO
Fastest containmentisolate affected systems and reduce communication paths
Better detection workflowtelemetry -> correlation -> alert -> triage

Cryptography quick map

NeedStrongest first fit
Confidentialityencryption
Integrityhashing or HMAC
Sender proof and integritydigital signature
Certificate trust validationPKI chain plus revocation checking
Hide format onlyencoding, not security

Do not confuse: Base64 is encoding, not encryption.

Incident response quick map

    flowchart LR
	  A["Preparation"] --> B["Identification"]
	  B --> C["Containment"]
	  C --> D["Eradication"]
	  D --> E["Recovery"]
	  E --> F["Lessons learned"]

What to notice:

  • containment comes before eradication
  • recovery does not mean the review is finished
  • evidence handling matters whenever legal, audit, or forensics language appears

GRC quick map

TermFast distinction
Policywhat the organization requires
Standardrequired rule or baseline supporting policy
Procedurehow the task is done
Guidelinepreferred but not always mandatory practice
BIAcritical business functions and recovery priorities
Risk registertracked record of risks, owners, and treatments

High-confusion pairs worth one last look

PairFast distinction
Password spraying vs credential stuffingone password against many users vs reused breached credentials against one or more accounts
Encryption vs tokenizationprotect readable data vs replace sensitive values for workflow safety
HA vs backupkeep the service alive vs restore data or service after loss
Vulnerability management vs incident responsereduce known weakness exposure vs handle active or recent security events

Quiz

Loading quiz…

From here, use the study plan for pacing, the glossary when terms blur together, or the resources page when you need the official CompTIA references.