CCNA Starting Saturday, October-3rd | 9:30 AM - 12:30 PM | Now $499 (reg. $699) | Free First Demo Class! Register now

Security+ SY0-701 Acronym List

Compiled and reviewed by Mani Poopal, CCIE, Lead Networking Instructor at CISNET, who teaches Security+ and CCNP. Last reviewed September 22, 2026.

Security+ questions use acronyms without expanding them, so every second spent decoding SOAR or RPO is a second taken from the scenario itself. This page lists 113 high-value CompTIA Security+ SY0-701 acronyms in full, grouped by exam domain, each with its expansion and, where the expansion alone will not earn the mark, a note on what the question is really testing. The flashcard drill below runs over the same 113 entries, saves the ones you miss between sessions, and lets you re-run only those.

1 of 113 · Cryptography & PKI

CA

Where this list comes from, and how to use it

The source is the acronym appendix CompTIA publishes with the SY0-701 exam objectives, downloadable from the official CompTIA Security+ page. That appendix is the authoritative boundary of what the exam can use, and it is longer than what follows here. This page is not a copy of it: it carries the entries our instructors see tested, and adds what the appendix does not have, a note on roughly half the entries explaining what the exam actually asks about that term. If an acronym from a practice question is missing below, check the appendix.

Use it in two passes. Read one domain end to end first, so each acronym sits beside its neighbours, because that is the context the exam uses to disambiguate them. Then drill that same domain above until the expansions are automatic and let the missed list narrow what you return to. For a paper copy, print this page or save it as a PDF with Ctrl and P, or Command and P on a Mac: the drill and the calls to action drop out and the full list prints as a clean reference sheet.

Cryptography and PKI acronyms

22 entries. Algorithms, key handling and the certificate lifecycle. These travel together in questions: a CSR goes to a CA, the CA issues the certificate, and revocation gets checked either against a published CRL or with a live OCSP query.

AcronymExpansionExam note
AESAdvanced Encryption StandardSymmetric block cipher. 128, 192 or 256 bit keys.
CACertificate Authority
CRLCertificate Revocation ListPeriodically published list. OCSP is the real-time alternative.
CSRCertificate Signing Request
DSADigital Signature Algorithm
ECCElliptic Curve CryptographyEquivalent strength to RSA at much smaller key sizes. Suits mobile and IoT.
FDEFull Disk Encryption
HMACHash-based Message Authentication CodeProvides integrity and authenticity, not confidentiality.
HSMHardware Security ModuleDedicated appliance for key generation and storage.
IVInitialization Vector
KEKKey Encryption Key
OCSPOnline Certificate Status ProtocolReal-time revocation check. Contrast with a CRL.
PBKDF2Password-Based Key Derivation Function 2Key stretching. Slows brute force against stored passwords.
PFSPerfect Forward SecrecyA compromised long-term key cannot decrypt past sessions.
PGPPretty Good Privacy
PKIPublic Key Infrastructure
RSARivest, Shamir and AdlemanAsymmetric algorithm. Named after its three authors.
SEDSelf-Encrypting Drive
SHASecure Hash Algorithm
S/MIMESecure/Multipurpose Internet Mail Extensions
TLSTransport Layer SecuritySuccessor to SSL. SSL is deprecated but the name persists in product docs.
TPMTrusted Platform ModuleOn-board chip. Contrast with an HSM, which is a separate appliance.

Identity and access management acronyms

22 entries. Authentication protocols, federation and the access control models. The models are where candidates lose marks, because MAC, DAC, RBAC and ABAC all answer one English question, who may set permissions, with four different mechanisms.

AcronymExpansionExam note
AAAAuthentication, Authorization and Accounting
ABACAttribute-Based Access Control
CHAPChallenge Handshake Authentication Protocol
DACDiscretionary Access ControlThe data owner sets permissions.
EAPExtensible Authentication Protocol
FRRFalse Rejection RateBiometrics. Legitimate user wrongly rejected. FAR is the opposite error.
HOTPHMAC-based One-Time PasswordCounter-based. TOTP is the time-based variant.
IAMIdentity and Access Management
KDCKey Distribution CenterKerberos component that issues tickets.
LDAPLightweight Directory Access ProtocolPort 389. LDAPS over TLS is 636.
MACMandatory Access ControlAlso expands to Media Access Control and Message Authentication Code. Context decides.
MFAMultifactor Authentication
OAuthOpen AuthorizationAuthorization, not authentication. OpenID Connect adds the authentication layer.
PAMPrivileged Access ManagementAlso Pluggable Authentication Modules in a Linux context.
PAPPassword Authentication ProtocolSends credentials in plaintext. Legacy.
RADIUSRemote Authentication Dial-In User ServiceUDP 1812 and 1813. Encrypts only the password field.
RBACRole-Based Access ControlAlso used for Rule-Based Access Control. Read the question carefully.
SAMLSecurity Assertion Markup LanguageXML-based federation. Common for enterprise SSO.
SSOSingle Sign-On
TACACS+Terminal Access Controller Access Control System PlusTCP 49. Encrypts the whole payload and separates AAA functions.
TGTTicket Granting Ticket
TOTPTime-based One-Time Password

