Geek-Guy.com

Glossary of Cybersecurity and Market Terms

A comprehensive glossary explaining common cybersecurity and IT terms in simple language. Generative AI can easily compile and define such terms, making complex topics accessible to a wider audience.

Glossary

Traditional Security Concepts

2026 relevant terminology and structured strictly by the 8 CISSP Domains. This format is designed to help your readers transition from foundational security concepts to the advanced, automated, and AI-driven ecosystem they face today.

New and Modern/Emerging Concepts

Modern Glossary of Terms

Here is a modernized comprehensive glossary of terms used in cybersecurity and IT


Domain 1: Security and Risk Management

Governance, Compliance, Risk Management, and Legal/Regulatory concepts.

TermDefinition
BCSBusiness Continuity Steering is the leadership committee that oversees the strategic alignment of recovery efforts with business objectives.
CTEMContinuous Threat Exposure Management is a 5-stage framework (Scoping, Discovery, Prioritization, Validation, Mobilization) that replaces static vulnerability scanning.
Due CareDue Care. The legal standard of reasonableness that an organization must meet to protect its assets and data; often described as what a prudent person would do.
Due DiligenceDue Diligence. The investigative process of verifying that the necessary Due Care is actually being implemented and remains effective over time.
Exposure ManagementExposure Management. Is a shift from finding CVEs to analyzing the exploitability of an entire attack surface, including misconfigurations and risky behaviors.
Pillars of InfoSecThe CIA Triad (Confidentiality, Integrity, Availability), expanded to include Authenticity and Non-repudiation.
SCRMSupply Chain Risk Management focuses on the security of third-party vendors, from hardware manufacturing (silicon root of trust) to software libraries.
SBOMSoftware Bill of Materials is a machine-readable ingredient list for software, used to track vulnerabilities in open-source dependencies.
AIBOMAn AI Bill of Materials (AIBOM) is a comprehensive, machine-readable inventory of the components required to develop, train, and run an AI model. It is the AI-specific evolution of the traditional Software Bill of Materials (SBOM).

Domain 2: Asset Security

Information and asset lifecycle, classification, and data protection methods.

TermDefinition
Data SovereigntyData Sovereignty. The principle that data is subject to the laws of the country where it is physically stored (e.g., GDPR requirements for data residency).
DDRData Detection and Response provides real-time monitoring of data access and movement to stop exfiltration across Cloud and SaaS apps.
DLPData Loss Prevention is a set of tools that inspects data in use, in transit, and at rest to prevent unauthorized transmission of sensitive info.
Shadow AIShadow AI. The use of unapproved AI tools by employees, which risks the leakage of proprietary code or PII into public LLM training sets.
TokenizationTokenization. Replacing sensitive data with non-sensitive tokens that have no value if stolen, commonly used in PCI-DSS compliance.

Domain 3: Security Architecture and Engineering

Security models, engineering principles, cloud security (CSPM/CWPP), and cryptography.

TermDefinition
AI-SPMAI Security Posture Management secures the AI stack, detecting Shadow AI and protecting models from prompt injection or data poisoning.
ASPMApplication Security Posture Management provides a unified view of risk across the SDLC by correlating SAST, DAST, and SCA data.
CSPMCloud Security Posture Management monitors the cloud control plane to find misconfigurations like open S3 buckets or unencrypted disks.
CWPPCloud Workload Protection Platform focuses on the inside of the workload, providing runtime security for VMs, containers, and serverless functions.
HSMHardware Security Module is a physical device that manages digital keys and provides high-speed cryptographic operations.
PQCPost-Quantum Cryptography refers to new algorithms designed to withstand attacks from future quantum computers.
TEETrusted Execution Environment is a secure enclave in a processor that protects data and code even if the host OS is compromised.
Zero TrustZero Trust. An architecture based on the principle of never trust, always verify, removing the concept of a trusted internal network.

Domain 4: Communication and Network Security

Network design, secure protocols, and the convergence of networking and security.

