Acronym Dictionary

316 acronyms from the SY0-701 exam objectives. Search by acronym, meaning, or description.

316 results

A

AAAAuthentication, Authorization, and Accounting
Identity & Access

Framework for verifying identity, granting rights, and logging usage.

ACLAccess Control List
Identity & Access

Ordered set of rules that permits or denies traffic or access to resources.

AESAdvanced Encryption Standard
Cryptography & PKI

Modern symmetric block cipher used to encrypt data with 128, 192, or 256-bit keys.

AHAuthentication Header
Networking & Protocols

IPSec protocol that provides integrity and authentication but not encryption.

AIArtificial Intelligence
General Concepts

Technology that enables machines to perform tasks requiring human-like reasoning, used in both defense and attacks.

AISAutomated Indicator Sharing
Operations & Monitoring

CISA program for machine-speed exchange of cyber threat indicators between organizations.

ALEAnnualized Loss Expectancy
Governance & Risk

Expected yearly monetary loss from a risk, calculated as SLE times ARO.

APAccess Point
Networking & Protocols

Device that lets wireless clients connect to a wired network.

APIApplication Programming Interface
Architecture & Infrastructure

Defined interface that lets software components communicate, and a common attack surface.

APTAdvanced Persistent Threat
Threats & Attacks

Well-funded, skilled adversary (often nation-state) that maintains long-term stealthy access to a target.

AROAnnualized Rate of Occurrence
Governance & Risk

Estimated number of times a specific risk event will happen in a year.

ARPAddress Resolution Protocol
Networking & Protocols

Maps IP addresses to MAC addresses on a local network and can be poisoned for on-path attacks.

ASLRAddress Space Layout Randomization
Architecture & Infrastructure

Memory protection that randomizes where code loads to make buffer overflow exploits harder.

ATT&CKAdversarial Tactics, Techniques, and Common Knowledge
Threats & Attacks

MITRE knowledge base cataloging real-world attacker tactics and techniques.

AUPAcceptable Use Policy
Governance & Risk

Policy defining how employees may use company systems and data.

AVAntivirus
Operations & Monitoring

Software that detects and removes malicious software, typically using signatures and heuristics.

B

BASHBourne Again Shell
General Concepts

Common Linux command-line shell and scripting language used by admins and attackers alike.

BCPBusiness Continuity Planning
Governance & Risk

Process of preparing an organization to keep critical operations running during a disruption.

BGPBorder Gateway Protocol
Networking & Protocols

Routing protocol that connects networks across the internet and can be hijacked to redirect traffic.

BIABusiness Impact Analysis
Governance & Risk

Assessment identifying critical business functions and the effect of their loss.

BIOSBasic Input/Output System
Architecture & Infrastructure

Legacy firmware that initializes hardware before the operating system boots.

BPABusiness Partners Agreement
Governance & Risk

Contract defining responsibilities and profit sharing between business partners.

BPDUBridge Protocol Data Unit
Networking & Protocols

Spanning Tree Protocol message exchanged by switches; BPDU guard protects against rogue switches.

BYODBring Your Own Device
Architecture & Infrastructure

Deployment model where employees use personal devices for work, raising management and data-control risks.

C

CACertificate Authority
Cryptography & PKI

Trusted entity that issues and signs digital certificates in a PKI.

CAPTCHACompletely Automated Public Turing Test to Tell Computers and Humans Apart
Identity & Access

Challenge-response test that blocks automated bots from abusing web forms.

CARCorrective Action Report
Governance & Risk

Document describing actions taken to fix a deficiency found during an audit or incident.

CASBCloud Access Security Broker
Architecture & Infrastructure

Enforcement point between users and cloud services that applies security policy to cloud use.

CBCCipher Block Chaining
Cryptography & PKI

Block cipher mode that XORs each plaintext block with the previous ciphertext block.

CCMPCounter Mode/CBC-MAC Protocol
Cryptography & PKI

AES-based encryption protocol used by WPA2 for wireless confidentiality and integrity.

CCTVClosed-Circuit Television
Operations & Monitoring

Video surveillance system used as a physical security detective control.

CERTComputer Emergency Response Team
Operations & Monitoring

Group responsible for responding to and coordinating handling of security incidents.

CFBCipher Feedback
Cryptography & PKI

Block cipher mode that turns a block cipher into a self-synchronizing stream cipher.

CHAPChallenge Handshake Authentication Protocol
Identity & Access

Authentication method that proves knowledge of a password using a challenge and hash instead of sending it.

CIAConfidentiality, Integrity, Availability
General Concepts

The three core goals of information security, known as the CIA triad.

CIOChief Information Officer
Governance & Risk

Executive responsible for an organization's overall information technology strategy.

CIRTComputer Incident Response Team
Operations & Monitoring

Team that investigates and manages the response to security incidents.

CMSContent Management System
Architecture & Infrastructure

Software for creating and managing website content, a frequent target of web attacks.

COOPContinuity of Operation Planning
Governance & Risk

