Definitions for the security, compliance, and pentest vocabulary used across the VORNAC site. One or two sentences per term, no marketing voice, EN and DE in lockstep.
Microsoft's enterprise directory and authentication service. The richest attack surface in most enterprise environments, with established kill chains from low-privileged user to Domain Admin.
See also Kerberos, LDAP, Privilege Escalation, Lateral Movement
A red-team variant where the operators imitate a specific named threat actor — its TTPs, tooling, infrastructure pattern — to test whether defenses tuned for that actor actually catch it.
See also Red Team, MITRE ATT&CK, APT
European Union Artificial Intelligence Act
Compliance & RegulationEU regulation (2024/1689) classifying AI systems by risk tier with corresponding obligations. Cybersecurity duties apply to high-risk systems and general-purpose AI models.
See also CRA, GDPR / DSGVO
Advanced Persistent Threat
Attack TechniqueA threat actor characterized by sustained, well-resourced, multi-stage operations against specific targets — typically state-aligned or state-sponsored. The label is overused; the meaning is operational, not legal.
See also Threat Actor, Adversary Emulation, TTP
An engagement that starts inside the perimeter — for example, with an attacker-controlled workstation — to bypass the (already-tested) external surface and focus on lateral movement and blast radius.
See also Red Team, Lateral Movement, Blue Team
Reaching an authenticated state without valid credentials — via logic flaws, hardcoded credentials, mass-assignment, or session-handling defects.
See also Session Fixation, JWT
Bundesanstalt für Finanzdienstleistungsaufsicht
Compliance & RegulationBankaufsichtliche Anforderungen an die IT
Compliance & RegulationTesting from an outside attacker's perspective, with no internal knowledge, accounts, or source code provided. Maximizes realism, minimizes depth per unit of time.
See also White Box Testing, Grey Box Testing, Assumed Breach
The defensive counterpart to red — the people, tooling, and detections that protect, monitor, and respond. In an exercise context, the team being tested.
See also Red Team, Purple Team, SOC
Bundesamt für Sicherheit in der Informationstechnik
Compliance & RegulationGermany's federal cybersecurity authority. Sets technical baselines (IT-Grundschutz, C5), certifies products and personnel, oversees KRITIS operators, and acts as the national NIS2 competent authority.
See also KRITIS, BSI IT-Grundschutz, BSI C5, NIS2
Cloud Computing Compliance Criteria Catalogue
Compliance & RegulationA BSI-published audit catalog for cloud-service providers, increasingly required by German public-sector and regulated customers when procuring cloud services.
See also BSI, ISO/IEC 27001
The BSI's modular control catalog for managing information-security risk in German organizations. ISO/IEC 27001 compatible; common path to certification for public-sector and KRITIS bodies.
See also BSI, ISO/IEC 27001
A program that pays external researchers for valid vulnerability reports against a defined scope. Complements but does not replace engagement-based testing.
See also Responsible Disclosure, Penetration Test
A defect where every individual request is authenticated and authorized correctly, but the sequence or combination of requests violates the application's intended rules — e.g., a discount applied twice, a checkout completed without payment.
See also IDOR, Race Condition
Critical Entities Resilience Directive
Compliance & RegulationContinuous Integration / Continuous Delivery
Cloud, OT & EmergingThe communication channel between a compromised host and attacker-controlled infrastructure that issues commands and receives results. Modern C2 frequently mimics legitimate web or cloud traffic.
See also Persistence, Foothold
Injection of attacker-controlled commands into a call passed to the underlying operating-system shell. Typically leads to immediate remote code execution as the application user.
See also SQL Injection, Insecure Deserialization
A lightweight, isolated process bundle that shares the host kernel but has its own filesystem, network, and process view. The standard packaging unit for cloud-native applications.
See also Kubernetes (K8s), IaC
Cross-Origin Resource Sharing misconfiguration
Vulnerability ClassCyber Resilience Act
Compliance & RegulationThe OWASP-renamed bucket for what used to be called sensitive-data exposure: missing encryption, weak algorithms, bad key management, mishandled certificates.
See also TLS, Hash Function, PKI
Cross-Site Request Forgery
Vulnerability ClassAn attack that causes an authenticated user's browser to issue an unintended state-changing request to a trusted application. Defended by anti-forgery tokens or same-site cookie policies.
See also XSS
Capture The Flag
Engagement TypeA skill-building competition format where participants exploit prepared challenges to retrieve hidden tokens (flags). Two main variants: jeopardy-style and attack-defense.
Common Vulnerabilities and Exposures
Vulnerability ClassCommon Vulnerability Scoring System
Vulnerability ClassCommon Weakness Enumeration
Vulnerability ClassA seven-step model of an intrusion (recon, weaponization, delivery, exploitation, installation, command-and-control, actions on objectives) introduced by Lockheed Martin in 2011. Useful for narrative reporting; less granular than ATT&CK.
See also MITRE ATT&CK, Diamond Model
Distributed Control System
Cloud, OT & EmergingThe classical principle of layering independent controls so that the failure of any single layer does not compromise the system. Complementary to, not replaced by, Zero Trust.
See also Zero Trust
A four-vertex analytical framework — adversary, capability, infrastructure, victim — for structured note-taking on a single intrusion event. Pairs naturally with ATT&CK for TTPs.
See also MITRE ATT&CK, Cyber Kill Chain
Brute-force enumeration of paths and files on a web server, using wordlists tuned to the detected stack. Surfaces hidden admin panels, backup files, legacy endpoints.
See also Fingerprinting
Data Loss Prevention
Defensive OperationsControls — at endpoint, network, and cloud-storage layers — that classify sensitive data and block disallowed transfers. Effective against accidents and lazy insiders, evadable by motivated attackers.
See also Exfiltration
An XSS variant where the malicious payload is introduced and executed entirely within the browser via unsafe handling of DOM sinks, with no server-side reflection.
See also XSS
Digital Operational Resilience Act
Compliance & RegulationEndpoint Detection and Response
Defensive Operationselectronic IDentification, Authentication and trust Services regulation
Compliance & RegulationEU regulation governing electronic identification and trust services (signatures, seals, time stamps). eIDAS 2.0 introduces the EU Digital Identity Wallet.
See also PKI, Certificate Authority (CA)
European Union Agency for Cybersecurity
Compliance & RegulationRemoving data from the target environment to attacker-controlled storage. Modern exfiltration is throttled and channel-disguised to slip past data-loss prevention.
See also DLP, Post-Exploitation
Working code that takes a vulnerability from theoretical to actual — gaining unauthorized access, execution, or data. Distinct from a proof-of-concept by intent and reliability.
See also Proof-of-Concept (PoC), Zero-Day, CVE
Identifying the specific software stack — server, framework, library version — of a target via header patterns, error pages, default content, or behavioral probes.
See also Reconnaissance, Directory Fuzzing
A persistent presence in the target environment from which an attacker can operate. Typically a compromised host with reliable callback to attacker-controlled infrastructure.
See also Initial Access, Command & Control (C2), Persistence
General Data Protection Regulation
Compliance & RegulationTesting with partial information — typically authenticated user accounts and high-level architecture, but no source. The most common mode for application assessments.
See also Black Box Testing, White Box Testing
Authentication material baked into source code, configuration files, or firmware images. Eliminated by secret managers and build-time injection, not by `.gitignore`.
See also Misconfiguration, HSM
Hash-based Message Authentication Code
Identity & CryptographyA construction that combines a cryptographic hash with a shared secret to produce a message authentication code. Resistant to length-extension attacks that plain `hash(key || message)` is not.
See also Hash Function, SHA-256
Human Machine Interface
Cloud, OT & EmergingAn intentionally exposed system with no legitimate purpose, designed to attract attackers so their behavior — and indicators — can be captured. Useful for early-warning and threat intelligence.
See also IOC, Threat Hunting
Hardware Security Module
Identity & CryptographyA tamper-resistant hardware device that generates, stores, and uses cryptographic keys without ever exposing the key material to host memory. Mandatory for high-assurance key custody.
See also PKI, Certificate Authority (CA)
Infrastructure as Code
Cloud, OT & EmergingIdentity and Access Management
Cloud, OT & EmergingThe discipline and tooling for managing who can do what in a system — users, groups, roles, policies, sessions. In cloud contexts, the highest-leverage attack surface.
See also SSO, MFA, Zero Trust
Industrial Control Systems
Cloud, OT & EmergingInsecure Direct Object Reference
Vulnerability ClassAn authorization flaw where a user can access another user's records by guessing or altering an identifier in the request, because the server checks authentication but not ownership.
See also Business Logic Flaw, Authentication Bypass
Intrusion Detection System
Defensive OperationsThe first foothold an attacker establishes inside a target environment — through phishing, exposed credentials, exploitable service, or supply-chain compromise.
See also Phishing, Foothold, Lateral Movement
Reconstruction of attacker-controlled serialized objects (Java, .NET, PHP, Python) leading to gadget-chain remote code execution. Hard to remediate without library upgrades.
See also Command Injection,
A vulnerability class where the server stores or executes uploaded files without sufficient validation, allowing webshells, archive bombs, or content-type confusion attacks.
See also Path Traversal, Command Injection
Indicator of Compromise
Defensive OperationsAn observable artifact — IP address, file hash, domain, registry key — that suggests an intrusion may have occurred. Useful for known-bad detection; brittle against novel adversaries.
See also TTP, STIX / TAXII
Internet of Things
Cloud, OT & EmergingNetwork-connected embedded devices outside the traditional IT inventory — sensors, cameras, building automation, consumer electronics. Notorious for unpatched stacks and hardcoded credentials.
See also OT, Hardcoded Credentials
Intrusion Prevention System
Defensive OperationsThe international standard for information-security management systems (ISMS). Specifies the process; Annex A lists the controls. The 2022 revision modernized the control set.
See also ISO/IEC 27002, BSI IT-Grundschutz, SOC 2
The companion standard to ISO/IEC 27001, providing implementation guidance for each Annex A control. Reference rather than certification target.
See also ISO/IEC 27001
Kapitalverwaltungsaufsichtliche Anforderungen an die IT
Compliance & RegulationA ticket-based network authentication protocol designed in the 1980s and the foundation of Active Directory authentication. Attacks include Kerberoasting, AS-REP roasting, and Golden Ticket forgery.
See also Active Directory (AD), Privilege Escalation
Kritische Infrastrukturen (Germany)
Compliance & RegulationThe German regulatory category for operators of critical infrastructure across nine sectors. Subject to BSI oversight, mandatory state-of-the-art security, and incident reporting. Implements NIS2 in part.
See also BSI, NIS2, BSI IT-Grundschutz
Moving from the initial foothold to other systems inside the same environment — using stolen credentials, exploited trust relationships, or remote-execution primitives.
See also Pivoting, Privilege Escalation, Kerberos
Lightweight Directory Access Protocol
Identity & CryptographyThe directory protocol underneath Active Directory and several open-source IAM stacks. LDAP injection is a parallel risk to SQL injection where filter strings are concatenated unsafely.
See also Active Directory (AD), SQL Injection
A privacy-focused threat-modeling framework — Linkability, Identifiability, Non-repudiation, Detectability, Disclosure of information, Unawareness, Non-compliance. Used where GDPR-class data is in scope.
See also STRIDE, GDPR / DSGVO
Mindestanforderungen an das Risikomanagement
Compliance & RegulationManaged Detection and Response
Defensive OperationsA class of vulnerabilities in unsafe-language code where memory layout assumptions are violated — buffer overflows, use-after-free, type confusion. Mitigated by ASLR, stack canaries, and increasingly by memory-safe languages.
See also Zero-Day,
Multi-Factor Authentication
Identity & CryptographyA vulnerability rooted in a configuration choice — not an unsafe primitive — that exposes data or functionality unintentionally. Default credentials, open S3 buckets, exposed management consoles are typical.
See also Hardcoded Credentials,
A community-curated knowledge base of real-world adversary tactics, techniques, and procedures (TTPs), indexed by platform and adversary group. The lingua franca for blue-team detection coverage and red-team scope.
See also TTP, Cyber Kill Chain, Diamond Model
mutual TLS
Identity & CryptographyNetwork and Information Security Directive 2
Compliance & RegulationThe US federal control catalog for information systems. Densely cross-referenced, used as a vocabulary even outside US-federal procurement contexts.
See also NIST CSF, ISO/IEC 27001
NIST Cybersecurity Framework
MethodologyA US National Institute of Standards and Technology framework organizing security around five functions: Identify, Protect, Detect, Respond, Recover (version 2.0 adds Govern). Widely cited internationally as a maturity scaffold.
See also ISO/IEC 27001, BSI IT-Grundschutz
The NoSQL counterpart to SQL injection — manipulation of query operators (e.g., MongoDB's `$ne`, `$gt`) or JavaScript evaluation inside the database engine.
See also SQL Injection
OpenID Connect
Identity & CryptographyOpen Platform Communications — Unified Architecture
Cloud, OT & EmergingOpen-Source Intelligence
Attack TechniqueCollection of information from publicly available sources — DNS, code repositories, breach data, social media, archives — to build a target picture without active interaction.
See also Reconnaissance, Fingerprinting
Operational Technology
Cloud, OT & EmergingOpen Worldwide Application Security Project
MethodologyA nonprofit foundation publishing freely available standards, guidance, and tooling for application security. Its outputs — Top 10, ASVS, Testing Guide, Cheat Sheets — are the de-facto reference set for web and API security work.
See also OWASP Top 10, OWASP ASVS
Application Security Verification Standard
MethodologyA three-level requirements catalog (L1 opportunistic, L2 standard, L3 advanced) for verifying application security controls. Used as the spec when an audit needs verifiable evidence per control.
See also OWASP, OWASP Top 10
A long-form manual that prescribes the test cases for every OWASP-recognized vulnerability class. The pre-flight checklist for web assessments.
See also OWASP, OWASP ASVS
A ten-item ranking of the most impactful web-application security risks, refreshed every three to four years. Used to brief stakeholders and to bound minimum scope on routine assessments.
See also OWASP, OWASP ASVS
Use of relative-path segments (e.g., `../`) in input to escape an intended directory and read or write arbitrary files. Often combined with file-upload weaknesses.
See also XXE, Insecure File Upload
Payment Card Industry Data Security Standard
Compliance & RegulationThe card-brand-mandated standard for any environment that stores, processes, or transmits payment-card data. Currently v4.0 with phased compliance dates through 2025.
See also ISO/IEC 27001, SOC 2
An authorized, time-boxed simulation of an attack against a system or environment, intended to surface exploitable weaknesses and validate controls. The deliverable is a report of confirmed findings with reproduction steps.
See also Red Team, TLPT, Black Box Testing, Assumed Breach
Mechanisms that allow an attacker to retain access across reboots, credential changes, or partial cleanup — registry autoruns, scheduled tasks, service installs, malicious certificates.
See also Foothold, Command & Control (C2)
Social-engineering attacks delivered at volume, typically via email, asking the recipient to disclose credentials or run a payload. The most common initial-access vector.
See also Spear Phishing, Social Engineering, Initial Access
Tunneling network traffic through a compromised host to reach systems that the attacker cannot directly route to. The mechanical layer beneath lateral movement.
See also Lateral Movement, Command & Control (C2)
Public Key Infrastructure
Identity & CryptographyThe system of policies, processes, and components — root CAs, intermediate CAs, registration authorities, revocation lists — that binds public keys to identities.
See also Certificate Authority (CA), TLS, HSM
Programmable Logic Controller
Cloud, OT & EmergingEverything an attacker does after a foothold is achieved: situational awareness, credential harvesting, lateral movement, persistence, exfiltration.
See also Foothold, Lateral Movement, Exfiltration
Elevating from a low-privilege context to a higher one — local (user → root/SYSTEM) or remote (standard user → domain admin).
See also Lateral Movement, Kerberos, Active Directory (AD)
Payment Services Directive 2
Compliance & RegulationPenetration Testing Execution Standard
MethodologyA practitioner-defined seven-phase pentest framework: pre-engagement, intelligence gathering, threat modeling, vulnerability analysis, exploitation, post-exploitation, reporting. The most widely-referenced methodological backbone for technical security testing.
See also OWASP, MITRE ATT&CK
A collaborative exercise where red and blue work side-by-side: red executes a known TTP, blue confirms (or fails to confirm) detection in real time. Optimizes detection coverage, not surprise.
See also Red Team, Blue Team, MITRE ATT&CK
A defect that manifests when concurrent requests interleave in an unexpected order, breaking an invariant the code assumed was atomic. In security contexts, classically a double-spend or double-redeem.
See also Business Logic Flaw
The first phase of an engagement: identifying targets, surfaces, and access vectors. Subdivided into passive (no traffic to the target) and active (probes, scans).
See also OSINT, Fingerprinting
An offensive-security operation simulating a specific adversary against the full attack surface — people, processes, technology. Scope-light, objective-driven, often unannounced to defenders.
See also Blue Team, Purple Team, Adversary Emulation, TLPT
The practice (and norm) of reporting a discovered vulnerability to the affected party privately first, allowing a remediation window before public disclosure. Sometimes called coordinated disclosure.
See also Bug Bounty, CVE
Software, Platform, Infrastructure as a Service
Cloud, OT & EmergingA unique, random value mixed into a password before hashing, so identical passwords yield different digests. Mandatory for any stored-password scheme.
See also Hash Function
Security Assertion Markup Language
Identity & CryptographySupervisory Control and Data Acquisition
Cloud, OT & EmergingForcing a victim to use a session identifier known to the attacker, who then hijacks the session after the victim authenticates. Mitigated by regenerating the session ID on login.
See also Authentication Bypass
The 256-bit member of the SHA-2 family. The current default cryptographic hash for general use, including TLS certificates and content addressing.
See also Hash Function, HMAC
Security Information and Event Management
Defensive OperationsSecurity Orchestration, Automation and Response
Defensive OperationsSecurity Operations Center
Defensive OperationsSystem and Organization Controls 2
Compliance & RegulationAn AICPA attestation report on the operational controls of a service organization, against five trust-services criteria. The de-facto procurement document for US enterprise sales.
See also ISO/IEC 27001, PCI DSS
Manipulation of people — by impersonation, pretext, urgency, or authority — to obtain information or actions that bypass technical controls.
See also Phishing, Spear Phishing
Phishing targeted at a single person or small group, with personalized context that increases the click-through rate dramatically.
See also Phishing, Social Engineering
Injection of attacker-controlled SQL fragments into a query, typically via unparameterized concatenation of user input. Outcomes range from authentication bypass to full database extraction.
See also NoSQL Injection, Command Injection
Single Sign-On
Identity & CryptographyServer-Side Request Forgery
Vulnerability ClassCoercing a server to make a network request the attacker controls — to internal services, cloud metadata endpoints, or arbitrary URLs. A primary path into otherwise unreachable internal infrastructure.
See also XXE
Structured Threat Information Expression / Trusted Automated Exchange of Intelligence Information
Defensive OperationsA six-category threat-modeling mnemonic: Spoofing, Tampering, Repudiation, Information disclosure, Denial of service, Elevation of privilege. Microsoft-originated, still the most teachable starter framework.
See also LINDDUN, Threat Modeling
An individual or group with intent and capability to attack a defined set of targets. Catalogued by name, tooling, infrastructure, and TTP signature.
See also APT, TTP, MITRE ATT&CK
The structured exercise of enumerating likely threats against a system before they are realized. Outputs are control gaps and test priorities, not predictions.
See also STRIDE, LINDDUN, Diamond Model
Threat Intelligence-based Ethical Red Teaming — European framework
MethodologyTrusted Information Security Assessment Exchange
Compliance & RegulationThe German automotive industry's information-security assessment and exchange mechanism, governed by ENX and based on the VDA ISA catalog. Required to participate in OEM supply chains.
See also ENX Association, VDA ISA, ISO/IEC 27001
Threat-Led Penetration Testing
Engagement TypeTransport Layer Security
Identity & CryptographyThe cryptographic protocol that secures most HTTP, SMTP, and database traffic. TLS 1.2 is the minimum baseline; TLS 1.3 is current; SSL is deprecated.
See also mTLS, PKI, Certificate Authority (CA)
Tactics, Techniques, and Procedures
Defensive OperationsThe behavioral fingerprint of an adversary — what they do (tactics), how (techniques), and exactly how (procedures). Catalogued by MITRE ATT&CK.
See also MITRE ATT&CK, IOC, Threat Actor
United Nations regulations for cybersecurity (R155) and software-update management (R156) of road vehicles. Required for vehicle type approval in UN-1958 markets, including the EU.
See also TISAX
Versicherungsaufsichtliche Anforderungen an die IT
Compliance & RegulationVerband der Automobilindustrie — Information Security Assessment
Compliance & RegulationThe control catalog that TISAX assessments evaluate against. Maintained by the German automotive association (VDA), aligned to ISO/IEC 27001 with automotive-specific extensions.
See also TISAX, ENX Association, ISO/IEC 27001
Virtual Private Cloud
Cloud, OT & EmergingAn isolated network segment inside a public-cloud provider, with its own address space, routing, and access controls. The unit of network blast-radius in modern cloud designs.
See also IAM
Web Application Firewall
Defensive OperationsTesting with full information — source code, architecture diagrams, credentials. Maximizes coverage and defect-density yield; useful before a code release.
See also Black Box Testing, Grey Box Testing
Extended Detection and Response
Defensive OperationsCross-Site Scripting
Vulnerability ClassXML External Entity
Vulnerability ClassAbuse of XML parsers that resolve external entity references, enabling file read, SSRF, and in some configurations remote code execution. Mitigated by disabling DTD processing.
See also SSRF, Path Traversal
Zahlungsdiensteaufsichtliche Anforderungen an die IT
Compliance & RegulationAn architectural principle that grants no implicit trust based on network location and instead verifies every request against identity, device posture, and least-privilege policy. Aspirational at scale; selective in practice.
See also Defense in Depth, IAM
The glossary is editorial, not a wiki. Every entry is hand-written, kept terse, and refreshed when a standard moves. Acronyms expand exactly once, in the entry that owns them.
Coverage is keyed to what the rest of the VORNAC site actually relies on: the frameworks our customers are audited against, the vocabulary used in our reports, the techniques discussed in the Research Index.
Open the Research Index