Cheat Sheet

CompTIA Security+ (SY0-701) Cheat Sheet

By The Exam Atlas Editorial Team · Verified 2026-05-29

A quick-revision summary for CompTIA Security+ (SY0-701). Use it in the final days before the exam to check recall. It is a study aid only — you cannot bring notes into the proctored exam.

Security control categories and types

CategoriesTypes
Technical, Managerial, Operational, PhysicalPreventive, Deterrent, Detective, Corrective, Compensating, Directive

Expect questions that ask for both at once (for example, a security guard is a physical, deterrent control).

Common ports to know

PortService
22SSH / SFTP
23Telnet (insecure)
25SMTP
53DNS
80HTTP
443HTTPS / TLS
389 / 636LDAP / LDAPS
3389RDP
161 / 162SNMP
445SMB

Pattern: the secure version usually swaps a plaintext protocol for a TLS-protected one (HTTP→HTTPS, LDAP→LDAPS).

Cryptography at a glance

ConceptKey idea
SymmetricOne shared key; fast; used for bulk data (AES)
AsymmetricPublic/private key pair; key exchange and signatures (RSA, ECC)
HashingOne-way; integrity and password storage (SHA-2); add a salt
Digital signatureHash encrypted with the sender’s private key; proves integrity and origin
PKICertificates + CAs bind identities to public keys

Attacks → mitigations

AttackTypical mitigation
Phishing / social engineeringAwareness training, email filtering, MFA
Malware / ransomwareEDR, patching, least privilege, offline backups
On-path (man-in-the-middle)TLS, certificate validation
SQL injectionInput validation, parameterised queries
DDoSRate limiting, CDN/scrubbing, redundancy
Password attacksMFA, lockout policies, salted hashing

Must-know acronyms

AcronymMeaning
CIAConfidentiality, Integrity, Availability
AAAAuthentication, Authorization, Accounting
MFA / SSOMulti-Factor Authentication / Single Sign-On
SIEM / SOARSecurity Information and Event Management / Orchestration, Automation and Response
IDS / IPSIntrusion Detection / Prevention System
DLP / EDRData Loss Prevention / Endpoint Detection and Response
PKI / CAPublic Key Infrastructure / Certificate Authority
CRL / OCSPCertificate Revocation List / Online Certificate Status Protocol
RTO / RPORecovery Time Objective / Recovery Point Objective
MTTR / MTBFMean Time To Repair / Mean Time Between Failures

FAQ

Can I take a cheat sheet into the Security+ exam?
No. Security+ is a proctored exam and no notes are allowed. Use this as a final-revision summary before exam day, not during it.

Sources