Planning that ensures essential functions continue during and after an emergency.

COPECorporate Owned, Personally Enabled
Architecture & Infrastructure

Mobile deployment model where the company owns the device but allows personal use.

CPContingency Planning
Governance & Risk

Preparing alternative courses of action for when normal operations fail.

CRCCyclical Redundancy Check
General Concepts

Error-detecting code used to catch accidental changes to data in transit or storage.

CRLCertificate Revocation List
Cryptography & PKI

CA-published list of certificates that have been revoked before expiration.

CSOChief Security Officer
Governance & Risk

Executive responsible for the organization's overall security program.

CSPCloud Service Provider
Architecture & Infrastructure

Company that delivers cloud computing services such as IaaS, PaaS, or SaaS.

CSRCertificate Signing Request
Cryptography & PKI

Message containing a public key and identity details sent to a CA to request a certificate.

CSRFCross-Site Request Forgery
Threats & Attacks

Attack that tricks an authenticated user's browser into submitting unwanted requests to a site.

CSUChannel Service Unit
Networking & Protocols

Device that terminates a digital WAN circuit at the customer premises.

CTMCounter Mode
Cryptography & PKI

Block cipher mode that encrypts a counter value to create a parallelizable stream cipher.

CTOChief Technology Officer
Governance & Risk

Executive responsible for an organization's technology direction and development.

CVECommon Vulnerabilities and Exposures
Operations & Monitoring

Standardized identifier system for publicly known vulnerabilities.

CVSSCommon Vulnerability Scoring System
Operations & Monitoring

Framework that scores vulnerability severity from 0 to 10 to help prioritize remediation.

CYODChoose Your Own Device
Architecture & Infrastructure

Mobile model where employees pick a device from a company-approved list.

D

DACDiscretionary Access Control
Identity & Access

Access model where the resource owner decides who gets access.

DBADatabase Administrator
Governance & Risk

Role responsible for managing, securing, and maintaining databases.

DDoSDistributed Denial of Service
Threats & Attacks

Attack that floods a target with traffic from many compromised systems to make it unavailable.

DEPData Execution Prevention
Architecture & Infrastructure

Memory protection that blocks code from running in regions marked as data.

DESDigital Encryption Standard
Cryptography & PKI

Obsolete 56-bit symmetric cipher now considered too weak for use.

DHCPDynamic Host Configuration Protocol
Networking & Protocols

Protocol that automatically assigns IP addresses and network settings to hosts.

DKIMDomainKeys Identified Mail
Networking & Protocols

Email authentication that cryptographically signs messages to prove the sending domain.

DLLDynamic Link Library
Architecture & Infrastructure

Shared Windows code library that attackers abuse through DLL injection and sideloading.

DLPData Loss Prevention
Operations & Monitoring

Technology that detects and blocks sensitive data from leaving the organization.

DMARCDomain-based Message Authentication, Reporting, and Conformance
Networking & Protocols

Email policy standard that builds on SPF and DKIM to block spoofed messages.

DNATDestination Network Address Translation
Networking & Protocols

NAT variant that rewrites the destination address, commonly used to publish internal services.

DNSDomain Name System
Networking & Protocols

Service that translates domain names to IP addresses and is a target of poisoning and hijacking.

DoSDenial of Service
Threats & Attacks

Attack that overwhelms or crashes a system so legitimate users cannot access it.

DPOData Privacy Officer
Governance & Risk

Role accountable for an organization's data privacy compliance, required under GDPR.

DRPDisaster Recovery Plan
Governance & Risk

Documented procedures for restoring IT systems and data after a disaster.

DSADigital Signature Algorithm
Cryptography & PKI

Asymmetric algorithm standardized for creating digital signatures.

DSLDigital Subscriber Line
Networking & Protocols

Broadband internet technology delivered over telephone lines.

E

EAPExtensible Authentication Protocol
Identity & Access

Authentication framework supporting many methods, widely used in wireless and 802.1X.

ECBElectronic Code Book
Cryptography & PKI

Weakest block cipher mode because identical plaintext blocks produce identical ciphertext.

ECCElliptic Curve Cryptography
Cryptography & PKI

Asymmetric cryptography that achieves strong security with small keys, ideal for mobile and IoT.

ECDHEElliptic Curve Diffie-Hellman Ephemeral
Cryptography & PKI

Key exchange using ephemeral elliptic curve keys to provide forward secrecy.

ECDSAElliptic Curve Digital Signature Algorithm
Cryptography & PKI

Digital signature algorithm based on elliptic curve cryptography.

EDREndpoint Detection and Response
Operations & Monitoring

Endpoint tool that continuously monitors, detects, and responds to threats on hosts.

EFSEncrypted File System
Cryptography & PKI

Windows feature for encrypting individual files and folders on NTFS volumes.

ERPEnterprise Resource Planning
Architecture & Infrastructure

Integrated business software suite whose central role makes it a high-value target.

ESNElectronic Serial Number
General Concepts

Unique identifier embedded in a mobile device by the manufacturer.

