67 most important terms used in cyber security

67 most important terms used in cyber security

Every time I onboard someone new to a security team, the same thing happens: they’re technically capable, sometimes more capable than I was at their stage, but the vocabulary trips them up in meetings. Nobody hands you a glossary on day one, so you end up nodding along to acronyms until you can quietly Google them later. This is the glossary I wish someone had given me — organized by domain, with enough context that you understand not just what each term means, but why it matters.

Why Vocabulary Matters in Cybersecurity

Precise terminology isn’t pedantry — in incident response, the difference between “vulnerability,” “exploit,” and “breach” changes the entire response plan. Misusing terms in a report or postmortem can misdirect remediation effort or misrepresent risk to leadership. Getting this vocabulary right is a foundational, not cosmetic, skill.

Core Threat and Attack Terminology

#TermDefinition
1MalwareMalicious software designed to damage, disrupt, or gain unauthorized access to systems
2RansomwareMalware that encrypts data and demands payment for decryption
3PhishingSocial engineering attack using deceptive communication to steal credentials or deliver malware
4Spear PhishingHighly targeted phishing aimed at a specific individual or organization
5Zero-DayA vulnerability unknown to the vendor, with no available patch
6ExploitCode or technique that takes advantage of a vulnerability
7VulnerabilityA weakness that could be exploited to compromise a system
8BotnetA network of compromised devices controlled remotely, often for DDoS or spam
9DDoSDistributed Denial of Service — overwhelming a system with traffic to disrupt availability
10Man-in-the-Middle (MitM)An attack intercepting communication between two parties
11SQL InjectionInjecting malicious SQL to manipulate a database via an application
12Cross-Site Scripting (XSS)Injecting malicious scripts into web content viewed by other users
13Cross-Site Request Forgery (CSRF)Tricking an authenticated user into executing unwanted actions
14Privilege EscalationGaining higher-level access than originally authorized
15Lateral MovementAn attacker moving through a network after initial compromise
16Advanced Persistent Threat (APT)A prolonged, targeted intrusion campaign, often state-sponsored
17Social EngineeringManipulating people into divulging information or performing actions
18RootkitMalware designed to maintain hidden, privileged access to a system
19KeyloggerSoftware or hardware that records keystrokes to capture credentials
20Supply Chain AttackCompromising a trusted third-party vendor or software update to reach the real target

Defensive and Control Terminology

#TermDefinition
21FirewallA system controlling network traffic based on defined rules
22IDS / IPSIntrusion Detection/Prevention System — monitors and optionally blocks malicious network activity
23SIEMSecurity Information and Event Management — centralized log collection, correlation, and alerting
24EDREndpoint Detection and Response — monitoring and response tooling for endpoint devices
25XDRExtended Detection and Response — correlates data across endpoints, network, and cloud
26MFAMulti-Factor Authentication — requiring two or more independent verification factors
27Zero TrustA security model assuming no implicit trust, verifying every access request regardless of origin
28Least PrivilegeGranting only the minimum access necessary to perform a function
29Patch ManagementThe process of identifying, testing, and deploying software updates
30EncryptionTransforming data into unreadable form without the correct key
31HashingA one-way transformation used to verify integrity, commonly for password storage
32PKIPublic Key Infrastructure — the system managing digital certificates and public-key encryption
33VPNVirtual Private Network — encrypted tunnel for secure remote connectivity
34DLPData Loss Prevention — controls preventing unauthorized data exfiltration
35WAFWeb Application Firewall — filters and monitors HTTP traffic to/from a web application
36SandboxingIsolating code execution to observe behavior without risking the host system
37HoneypotA decoy system designed to attract and analyze attacker behavior
38SegmentationDividing a network into isolated zones to limit lateral movement
39Backup and RecoveryProcesses ensuring data can be restored after loss or compromise
40Patch/Vulnerability ScannerTooling that identifies known vulnerabilities across systems

Governance, Risk, and Compliance Terminology

#TermDefinition
41Risk AssessmentThe process of identifying and evaluating risk to organizational assets
42Risk AppetiteThe level of risk an organization is willing to accept
43CIA TriadConfidentiality, Integrity, Availability — the foundational security model
44GDPRGeneral Data Protection Regulation — EU data privacy law
45HIPAAHealth Insurance Portability and Accountability Act — US healthcare data regulation
46PCI DSSPayment Card Industry Data Security Standard
47SOC 2Service Organization Control 2 — an audit standard for service providers’ security controls
48ISO/IEC 27001International standard for information security management systems
49NIST CSFNIST Cybersecurity Framework — voluntary risk-based security guidance
50Audit TrailA chronological record of system activity used for accountability and investigation