Network security acronyms

21 entries. Perimeter controls, email authentication and wireless. Most of these name a product or protocol you would pick in a design answer, so attach each expansion to the one job its nearest neighbour does not do.

AcronymExpansionExam note
ACLAccess Control List
CASBCloud Access Security BrokerPolicy enforcement point between users and cloud services.
DLPData Loss Prevention
DMARCDomain-based Message Authentication, Reporting and ConformanceBuilds on SPF and DKIM.
DKIMDomainKeys Identified Mail
DNSSECDomain Name System Security Extensions
IDSIntrusion Detection SystemDetects and alerts. An IPS also blocks.
IPSIntrusion Prevention System
IPSecInternet Protocol SecurityESP is protocol 50, AH is 51, IKE is UDP 500.
NACNetwork Access Control
NATNetwork Address Translation
NGFWNext-Generation FirewallAdds application awareness and deep inspection over a stateful firewall.
SASESecure Access Service EdgeConverges SD-WAN with cloud-delivered security.
SD-WANSoftware-Defined Wide Area Network
SPFSender Policy FrameworkIn an email context. In routing, SPF means Shortest Path First.
SWGSecure Web Gateway
UTMUnified Threat Management
VPNVirtual Private Network
WAFWeb Application FirewallLayer 7. Mitigates SQLi and XSS.
WPA3Wi-Fi Protected Access 3Uses SAE instead of the pre-shared key handshake in WPA2.
SAESimultaneous Authentication of EqualsThe WPA3 handshake. Replaces the WPA2 four-way handshake.

Threats and attacks acronyms

16 entries. Attack names, vulnerability identifiers and threat intelligence formats. Two habits pay here: know which identifier is a name and which is a score, and remember that SY0-701 writes on-path rather than MITM, which does not appear in its objectives at all.

AcronymExpansionExam note
APTAdvanced Persistent Threat
ARPAddress Resolution ProtocolARP poisoning underpins most on-path attacks on a LAN. SY0-701 says on-path, never MITM: MITM is not in its acronym list.
CSRFCross-Site Request ForgeryAlso written XSRF. Mitigated with anti-forgery tokens.
CVECommon Vulnerabilities and ExposuresThe identifier. CVSS is the severity score.
CVSSCommon Vulnerability Scoring System0.0 to 10.0 severity score.
DDoSDistributed Denial of Service
DoSDenial of Service
IoCIndicator of Compromise
OSINTOpen Source Intelligence
PUPPotentially Unwanted Program
RATRemote Access Trojan
SQLiSQL InjectionMitigated with parameterised queries and input validation.
STIXStructured Threat Information eXpressionThe format. TAXII is the transport.
TAXIITrusted Automated eXchange of Intelligence Information
TTPTactics, Techniques and Procedures
XSSCross-Site ScriptingMitigated with output encoding and a content security policy.

Security operations and incident response acronyms

17 entries. Detection tooling, incident response roles and the continuity metrics. The metrics carry the most weight here because they appear inside calculations and inside scenarios about how much downtime or data loss a business will accept.

AcronymExpansionExam note
BCPBusiness Continuity Plan
BIABusiness Impact AnalysisProduces RTO and RPO values.
CIRTComputer Incident Response Team
DRPDisaster Recovery Plan
EDREndpoint Detection and Response
FIMFile Integrity Monitoring
HIDSHost-based Intrusion Detection System
IRIncident Response
MTBFMean Time Between FailuresReliability metric for repairable systems.
MTTRMean Time To Repair
RPORecovery Point ObjectiveHow much DATA loss is acceptable. RTO is about TIME.
RTORecovery Time ObjectiveHow long recovery may take.
SIEMSecurity Information and Event ManagementAggregates and correlates logs. SOAR adds automated response.
SOARSecurity Orchestration, Automation and Response
SOCSecurity Operations CenterAlso System on Chip in a hardware question.
UEBAUser and Entity Behavior Analytics
XDRExtended Detection and Response