ESPEncapsulating Security Payload
Networking & Protocols

IPSec protocol that provides encryption plus integrity for tunneled traffic.

F

FACLFile System Access Control List
Identity & Access

Per-file list of permissions defining which users can read, write, or execute it.

FDEFull Disk Encryption
Cryptography & PKI

Encrypting an entire drive so data is protected if the device is lost or stolen.

FIMFile Integrity Monitoring
Operations & Monitoring

Tool that alerts when critical files change unexpectedly, indicating possible compromise.

FPGAField Programmable Gate Array
Architecture & Infrastructure

Reprogrammable hardware chip used in embedded systems and specialized appliances.

FRRFalse Rejection Rate
Identity & Access

How often a biometric system wrongly rejects a legitimate user.

FTPFile Transfer Protocol
Networking & Protocols

Legacy protocol for transferring files that sends credentials and data in cleartext.

FTPSSecured File Transfer Protocol
Networking & Protocols

FTP protected with TLS encryption for secure file transfers.

G

GCMGalois Counter Mode
Cryptography & PKI

Authenticated block cipher mode providing both encryption and integrity in one pass.

GDPRGeneral Data Protection Regulation
Governance & Risk

EU law governing personal data protection with heavy fines for violations.

GPGGNU Privacy Guard
Cryptography & PKI

Free open-source implementation of PGP for encrypting and signing data and email.

GPOGroup Policy Object
Operations & Monitoring

Windows Active Directory mechanism for centrally enforcing configuration and security settings.

GPSGlobal Positioning System
General Concepts

Satellite location service used for geofencing, geolocation, and device tracking.

GPUGraphics Processing Unit
Architecture & Infrastructure

Parallel processor that dramatically accelerates password cracking and hash computation.

GREGeneric Routing Encapsulation
Networking & Protocols

Tunneling protocol that encapsulates packets but provides no encryption by itself.

H

HAHigh Availability
Architecture & Infrastructure

Designing systems with redundancy so services stay up despite failures.

HDDHard Disk Drive
Architecture & Infrastructure

Magnetic spinning-platter storage device requiring wiping or destruction for secure disposal.

HIDSHost-based Intrusion Detection System
Operations & Monitoring

Software on a single host that detects and alerts on suspicious activity.

HIPSHost-based Intrusion Prevention System
Operations & Monitoring

Host software that detects and actively blocks malicious activity on that machine.

HMACHashed Message Authentication Code
Cryptography & PKI

Keyed hash that verifies both the integrity and authenticity of a message.

HOTPHMAC-based One-Time Password
Identity & Access

One-time password algorithm based on a counter and shared secret.

HSMHardware Security Module
Cryptography & PKI

Dedicated tamper-resistant hardware for generating, storing, and using cryptographic keys.

HTMLHypertext Markup Language
General Concepts

Standard language for building web pages, often abused in phishing and injection attacks.

HTTPHypertext Transfer Protocol
Networking & Protocols

Unencrypted protocol for web traffic on port 80.

HTTPSHypertext Transfer Protocol Secure
Networking & Protocols

Web traffic encrypted with TLS on port 443.

HVACHeating, Ventilation, and Air Conditioning
Architecture & Infrastructure

Environmental control systems critical to data center availability and often network-connected.

I

IaaSInfrastructure as a Service
Architecture & Infrastructure

Cloud model where the provider supplies virtualized compute, storage, and networking.

IaCInfrastructure as Code
Architecture & Infrastructure

Managing infrastructure through machine-readable definition files for consistent, repeatable deployments.

IAMIdentity and Access Management
Identity & Access

Processes and tools for managing user identities and controlling what they can access.

ICMPInternet Control Message Protocol
Networking & Protocols

Protocol for network diagnostics like ping, and a vector for floods and tunneling.

ICSIndustrial Control Systems
Architecture & Infrastructure

Systems that control industrial processes, often legacy and difficult to patch.

IDEAInternational Data Encryption Algorithm
Cryptography & PKI

Symmetric block cipher historically used in PGP.

IDFIntermediate Distribution Frame
Architecture & Infrastructure

Wiring closet that connects local cabling back to the main distribution frame.

IdPIdentity Provider
Identity & Access

Service that authenticates users and asserts their identity to other applications in federation.

IDSIntrusion Detection System
Operations & Monitoring

System that monitors traffic or hosts for malicious activity and raises alerts.

IEEEInstitute of Electrical and Electronics Engineers
General Concepts

Standards body behind specifications such as 802.11 wireless and 802.1X.

IKEInternet Key Exchange
Networking & Protocols

Protocol that negotiates keys and security associations for IPSec tunnels.

IMInstant Messaging
General Concepts

Real-time chat communication that can leak data or deliver phishing links.

IMAPInternet Message Access Protocol
Networking & Protocols

Email retrieval protocol that keeps messages synchronized on the server, port 143 or 993 with TLS.

IoCIndicators of Compromise
Operations & Monitoring