Identity and Access Terminology

#TermDefinition
51IAMIdentity and Access Management
52RBACRole-Based Access Control
53SSOSingle Sign-On
54Privileged Access Management (PAM)Controls specifically governing elevated/administrative accounts
55FederationTrust relationship allowing identity verification across organizational boundaries

Incident Response and Forensics Terminology

#TermDefinition
56Incident Response (IR)The structured process of detecting, containing, and recovering from a security incident
57Chain of CustodyDocumentation proving evidence integrity throughout an investigation
58IOCIndicator of Compromise — forensic evidence suggesting a system has been breached
59TTPsTactics, Techniques, and Procedures — how a threat actor operates, per frameworks like MITRE ATT&CK
60Root Cause AnalysisDetermining the underlying cause of an incident to prevent recurrence
61Digital ForensicsThe scientific process of collecting and analyzing digital evidence

Emerging and Advanced Terminology

#TermDefinition
62Threat IntelligenceContextual information about existing or emerging threats used to inform defense
63Attack SurfaceThe total sum of points where an attacker could attempt entry
64Red Team / Blue Team / Purple TeamOffensive testers / defenders / collaborative combined exercises
65Bug BountyA program rewarding external researchers for responsibly disclosed vulnerabilities
66Shift Left (Security)Integrating security earlier in the software development lifecycle
67Cyber Kill ChainA model describing the stages of a cyberattack, from reconnaissance to objectives

How These Terms Relate

flowchart TD
    A[Threats & Attack Techniques] --> B[Vulnerabilities Exploited]
    B --> C[Defensive Controls Applied]
    C --> D[Governance & Compliance Frameworks Guide Controls]
    D --> E[Identity & Access Management Enforces Policy]
    E --> F[Incident Response When Controls Fail]
    F --> G[Threat Intelligence Feeds Back Into Defense]
    G --> A

Real-World Application

I once watched a postmortem meeting nearly go off the rails because “breach” and “incident” were used interchangeably by different stakeholders — legal treated any use of “breach” as triggering regulatory notification obligations, while the technical team meant it casually to describe any anomalous access attempt, successful or not. After that meeting, we standardized internal vocabulary against NIST definitions specifically to avoid mischaracterizing events with legal and regulatory consequences. That’s the practical stakes behind what looks like a simple glossary exercise.

Common Mistakes

  • Using “hacker” and “threat actor” interchangeably with terms like “vulnerability” or “exploit,” blurring distinct concepts.
  • Confusing a vulnerability (a weakness) with an exploit (the method used to take advantage of it).
  • Treating “incident” and “breach” as synonyms when regulatory definitions often distinguish them.
  • Misapplying compliance terms (e.g., calling any security review a “SOC 2 audit” when it isn’t one).

Best Practices

  • Standardize terminology across technical, legal, and executive teams to avoid miscommunication during incidents.
  • Reference authoritative glossaries (NIST, MITRE, ISO) rather than informal definitions when precision matters.
  • Revisit and train on updated terminology as the field evolves — terms like XDR and Zero Trust didn’t exist in common usage a decade ago.

FAQs

What’s the difference between a vulnerability and an exploit? A vulnerability is the weakness itself; an exploit is the code or technique that takes advantage of that weakness.

Are “hacker” and “threat actor” the same thing? “Threat actor” is the more precise professional term, referring to any individual or group conducting malicious activity, without the ambiguous cultural connotations “hacker” carries.

What’s the best authoritative source for cybersecurity definitions? NIST’s Computer Security Resource Center glossary and MITRE’s ATT&CK framework are widely regarded as authoritative, standardized references.

Do these terms apply the same way across industries? Core technical terms are consistent, but compliance-related terms (HIPAA, PCI DSS) are industry-specific and should be applied only where legally relevant.

Summary and Recommendations

Precise cybersecurity vocabulary isn’t academic — it directly affects how incidents are classified, escalated, and legally interpreted. Anchor your team’s terminology to authoritative sources like NIST and MITRE, and revisit it regularly as the field’s language continues to evolve.

References:

  • NIST Computer Security Resource Center Glossary: https://csrc.nist.gov/glossary
  • MITRE ATT&CK: https://attack.mitre.org/
  • ISO/IEC 27000 series: https://www.iso.org/standard/27001
  • SANS Glossary of Security Terms: https://www.sans.org/security-resources/glossary-of-terms/
Total
0
Shares

Leave a Reply

Previous Post
Blinded by Fear: Perception versus Reality with Common Online Risks

Blinded by Fear: Perception versus Reality with Common Online Risks

Next Post
Chat, email, web, and chat room slang and acronyms

Chat, email, web, and chat room slang and acronyms

Related Posts