Governance, risk and compliance acronyms

15 entries. Risk quantification, agreement types and data classification. The risk acronyms are the ones you do arithmetic with. The agreement acronyms sort by one question: does this document bind anyone.

AcronymExpansionExam note
ALEAnnualized Loss ExpectancyALE = SLE x ARO. Expect the calculation.
AROAnnualized Rate of Occurrence
AUPAcceptable Use Policy
CIAConfidentiality, Integrity and Availability
GDPRGeneral Data Protection Regulation
MOUMemorandum of UnderstandingNon-binding. An MSA and an SLA are contractual.
MSAMaster Service Agreement
NDANon-Disclosure Agreement
PCI DSSPayment Card Industry Data Security Standard
PHIProtected Health Information
PIIPersonally Identifiable Information
RARegistration AuthorityAlso Recovery Agent in a key management question.
SLAService Level Agreement
SLESingle Loss ExpectancySLE = asset value x exposure factor.
SOWStatement of Work

Security+ acronym pairs people confuse

These are the pairs that read as synonyms in plain English and mean different things on the exam. CompTIA writes distractors out of exactly this list, so a pair you cannot split in one sentence is a mark you are likely to drop.

PairThe distinction
RTO vs RPORTO is how long recovery may take. RPO is how much data you may lose, which sets backup frequency.
IDS vs IPSAn IDS detects and alerts. An IPS sits inline and blocks.
SLE vs ALESLE is the cost of one loss event. ALE is SLE multiplied by the annualized rate of occurrence.
CRL vs OCSPA CRL is a periodically published revocation list. OCSP is a real-time status query for one certificate.
CSR vs CAA CSR is the request you generate with your public key. The CA is the authority that signs and issues.
HSM vs TPMAn HSM is a separate hardware appliance. A TPM is a chip on the system board.
HOTP vs TOTPHOTP increments a counter per use. TOTP rolls on a time window.
SIEM vs SOARA SIEM aggregates and correlates logs, then alerts. SOAR runs the automated response to that alert.
EDR vs XDREDR watches endpoints. XDR correlates endpoint telemetry with network, cloud and identity signals.
MOU vs MSAAn MOU records intent and is not binding. An MSA is the contract the work is delivered under.
MAC vs DACUnder MAC the system enforces labels and users cannot override them. Under DAC the data owner sets permissions.
RBAC vs ABACRBAC grants by job role. ABAC evaluates attributes such as device, location and time at access time.
SAML vs OAuthSAML carries authentication assertions for enterprise SSO. OAuth delegates authorization to an application.
OAuth vs OIDCOAuth is authorization only. OpenID Connect is the identity layer built on top of it.
RADIUS vs TACACS+RADIUS uses UDP and encrypts only the password. TACACS+ uses TCP 49 and encrypts the whole payload.
FAR vs FRRFAR is a biometric wrongly accepting an impostor. FRR is it wrongly rejecting a legitimate user.
SPF vs DKIMSPF publishes which hosts may send for a domain. DKIM signs the message so the content can be verified.
DKIM vs DMARCDKIM is the signature. DMARC is the policy that says what to do when SPF or DKIM fails, plus reporting.
CVE vs CVSSA CVE is the identifier for a specific vulnerability. CVSS is the severity score attached to it.
STIX vs TAXIISTIX is the format threat intelligence is written in. TAXII is the protocol that moves it.
XSS vs CSRFXSS runs attacker script in the victim browser. CSRF makes the authenticated victim submit a request they did not intend.
MTBF vs MTTRMTBF is the average uptime between failures. MTTR is the average time taken to repair one.
BCP vs DRPA BCP keeps the business operating through disruption. A DRP restores the technology afterwards.
BIA vs BCPThe BIA is the analysis that produces RTO and RPO values. The BCP is the plan built on those values.
AH vs ESPIn IPSec, AH gives integrity and authentication only. ESP adds confidentiality through encryption.
WPA2 vs WPA3WPA2 uses the four-way handshake with a pre-shared key. WPA3 replaces it with SAE.
PII vs PHIPII identifies a person. PHI is health information, which carries its own regulatory handling requirements.
SHA vs HMACSHA hashes for integrity. HMAC adds a shared secret so the hash also proves authenticity.

What we watch candidates get wrong in class

Mani Poopal, who teaches Security+ at CISNET: the acronyms that cost marks in class are almost never the obscure ones. They are the pairs that sound interchangeable in English. In most cohorts somebody reads RTO and RPO as two ways of saying the same thing, then loses a recovery scenario because the question was about how much data could be lost and they answered about elapsed time. The same pattern repeats with IDS and IPS the moment a question mentions blocking, and with SLE and ALE whenever a figure needs multiplying by the rate of occurrence.