Forensic artifacts such as hashes, IPs, or domains that signal a system has been breached.

IoTInternet of Things
Architecture & Infrastructure

Network-connected embedded devices that often ship with weak default security.

IPInternet Protocol
Networking & Protocols

Core protocol that addresses and routes packets across networks.

IPSIntrusion Prevention System
Operations & Monitoring

Inline system that detects malicious traffic and actively blocks it.

IPSecInternet Protocol Security
Networking & Protocols

Suite of protocols that encrypts and authenticates IP traffic, commonly used for VPNs.

IRIncident Response
Operations & Monitoring

Structured process for detecting, containing, eradicating, and recovering from security incidents.

IRCInternet Relay Chat
Networking & Protocols

Legacy chat protocol historically used for botnet command and control.

IRPIncident Response Plan
Operations & Monitoring

Documented playbook defining roles and steps for handling security incidents.

ISOInternational Standards Organization
Governance & Risk

Body publishing standards such as ISO 27001 for information security management.

ISPInternet Service Provider
Networking & Protocols

Company that provides organizations and individuals with internet connectivity.

ISSOInformation Systems Security Officer
Governance & Risk

Role responsible for maintaining the security posture of specific information systems.

IVInitialization Vector
Cryptography & PKI

Random value that makes each encryption unique; reuse (as in WEP) enables attacks.

K

KDCKey Distribution Center
Identity & Access

Kerberos component that issues tickets for authenticating users to services.

KEKKey Encryption Key
Cryptography & PKI

Key used to encrypt and protect other cryptographic keys.

L

L2TPLayer 2 Tunneling Protocol
Networking & Protocols

VPN tunneling protocol that requires pairing with IPSec for encryption.

LANLocal Area Network
Networking & Protocols

Network covering a small geographic area such as an office or building.

LDAPLightweight Directory Access Protocol
Identity & Access

Protocol for querying directory services like Active Directory; use LDAPS for encryption.

LEAPLightweight Extensible Authentication Protocol
Identity & Access

Deprecated Cisco wireless authentication protocol vulnerable to dictionary attacks.

M

MaaSMonitoring as a Service
Operations & Monitoring

Cloud-delivered service providing outsourced monitoring of systems and security events.

MACMandatory Access Control
Identity & Access

Access model where the system enforces labels and clearances that users cannot change; also refers to Media Access Control addresses and Message Authentication Codes.

MANMetropolitan Area Network
Networking & Protocols

Network spanning a city or campus, larger than a LAN but smaller than a WAN.

MBRMaster Boot Record
Architecture & Infrastructure

Legacy first sector of a disk containing boot code, a classic target for bootkits.

MD5Message Digest 5
Cryptography & PKI

Broken 128-bit hash function that should not be used because collisions are easy to create.

MDFMain Distribution Frame
Architecture & Infrastructure

Primary wiring point where external circuits connect to internal cabling.

MDMMobile Device Management
Operations & Monitoring

Platform for centrally enforcing security policy, and remotely wiping, mobile devices.

MFAMultifactor Authentication
Identity & Access

Requiring two or more different factor types (know, have, are) to authenticate.

MFDMultifunction Device
Architecture & Infrastructure

Combined printer, scanner, and fax device that stores data and needs hardening.

MFPMultifunction Printer
Architecture & Infrastructure

Networked printer with scan and copy features that can retain sensitive documents.

MLMachine Learning
General Concepts

AI technique where systems learn from data, used in threat detection and adversarial attacks.

MMSMultimedia Message Service
Networking & Protocols

Mobile messaging for images and media, exploitable for phishing and malware delivery.

MOAMemorandum of Agreement
Governance & Risk

Formal document stating agreed terms and responsibilities between two parties.

MOUMemorandum of Understanding
Governance & Risk

Informal, usually non-binding, agreement outlining mutual intentions between parties.

MPLSMultiprotocol Label Switching
Networking & Protocols

Carrier WAN technology that routes traffic by labels for performance and traffic separation.

MSAMaster Service Agreement
Governance & Risk

Overarching contract defining general terms that govern future work between parties.

MSCHAPMicrosoft Challenge Handshake Authentication Protocol
Identity & Access

Microsoft's CHAP variant, now considered weak and crackable.

MSPManaged Service Provider
Governance & Risk

Third party that operates a customer's IT infrastructure and represents supply chain risk.

MSSPManaged Security Service Provider
Operations & Monitoring

Third party delivering outsourced security operations such as monitoring and management.

MTBFMean Time Between Failures
Governance & Risk

Average operating time between failures of a repairable system, a reliability metric.

MTTFMean Time to Failure
Governance & Risk

Average lifespan before failure for a non-repairable component.

MTTRMean Time to Recover
Governance & Risk

Average time needed to repair a failed system and restore service.

MTUMaximum Transmission Unit
Networking & Protocols

Largest packet size a network link can carry without fragmentation.

N

NACNetwork Access Control
Identity & Access

Technology that checks device health and identity before allowing network access.

NATNetwork Address Translation
Networking & Protocols

