Security glossary.

Plain-language definitions of the security terms we use every day. Search by name or alias, or filter by category to find the concept behind a workflow.

84 terms

A

4

B

3

C

15

Certificate Transparency

Discovery & OSINT

Also: CT logs

Certificate transparency logs publicly record issued TLS certificates, so analysts can mine them for subdomains and hostnames an organization may not have advertised.

Cloud Metadata Attack

Cloud Security

Also: metadata SSRF

A cloud metadata attack abuses SSRF or local access to query the instance metadata service and steal temporary credentials tied to a cloud workload's role.

Cloud Misconfiguration

Cloud Security

A cloud misconfiguration is a setting that exposes data or grants excess access, such as a public object store, an open security group, or disabled logging.

Cloud Security Posture Management

Cloud Security

Also: CSPM

Cloud security posture management continuously checks cloud accounts for misconfigurations and policy violations, such as public storage buckets or overly broad permissions.

Command Injection

Web Application Security

Also: OS command injection

Command injection occurs when an application passes attacker-controlled input into a system shell, letting the attacker run arbitrary operating-system commands on the host.

Container Image Scanning

Cloud Security

Also: image scanning

Container image scanning inspects an image's layers and packages for known vulnerabilities and exposed secrets before the image runs in production.

Container Security

Cloud Security

Container security protects images, registries, and running containers against vulnerable packages, embedded secrets, and weak isolation across the container lifecycle.

Content Discovery

Offensive Tooling

Content discovery finds hidden files, directories, and endpoints on a web server by requesting candidate paths from a wordlist and noting which ones respond.

Content Security Policy

Web Application Security

Also: CSP

A content security policy is an HTTP response header that tells browsers which script, style, and resource sources to trust, reducing the impact of cross-site scripting.

Continuous Monitoring

Attack Surface

Continuous monitoring repeatedly checks assets and configurations on a schedule so teams detect new services, drift, and exposures soon after they appear rather than at audit time.

Credential Stuffing

Security Operations

Credential stuffing replays username and password pairs leaked from one breach against other services, betting that people reuse the same credentials.

Cross-Site Request Forgery

Web Application Security

Also: CSRF, XSRF

Cross-site request forgery makes a logged-in user's browser send an unintended state-changing request to a site that trusts the user's existing session.

Cross-Site Scripting

Web Application Security

Also: XSS

Cross-site scripting lets an attacker inject script into pages another user's browser renders, running attacker code in the victim's session to steal data or hijack actions.

CVE

Vulnerabilities & Exploitation

Also: Common Vulnerabilities and Exposures

A CVE is a unique public identifier assigned to a specific disclosed software or hardware vulnerability, letting teams reference the same flaw across tools and advisories (for example CVE-2021-44228 for Log4Shell).

CVSS

Vulnerabilities & Exploitation

Also: Common Vulnerability Scoring System

CVSS produces a numeric score from 0 to 10 that rates the severity of a vulnerability based on factors like attack vector, complexity, and impact, helping teams compare and prioritize fixes.

D

5

E

3

F

2

G

1

I

6

K

1

L

1

M

3

N

1

O

2

P

9

Passive Discovery

Discovery & OSINT

Also: passive recon, passive reconnaissance

Passive discovery gathers information from third-party sources without sending traffic to the target, keeping the activity invisible to the target's logs.

Passive DNS

Discovery & OSINT

Also: pDNS

Passive DNS records historical resolutions of domain names to IP addresses, letting analysts trace where a host pointed over time without querying the target directly.

Patch Management

Security Operations

Patch management tracks, tests, and deploys software updates so known vulnerabilities get fixed before attackers can exploit them.

Penetration Testing

Vulnerabilities & Exploitation

Also: pentest, pen testing

Penetration testing simulates a real attack against systems or applications, with permission, to find and demonstrate exploitable weaknesses before a malicious actor does.

Pivoting

Network & Infrastructure

Pivoting routes traffic through a compromised host to reach networks the attacker could not access directly, turning one foothold into a gateway.

Port Scanner

Offensive Tooling

Also: Network port scanner

A port scanner is a tool that sends probes to discover open ports and services on hosts, with Nmap and masscan among the widely used options.

Port Scanning

Network & Infrastructure

Port scanning probes a host's TCP and UDP ports to learn which are open and what services answer, mapping the reachable network attack surface.

Privilege Escalation

Vulnerabilities & Exploitation

Also: privesc

Privilege escalation lets an attacker move from limited access to higher rights on a system, for example from a standard user to root or domain administrator.

Proof of Concept

Vulnerabilities & Exploitation

Also: PoC

A proof of concept demonstrates that a vulnerability is real and reachable by triggering its effect once under controlled conditions, without weaponizing it for broad attacks.

R

2

S

13

Scheduled Scans

Automation & Workflows

Also: cron scans

Scheduled scans run discovery or vulnerability checks automatically on a recurring timetable so coverage stays current without someone launching each run.

Secrets Scanning

Offensive Tooling

Also: secret detection

Secrets scanning searches code, configs, and history for exposed credentials like API keys, tokens, and passwords so teams can revoke them before attackers use them.

Security Automation

Automation & Workflows

Security automation runs repetitive security tasks like scanning, enrichment, and triage through code and tooling instead of manual steps, freeing analysts for harder work.

Security Data Pipeline

Automation & Workflows

Also: data pipeline

A security data pipeline moves findings and telemetry between tools, normalizing and deduplicating results so downstream stages and reports work from clean data.

Security Operations Center

Security Operations

Also: SOC

A security operations center is the team and tooling that monitors an organization around the clock to detect, investigate, and respond to security events.

Security Orchestration

Automation & Workflows

Security orchestration coordinates many separate security tools so they share data and act in concert under a single defined process.

Server-Side Request Forgery

Web Application Security

Also: SSRF

Server-side request forgery tricks a server into making requests the attacker chooses, often reaching internal services or cloud metadata endpoints the attacker cannot hit directly.

Service Fingerprinting

Network & Infrastructure

Also: version detection

Service fingerprinting identifies the software and version behind an open port by analyzing its responses, guiding which vulnerabilities and exploits may apply.

Shadow IT

Attack Surface

Shadow IT covers systems, cloud accounts, and SaaS applications that employees stand up without security or IT approval, leaving assets outside the official inventory and monitoring.

SIEM

Security Operations

Also: Security Information and Event Management

A SIEM collects and correlates logs and events from across an environment to surface alerts, support investigations, and retain data for analysis.

SOAR

Security Operations

Also: Security Orchestration, Automation and Response

SOAR connects security tools and runs playbooks to automate repetitive response steps, cutting the manual work analysts spend on each alert.

SQL Injection

Web Application Security

Also: SQLi

SQL injection abuses unsanitized input that an application places into a database query, letting an attacker read, modify, or delete data the query was never meant to expose.

Subdomain Enumeration

Discovery & OSINT

Also: subdomain discovery

Subdomain enumeration finds the hostnames under a domain by querying DNS records, certificate transparency logs, and brute-force wordlists to expand the known attack surface.

T

5

V

2

W

5

Z

1