The second trap is the acronyms with more than one expansion. MAC is the clearest case. A student who arrived from the networking side has learned Media Access Control and will reach for a switching answer inside an access control question. The fix we teach is procedural: read the scenario first, expand the acronym second, because the scenario is the only thing that disambiguates it.

The third is treating the appendix as vocabulary rather than behaviour. Knowing that SOAR expands to Security Orchestration, Automation and Response earns nothing by itself, because the exam asks which tool removes the manual step from a repeated response task. So when you drill, say the expansion and then one sentence about what the thing does. If you cannot produce that sentence you do not know the term well enough for a scenario question, and the performance-based questions are built entirely out of scenarios.

Related study tools

Pair this with the Security+ study guide for a week by week plan, the common attack types breakdown for the threat domain, and symmetric versus asymmetric encryption for the cryptography acronyms. The SY0-701 versus SY0-801 comparison tracks what CompTIA has published about the next version, and the ports and protocols reference covers the other list Security+ expects you to have memorised.

Frequently Asked Questions

Do I really need to memorise the Security+ acronym list?

You need to recognise them instantly, which is not quite the same as reciting the list. Security+ questions use acronyms without expanding them, so if you stall on what SOAR or RPO means you lose time you needed for the scenario itself. The pairs that matter most are the ones that are easy to confuse: RTO against RPO, IDS against IPS, SLE against ALE, CRL against OCSP. Those turn up as distractors specifically because candidates mix them up.

Which acronyms have more than one meaning on Security+?

Several, and the exam uses that deliberately. MAC is Mandatory Access Control, Media Access Control, or Message Authentication Code depending on context. RBAC covers both Role-Based and Rule-Based Access Control. SOC is a Security Operations Center or a System on Chip. PAM is Privileged Access Management or Pluggable Authentication Modules. SPF is Sender Policy Framework in email and Shortest Path First in routing. Read the surrounding scenario before choosing.

What is the difference between RTO and RPO?

RTO, Recovery Time Objective, is about time: how long the business can tolerate the system being down. RPO, Recovery Point Objective, is about data: how much data the business can afford to lose, which in practice sets your backup frequency. A four hour RPO means backing up at least every four hours. Exam questions often give you a scenario and expect you to pick which objective it describes, so anchor on time versus data.

What does SOAR stand for on Security+?

SOAR stands for Security Orchestration, Automation and Response. On Security+ it is the layer that acts on an alert rather than the layer that raises it: the SIEM collects and correlates log data and produces the alert, and SOAR runs the playbook that contains or remediates it without an analyst repeating the same manual steps. If a question describes automating a repetitive response task, the answer is SOAR. If it describes collecting and correlating logs from many sources, the answer is SIEM.

What is UEBA in Security+?

UEBA stands for User and Entity Behavior Analytics. It builds a baseline of normal behaviour for users and for non-human entities such as servers and service accounts, then flags activity that deviates from that baseline. That is how it catches a compromised account operating with valid credentials, where signature-based controls see nothing malicious because nothing malicious is being executed. Expect UEBA as the answer when a scenario describes an account behaving unlike itself: an unusual hour, an unusual location, or data it has never touched before.

How many acronyms are on the SY0-701 exam?

CompTIA does not test a fixed number. It publishes an acronym appendix with the SY0-701 exam objectives and draws on it throughout the exam, so that appendix is the authoritative list and it is longer than the one on this page. Download it from CompTIA and treat it as the boundary of what can appear. This page carries the 113 entries our Security+ instructors see tested most, grouped by domain and annotated where the expansion alone is not enough to answer.

Is the acronym list changing for SY0-801?

CompTIA republishes the acronym appendix with each exam version, and core concepts like CIA, RTO, RPO, PKI and MFA have been stable across several versions, so they are safe to learn now. Draft objectives for the next Security+ version exist on CompTIA's objectives-under-development page, and until CompTIA finalises them, treat anything specific about the new appendix as provisional rather than fact. Our SY0-701 versus SY0-801 comparison tracks what has actually been published.

Acronyms are the easy part

Recall gets you through the definition questions. The performance-based questions test whether you can apply the concept under time pressure. CISNET runs live, instructor led Security+ training with exam prep and first try support built in.

Ready to Advance Your IT Career?

Get in touch to find the right certification path for your goals.

Get in Touch
CCNAAWSSecurity+CompTIA A+PMP