Translates private internal IP addresses to public ones, hiding internal topology.

NDANon-Disclosure Agreement
Governance & Risk

Legal contract binding parties to keep specified information confidential.

NFCNear Field Communication
Networking & Protocols

Short-range wireless used for contactless payments, vulnerable to skimming and relay attacks.

NGFWNext-Generation Firewall
Architecture & Infrastructure

Firewall adding application awareness, deep packet inspection, and intrusion prevention.

NIDSNetwork-based Intrusion Detection System
Operations & Monitoring

Sensor that monitors network traffic for attacks and generates alerts.

NIPSNetwork-based Intrusion Prevention System
Operations & Monitoring

Inline network sensor that blocks detected attacks in real time.

NISTNational Institute of Standards and Technology
Governance & Risk

US agency that publishes security standards and frameworks such as the CSF and SP 800 series.

NTFSNew Technology File System
Architecture & Infrastructure

Windows file system supporting permissions, encryption, and auditing.

NTLMNew Technology LAN Manager
Identity & Access

Legacy Windows authentication protocol susceptible to pass-the-hash attacks.

NTPNetwork Time Protocol
Networking & Protocols

Synchronizes clocks across systems, which is essential for accurate log correlation.

O

OAUTHOpen Authorization
Identity & Access

Framework that lets applications get limited access to user resources without sharing passwords.

OCSPOnline Certificate Status Protocol
Cryptography & PKI

Real-time protocol for checking whether a certificate has been revoked.

OIDObject Identifier
Cryptography & PKI

Dotted-number identifier used in certificates and SNMP to name objects uniquely.

OSOperating System
General Concepts

Core software managing hardware and applications, and the main target of hardening baselines.

OSINTOpen-Source Intelligence
Threats & Attacks

Gathering intelligence from publicly available sources during reconnaissance.

OSPFOpen Shortest Path First
Networking & Protocols

Link-state interior routing protocol used within large enterprise networks.

OTOperational Technology
Architecture & Infrastructure

Hardware and software controlling physical processes, such as ICS and SCADA environments.

OTAOver the Air
Operations & Monitoring

Delivering updates or configuration to mobile devices wirelessly.

OVALOpen Vulnerability and Assessment Language
Operations & Monitoring

Standard language for describing and checking system vulnerability states.

P

P12PKCS #12
Cryptography & PKI

File format bundling a certificate and its private key, usually password protected.

P2PPeer to Peer
Networking & Protocols

Decentralized networking between hosts, often associated with piracy and malware spread.

PaaSPlatform as a Service
Architecture & Infrastructure

Cloud model providing a managed platform for developing and running applications.

PACProxy Auto Configuration
Networking & Protocols

Script that tells browsers which proxy to use, abusable to redirect traffic.

PAMPrivileged Access Management
Identity & Access

Controls that secure, vault, and monitor administrator and other privileged accounts.

PAPPassword Authentication Protocol
Identity & Access

Obsolete authentication method that transmits passwords in cleartext.

PATPort Address Translation
Networking & Protocols

NAT variant that maps many internal hosts to one public IP using different ports.

PBKDF2Password-Based Key Derivation Function 2
Cryptography & PKI

Key-stretching function that applies many hash iterations to slow password cracking.

PBXPrivate Branch Exchange
Architecture & Infrastructure

Corporate telephone switching system, a target of toll fraud and vishing.

PCAPPacket Capture
Operations & Monitoring

Recorded network traffic file used for analysis and forensics.

PCI DSSPayment Card Industry Data Security Standard
Governance & Risk

Contractual security standard for any organization handling payment card data.

PDUPower Distribution Unit
Architecture & Infrastructure

Rack device that distributes electrical power to data center equipment.

PEAPProtected Extensible Authentication Protocol
Identity & Access

EAP method that wraps authentication inside a TLS tunnel for wireless networks.

PEDPersonal Electronic Device
Architecture & Infrastructure

Portable device such as a phone or tablet governed by mobile security policy.

PEMPrivacy Enhanced Mail
Cryptography & PKI

Base64 text format for storing certificates and keys, marked by BEGIN/END headers.

PFSPerfect Forward Secrecy
Cryptography & PKI

Property ensuring past sessions stay secure even if the server's private key is later compromised.

PGPPretty Good Privacy
Cryptography & PKI

Program using public key cryptography to encrypt and sign email and files.

PHIPersonal Health Information
Governance & Risk

Health-related personal data protected by regulations such as HIPAA.

PIIPersonally Identifiable Information
Governance & Risk

Data that can identify a specific individual and requires privacy protection.

PIVPersonal Identity Verification
Identity & Access

US federal smart card standard for physical and logical access.

PKCSPublic Key Cryptography Standards
Cryptography & PKI