TermDefinition
CNAPPCloud-Native Application Protection Platform converges CSPM, CWPP, and CIEM into a single platform for code-to-cloud security.
Digital Twin SecurityCreating virtual replicas of physical systems (ICS/SCADA) to safely simulate cyberattacks and test defense responses.
SD-WAN SecurityIntegrating security functions (Firewall, IPS) directly into the software-defined networking layer to secure branch-to-cloud traffic.
SSESecurity Service Edge unifies web security (SWG), cloud security (CASB), and private access (ZTNA) into a single cloud service.
ZTNAZero Trust Network Access provides granular, application-level access to remote users without putting them on the corporate network.

Domain 5: Identity and Access Management (IAM)

Controlling access, federated identities, and identity-centric security (ITDR).

TermDefinition
CIEMCloud Infrastructure Entitlement Management calculates effective permissions to identify and remove over-privileged cloud accounts.
FIDO2A modern passwordless authentication standard that uses public-key cryptography to stop phishing and MFA-fatigue attacks.
ITDRIdentity Threat Detection and Response focuses on detecting credential misuse, privilege escalation, and lateral movement in identity stores.
JIT-TRUSTJust-in-Time Trust grants elevated privileges only when requested and for a limited time, rather than having standing permissions.
SCIMSystem for Cross-domain Identity Management is an open standard for automating user provisioning/deprovisioning between apps.
ZSPZero Standing Privileges is the goal of a mature Zero Trust system where no account has persistent administrative rights.

Domain 6: Security Assessment and Testing

Vulnerability assessment, penetration testing, and continuous security validation.

TermDefinition
Adversarial MLAdversarial ML. Testing AI models by attempting to trick them with adversarial inputs to bypass security filters or extract training data.
BASBreach and Attack Simulation tools that automate the execution of threat actor TTPs to continuously validate security controls.
IASTInteractive Application Security Testing uses agents inside the app to find vulnerabilities during runtime with high accuracy.
Penetration TestingPenetration Testing. A structured, authorized attempt to exploit vulnerabilities in a system to evaluate the security of that system.

Domain 7: Security Operations

Incident response, logging, monitoring, and operational excellence.

TermDefinition
Detection EngineeringTreates detections as code, focusing on building logic to identify TTPs while reducing false positives and alert fatigue.
EDREndpoint Detection and Response provides continuous monitoring and response capabilities for endpoints (laptops, servers).
SOARSecurity Orchestration, Automation, and Response tools that integrate security products to automate incident response workflows.
UEBAUser and Entity Behavior Analytics uses ML to detect deviations from a normal baseline for users and devices.
VDPVulnerability Disclosure Program is the formal process for receiving and managing vulnerability reports from the public.

Domain 8: Software Development Security

Securing the SDLC, application security testing, and DevSecOps.

TermDefinition
DeepfakeAI-generated synthetic media used in modern BEC 3.0 attacks to impersonate executives via video or audio during a breach.
DevSecOpsThe cultural and technical shift of integrating security testing and compliance into every stage of the DevOps pipeline.
SASTStatic Application Security Testing analyzes source code or binaries for vulnerabilities without actually running the code.
DASTDynamic Application Security Testing tests a running application from the outside, mimicking how an attacker would find flaws.
SCASoftware Composition Analysis identifies and manages the risks associated with third-party and open-source libraries.

Legacy Term / ConceptModern CounterpartThe Why (Strategic Shift)
Antivirus (AV)EDR / XDRFrom signature-based file blocking to behavioral analysis and flight recorder visibility.
VPN (Virtual Private Network)ZTNA / SSEFrom all-or-nothing network access to granular, application-level Zero Trust access.
Firewall (Stateful)NGFW / WAFFrom simple port/IP blocking to deep packet inspection and application-layer awareness.
Vulnerability ScanningCTEM / Exposure MgmtFrom a once-a-quarter to-do list to a continuous cycle of prioritizing reachable risks.
IAM (Static Roles)CIEM / ITDRFrom basic User/Pass management to real-time entitlement analysis and identity threat response.
On-Prem SIEMSOAR / Cloud SIEMFrom a passive log bucket to an automated, cloud-scale orchestration and response engine.
Standing PrivilegesZSP / JIT-TrustFrom Admins are always Admins to Admins are only Admins for 30 minutes while they fix this.
Perimeter DefenseCNAPPFrom building a wall to securing the code, the workload, and the cloud fabric simultaneously.

This glossary provides a comprehensive overview of terms used in cybersecurity and IT, covering various aspects of security measures, malware, password management, and user education.