Family of standards (PKCS #1, #7, #12, etc.) defining public key formats and operations.

PKIPublic Key Infrastructure
Cryptography & PKI

System of CAs, certificates, and policies that binds public keys to identities.

POPPost Office Protocol
Networking & Protocols

Email retrieval protocol that downloads messages to the client, port 110 or 995 with TLS.

POTSPlain Old Telephone Service
Networking & Protocols

Traditional analog landline telephone network.

PPPPoint-to-Point Protocol
Networking & Protocols

Layer 2 protocol for direct connections between two nodes, with optional authentication.

PPTPPoint-to-Point Tunneling Protocol
Networking & Protocols

Obsolete VPN protocol with known cryptographic weaknesses.

PSKPre-Shared Key
Cryptography & PKI

Secret shared in advance and used to authenticate, as in WPA2-Personal wireless.

PTZPan-Tilt-Zoom
Operations & Monitoring

Camera capability allowing remote aiming and zooming for surveillance.

PUPPotentially Unwanted Program
Threats & Attacks

Software such as adware or toolbars installed alongside desired programs without clear consent.

R

RARegistration Authority
Cryptography & PKI

PKI component that verifies certificate requesters' identities on behalf of the CA; also stands for Recovery Agent.

RACEResearch and Development in Advanced Communications Technologies in Europe
General Concepts

European research program associated with the RIPEMD hash family's origins.

RADRapid Application Development
General Concepts

Development methodology favoring fast prototyping over lengthy upfront planning.

RADIUSRemote Authentication Dial-in User Service
Identity & Access

Centralized AAA protocol widely used for network and wireless authentication.

RAIDRedundant Array of Inexpensive Disks
Architecture & Infrastructure

Combining multiple disks for redundancy or performance to improve availability.

RASRemote Access Server
Networking & Protocols

Server that accepts and authenticates inbound remote connections.

RATRemote Access Trojan
Threats & Attacks

Malware giving attackers covert remote control of a victim's system.

RBACRole-Based Access Control
Identity & Access

Access model that assigns permissions to job roles rather than individuals; can also mean rule-based access control.

RC4Rivest Cipher version 4
Cryptography & PKI

Broken stream cipher formerly used in WEP and SSL, now prohibited.

RDPRemote Desktop Protocol
Networking & Protocols

Microsoft protocol for remote GUI access on port 3389, a favorite ransomware entry point.

RFIDRadio Frequency Identifier
Networking & Protocols

Wireless tag technology used in badges and inventory, vulnerable to cloning and skimming.

RIPEMDRACE Integrity Primitives Evaluation Message Digest
Cryptography & PKI

Family of cryptographic hash functions developed in Europe.

ROIReturn on Investment
Governance & Risk

Financial metric comparing the benefit of an investment, including security spending, to its cost.

RPORecovery Point Objective
Governance & Risk

Maximum acceptable amount of data loss measured in time, driving backup frequency.

RSARivest, Shamir, and Adleman
Cryptography & PKI

Widely used asymmetric algorithm for encryption and digital signatures based on factoring.

RTBHRemotely Triggered Black Hole
Networking & Protocols

DDoS mitigation technique that drops attack traffic by routing it to a null destination.

RTORecovery Time Objective
Governance & Risk

Maximum acceptable downtime before a system must be restored after a disruption.

RTOSReal-Time Operating System
Architecture & Infrastructure

OS with deterministic timing used in embedded and industrial devices, often hard to patch.

RTPReal-Time Transport Protocol
Networking & Protocols

Protocol carrying voice and video streams; SRTP is its secured version.

S

S/MIMESecure/Multipurpose Internet Mail Extensions
Cryptography & PKI

Standard for encrypting and digitally signing email using certificates.

SaaSSoftware as a Service
Architecture & Infrastructure

Cloud model where the provider hosts and delivers complete applications over the internet.

SAESimultaneous Authentication of Equals
Cryptography & PKI

WPA3 handshake that replaces the PSK exchange and resists offline dictionary attacks.

SAMLSecurity Assertions Markup Language
Identity & Access

XML standard for exchanging authentication assertions, enabling web single sign-on.

SANStorage Area Network
Architecture & Infrastructure

Dedicated high-speed network providing block-level storage; also Subject Alternative Name on certificates.

SASESecure Access Service Edge
Architecture & Infrastructure

Cloud-delivered architecture combining networking and security services for remote users.

SCADASupervisory Control and Data Acquisition
Architecture & Infrastructure

System for monitoring and controlling industrial processes across large areas.

SCAPSecurity Content Automation Protocol
Operations & Monitoring

NIST suite of standards for automating vulnerability and configuration compliance checks.

SCEPSimple Certificate Enrollment Protocol
Cryptography & PKI

Protocol for automatically enrolling devices for certificates, common in MDM.

SD-WANSoftware-Defined Wide Area Network
Architecture & Infrastructure

Software-managed WAN that routes traffic intelligently across multiple links.

SDKSoftware Development Kit
Architecture & Infrastructure

Bundle of tools and libraries for building software, which can introduce third-party risk.

SDLCSoftware Development Lifecycle
General Concepts

Phased process for building software, with security ideally embedded in every phase.

SDLMSoftware Development Lifecycle Methodology
General Concepts

Specific methodology, such as waterfall or agile, used to execute the SDLC.

SDNSoftware-Defined Networking
Architecture & Infrastructure

Architecture separating the network control plane from the data plane for centralized programmability.

SE LinuxSecurity-Enhanced Linux
Architecture & Infrastructure

Linux kernel module enforcing mandatory access control policies.

SEDSelf-Encrypting Drives
Cryptography & PKI

Storage drives with built-in hardware encryption of all data at rest.

SEHStructured Exception Handler
Threats & Attacks

Windows error-handling mechanism that attackers abuse in memory exploitation.

SFTPSecured File Transfer Protocol
Networking & Protocols

File transfer over SSH providing encrypted authentication and data transfer on port 22.

SHASecure Hashing Algorithm
Cryptography & PKI

Family of cryptographic hash functions; SHA-256 is a current standard while SHA-1 is deprecated.

SHTTPSecure Hypertext Transfer Protocol
Networking & Protocols

Obsolete alternative to HTTPS for securing individual web messages.

SIEMSecurity Information and Event Management
Operations & Monitoring

Platform that aggregates and correlates logs from many sources to detect and alert on threats.

SIMSubscriber Identity Module
Identity & Access

Card identifying a mobile subscriber, targeted in SIM-swapping attacks to steal MFA codes.

SLAService Level Agreement
Governance & Risk

Contract defining measurable service commitments such as uptime and response times.

SLESingle Loss Expectancy
Governance & Risk

Expected monetary loss from one occurrence of a risk, asset value times exposure factor.

SMSShort Message Service
Networking & Protocols

Text messaging, used for smishing attacks and considered a weak MFA channel.

SMTPSimple Mail Transfer Protocol
Networking & Protocols

Protocol for sending email between servers on port 25.

SMTPSSimple Mail Transfer Protocol Secure
Networking & Protocols

SMTP protected by TLS encryption, commonly on port 587 or 465.

SNMPSimple Network Management Protocol
Networking & Protocols

Protocol for monitoring and managing network devices; use version 3 for security.

SOAPSimple Object Access Protocol
Networking & Protocols

XML-based messaging protocol for web services, an older alternative to REST.

SOARSecurity Orchestration, Automation, and Response
Operations & Monitoring

Platform that automates incident response workflows with playbooks and runbooks.

SoCSystem on Chip
Architecture & Infrastructure

Single chip integrating processor, memory, and peripherals, common in embedded devices.

SOCSecurity Operations Center
Operations & Monitoring

Team and facility that monitors and responds to security events around the clock; SOC 2 also names an audit report on service provider controls.

SOWStatement of Work
Governance & Risk

Document defining the specific tasks, deliverables, and timeline for a project engagement.

SPFSender Policy Framework
Networking & Protocols

DNS record listing servers authorized to send email for a domain, countering spoofing.

SPIMSpam over Internet Messaging
Threats & Attacks

Unsolicited messages delivered over instant messaging platforms.

SQLStructured Query Language
General Concepts

Standard language for querying relational databases.

SQLiSQL Injection
Threats & Attacks

Attack inserting malicious SQL into inputs to read or modify a database; prevented by parameterized queries.

SRTPSecure Real-Time Protocol
Networking & Protocols

Encrypted version of RTP protecting voice and video streams.

SSDSolid State Drive
Architecture & Infrastructure

Flash-based storage whose wear leveling makes secure erasure require special sanitization methods.

SSHSecure Shell
Networking & Protocols

Encrypted protocol for remote command-line access and file transfer on port 22.

SSLSecure Sockets Layer
Cryptography & PKI

Deprecated predecessor of TLS; the name persists but TLS should be used.

SSOSingle Sign-On
Identity & Access

Authenticating once to gain access to multiple applications without re-entering credentials.

STIXStructured Threat Information eXchange
Operations & Monitoring

Standardized language for describing cyber threat intelligence.

SWGSecure Web Gateway
Architecture & Infrastructure

Proxy that filters user web traffic to enforce policy and block malicious content.

T

TACACS+Terminal Access Controller Access Control System Plus
Identity & Access

Cisco AAA protocol that encrypts the full session and separates authentication from authorization.

TAXIITrusted Automated eXchange of Indicator Information
Operations & Monitoring

Transport protocol for sharing STIX threat intelligence between systems.

TCP/IPTransmission Control Protocol/Internet Protocol
Networking & Protocols

Foundational protocol suite for reliable communication across the internet.

TGTTicket Granting Ticket
Identity & Access

Kerberos ticket obtained at login and used to request service tickets; theft enables golden ticket attacks.

TKIPTemporal Key Integrity Protocol
Cryptography & PKI

Deprecated per-packet keying protocol used by WPA as a stopgap after WEP.

TLSTransport Layer Security
Cryptography & PKI

Standard protocol encrypting data in transit, the successor to SSL.

TOC/TOUTime-of-Check to Time-of-Use
Threats & Attacks

Race condition where a resource changes between when it is checked and when it is used.

TOTPTime-based One-Time Password
Identity & Access

One-time password derived from a shared secret and the current time, typically valid 30 seconds.

TPMTrusted Platform Module
Cryptography & PKI

Motherboard chip that stores keys and supports secure boot and disk encryption like BitLocker.

TTPTactics, Techniques, and Procedures
Threats & Attacks

Behavior patterns that characterize how a specific threat actor operates.

U

UATUser Acceptance Testing
General Concepts

Final testing phase where end users verify software meets requirements before release.

UAVUnmanned Aerial Vehicle
Threats & Attacks

Drone that can be used for physical surveillance or wireless attack reconnaissance.

UDPUser Datagram Protocol
Networking & Protocols

Connectionless transport protocol that is fast but unreliable and easy to spoof.

UEFIUnified Extensible Firmware Interface
Architecture & Infrastructure

Modern firmware replacing BIOS, supporting Secure Boot to block tampered bootloaders.

UEMUnified Endpoint Management
Operations & Monitoring

Single platform for managing and securing desktops, laptops, and mobile devices.

UPSUninterruptible Power Supply
Architecture & Infrastructure

Battery backup providing short-term power so systems can ride out or shut down through outages.

URIUniform Resource Identifier
General Concepts

String that identifies a resource by name, location, or both.

URLUniversal Resource Locator
General Concepts

Web address specifying where a resource lives, often manipulated in phishing attacks.

USBUniversal Serial Bus
Architecture & Infrastructure

Common peripheral interface exploited by malicious drives and data exfiltration.

USB OTGUSB On the Go
Architecture & Infrastructure

Feature letting mobile devices act as USB hosts to connect drives and peripherals directly.

UTMUnified Threat Management
Architecture & Infrastructure

All-in-one security appliance combining firewall, IPS, antivirus, and content filtering.

UTPUnshielded Twisted Pair
Networking & Protocols

Common copper network cabling that is susceptible to interference and eavesdropping.

V

VBAVisual Basic for Applications
Threats & Attacks

Scripting language in Office documents commonly abused for macro malware.

VDEVirtual Desktop Environment
Architecture & Infrastructure

The virtualized desktop environment a user interacts with in a VDI deployment.

VDIVirtual Desktop Infrastructure
Architecture & Infrastructure

Hosting user desktops on central servers so data stays in the data center rather than on endpoints.

VLANVirtual Local Area Network
Networking & Protocols

Logical network segmentation on switches that separates traffic without separate hardware.

VLSMVariable Length Subnet Masking
Networking & Protocols

Subnetting technique using different mask lengths to allocate address space efficiently.

VMVirtual Machine
Architecture & Infrastructure

Software-emulated computer; risks include VM escape and VM sprawl.

VoIPVoice over IP
Networking & Protocols

Telephone calls carried over IP networks, vulnerable to eavesdropping and vishing.

VPCVirtual Private Cloud
Architecture & Infrastructure

Logically isolated private network segment within a public cloud.

VPNVirtual Private Network
Networking & Protocols

Encrypted tunnel providing secure remote access or site-to-site connectivity over untrusted networks.

VTCVideo Teleconferencing
General Concepts

Real-time video meeting technology that needs protection against hijacking and eavesdropping.

W

WAFWeb Application Firewall
Architecture & Infrastructure

Firewall that inspects HTTP traffic to block application attacks like SQL injection and XSS.

WAPWireless Access Point
Networking & Protocols

Device that bridges wireless clients onto a wired network; rogue WAPs are a common threat.

WEPWired Equivalent Privacy
Cryptography & PKI

Broken original Wi-Fi encryption standard, easily cracked due to weak IV handling.

WIDSWireless Intrusion Detection System
Operations & Monitoring

System that monitors radio traffic to detect rogue access points and wireless attacks.

WIPSWireless Intrusion Prevention System
Operations & Monitoring

System that detects and actively blocks wireless threats such as rogue APs.

WOWork Order
Governance & Risk

Document authorizing specific work to be performed, often under a master agreement.

WPAWi-Fi Protected Access
Cryptography & PKI

Family of Wi-Fi security standards; WPA3 is the current strongest version.

WPSWi-Fi Protected Setup
Threats & Attacks

Push-button Wi-Fi joining feature whose PIN can be brute-forced, so it should be disabled.

X

XDRExtended Detection and Response
Operations & Monitoring

Detection platform correlating telemetry across endpoints, network, and cloud beyond EDR.

XMLExtensible Markup Language
General Concepts

Structured data format subject to injection and external entity (XXE) attacks.

XORExclusive Or
Cryptography & PKI

Bitwise operation fundamental to many ciphers and used by malware for simple obfuscation.

XSRFCross-Site Request Forgery
Threats & Attacks

Alternate abbreviation for CSRF, forcing a logged-in user's browser to perform unwanted actions.

XSSCross-Site Scripting
Threats & Attacks

Injecting malicious scripts into web pages viewed by other users; mitigated by output encoding.