What Is a Security Incident
A security incident is any event that violates an organisation's security policy or threatens the confidentiality, integrity, or availability of its information assets. This topic defines incidents, distinguishes them from events and alerts, and maps the major incident categories including data breaches, ransomware, insider threats, and service disruptions.
Last updated:
A security incident is an event, or a chain of events, that violates an organisation's security policy or poses a credible threat to the confidentiality, integrity, or availability of its information assets. The definition is deliberately broad: it covers a targeted intrusion by an external attacker, ransomware encrypting a hospital's records, an employee emailing a client list to a personal account, a denial-of-service attack that takes a payment system offline, and a misconfigured server that exposes personnel files to the internet. All of these are incidents because all of them represent a departure from an acceptable security state. Understanding this definition precisely matters because the decision to declare something an incident triggers a specific response process, legal obligations, and resource commitments.
Practitioners distinguish three related terms that are frequently confused. An event is any observable occurrence in a system or network: a login, a packet transmitted, a file accessed. Events happen continuously in the millions. An alert is a notification generated when an event or pattern of events matches a detection rule; alerts may or may not represent real threats. An incident is a confirmed or highly suspected breach of security policy that requires a response. A breach is a specific type of incident involving unauthorised access to or disclosure of protected data. Keeping these distinctions clear prevents two common failures: treating every alert as an incident (which exhausts responders) and treating genuine incidents as mere alerts (which allows threats to persist).
The taxonomy of incident types serves a practical purpose: different categories require different containment and eradication strategies, carry different legal notification timelines, and involve different technical disciplines. A ransomware incident demands immediate network isolation and backup integrity checks. A data breach demands evidence preservation and rapid identification of what data left the environment. An insider threat incident requires a different evidentiary chain and often involves HR and legal teams from the first hour. Knowing the category of an incident shapes every decision that follows.
By the end of this topic you will be able to:
- Define a security incident and distinguish it from an event, an alert, and a breach.
- Identify the four major incident categories (data breach, ransomware, insider threat, service disruption) and explain the key characteristics of each.
- Explain why incident taxonomy matters for containment strategy and legal notification obligations.
- Apply a basic severity classification framework to an incident scenario.
- Describe how the decision to declare an incident triggers the formal incident response process.
- Security incident
- An event or chain of events that violates an organisation's security policy or credibly threatens the confidentiality, integrity, or availability of information assets. The declaration of an incident formally activates the incident response process.
- Security event
- Any observable occurrence in a system or network. Events are the raw material from which alerts and incidents are identified; the vast majority of events are routine and require no action.
- Alert
- A notification generated when an event or pattern of events matches a detection rule. Alerts require triage to determine whether they represent genuine threats; many alerts are false positives.
- Data breach
- An incident in which an unauthorised party gains access to, copies, or discloses protected data. Breaches trigger specific legal notification requirements under laws such as GDPR (EU), state breach statutes (US), and the Digital Personal Data Protection Act 2023 (India).
- Ransomware
- Malware that encrypts or exfiltrates data and demands payment for restoration or suppression. Modern ransomware incidents often combine an availability impact (encrypted systems) with a confidentiality impact (stolen data), triggering multiple concurrent response obligations.
- Insider threat
- An incident originating from a person with legitimate access to an organisation's systems, whether through malicious intent (data theft, sabotage) or negligence (misconfiguration, misdirected email). Insider incidents require different evidentiary handling than external intrusions.
Events, alerts, and incidents: drawing the line
Every organisation's monitoring infrastructure generates an enormous volume of events. A moderately sized enterprise may log millions of events per day across endpoints, network devices, identity systems, and cloud services. The entire discipline of security operations exists to convert that raw volume into a manageable signal: events that warrant attention, alerts that require triage, and incidents that require a structured response.
| Term | Definition | Example | Action required |
|---|---|---|---|
| Event | Any observable system or network occurrence | User logs in at 9 am | None (routine) |
| Alert | Event or pattern matching a detection rule | Five failed logins in 60 seconds | Triage by analyst |
| Incident | Confirmed or credible policy violation or threat | Valid credentials used from an attacker-controlled IP after phishing | Formal IR process |
| Breach | Incident involving unauthorised data access or disclosure | Customer records confirmed exfiltrated | IR process plus legal notification |
The triage step between alert and incident declaration is where most organisations struggle. Declaring too many incidents exhausts the response team and erodes the credibility of the process. Declaring too few allows genuine threats to persist unaddressed. Effective triage criteria include: does the evidence indicate a policy violation has occurred or is underway? Is a specific asset or data type at risk? Does the pattern match a known threat behaviour? If the answers are yes, the event crosses the threshold into an incident.
NIST SP 800-61 defines an incident as 'a violation or imminent threat of violation of computer security policies, acceptable use policies, or standard security practices.' The SANS PICERL model uses similar language. ISO 27035 describes an incident as 'an unwanted or unexpected information security event or series of events that has a significant probability of compromising business operations and threatening information security.' The definitions converge on the same core idea: a security incident is a departure from an acceptable security state that requires a response. The formal IR lifecycle begins at the moment of declaration.
Data breaches: unauthorised access and disclosure
A data breach is an incident in which an unauthorised party gains access to, copies, transmits, or discloses protected data. The definition covers a wide range of scenarios: a hacker who exfiltrates a database of payment card numbers; an employee who emails a spreadsheet of customer records to a personal account; a misconfigured S3 bucket that makes medical records publicly accessible; a physical theft of an unencrypted laptop containing personnel files.
Breach notification law is the most consequential legal consequence of a data breach. The EU General Data Protection Regulation (GDPR) requires notification to the supervisory authority within 72 hours of becoming aware of a breach likely to result in risk to individuals' rights, and direct notification to affected individuals when the risk is high. In the United States, breach notification requirements are set by a patchwork of state laws, with California's CCPA and its enforcement amendment among the strictest. India's Digital Personal Data Protection Act 2023 (DPDPA) imposes breach notification obligations on data fiduciaries, with timelines set by the Data Protection Board. The UK post-Brexit Data Protection Act 2018 mirrors GDPR timelines. In all jurisdictions, the clock starts from when the organisation becomes aware, not from when the breach actually occurred.
Not every breach is immediately visible. Many are discovered weeks or months after the initial intrusion, through threat intelligence, customer reports, or law enforcement notification. The 2020 SolarWinds supply-chain breach, in which attackers compromised software updates to gain access to thousands of organisations' networks, went undetected for approximately nine months. Dwell time, the period between initial compromise and detection, averages weeks to months across the industry and is a key metric that incident response programmes aim to reduce.
Ransomware: a combined availability and confidentiality threat
Ransomware is malware that denies access to data or systems and demands payment, typically in cryptocurrency, for restoration. Early ransomware, such as the 2013 CryptoLocker, simply encrypted files on the victim's machine. Modern ransomware incidents are more complex: attackers first spend time inside the network conducting reconnaissance and exfiltrating data, then deploy the encryption payload. This double-extortion approach means a ransomware incident almost always includes a data breach component, triggering notification obligations in addition to the availability impact.
The 2017 WannaCry attack exploited an unpatched Windows vulnerability to spread across networks, encrypting files on hundreds of thousands of machines in more than 150 countries, including the UK National Health Service. The 2021 Colonial Pipeline attack encrypted operational systems controlling a major US fuel pipeline, causing a six-day shutdown and fuel shortages across the US East Coast. Both cases illustrate how a ransomware incident against infrastructure can escalate to a public safety event within hours.
Initial access methods for ransomware consistently include phishing emails carrying malicious attachments or links, exploitation of public-facing applications with unpatched vulnerabilities, and compromised remote access credentials. Once inside, attackers use legitimate tools such as PsExec, PowerShell, and Cobalt Strike to move laterally and escalate privileges before deploying the ransomware payload. This means the forensic trail of a ransomware incident typically begins days to weeks before the encryption event that triggers the response.
Insider threats: malicious and negligent
Insider threat incidents involve people with legitimate access to an organisation's systems. They divide into two categories with different motivations, different indicators, and different response approaches. Malicious insiders intentionally cause harm: they steal intellectual property before resigning to join a competitor, exfiltrate customer data for sale, or sabotage systems during a dispute. Negligent insiders cause harm accidentally: they send sensitive files to the wrong email address, misconfigure cloud storage permissions, click phishing links, or leave devices unattended.
The 2013 Edward Snowden case is the most widely cited malicious insider incident: a contractor with privileged access to NSA systems copied and exfiltrated classified documents using legitimate credentials and authorised tools, evading detection for months. At a smaller scale, insider data theft is common in financial services, healthcare, and technology firms, where departing employees download client lists or product files to personal devices. The 2022 Morgan Stanley incident resulted in a $35 million SEC settlement after a contractor improperly disposed of hardware containing unencrypted customer data.
Responding to a suspected insider incident requires care that external intrusions do not. The response team must preserve forensic evidence without alerting the subject, coordinate with HR and legal from the start, and maintain confidentiality to avoid defamation risk or tipping off the insider. Jurisdictions differ on what monitoring is lawful: the EU's GDPR limits workplace monitoring; the UK's Investigatory Powers Act 2016 sets boundaries for organisations; India's DPDPA imposes conditions on processing employee data. Legal review before or at incident declaration is essential in insider cases.
Service disruptions and availability incidents
Availability incidents make systems or services inaccessible to authorised users. The most common external cause is a Distributed Denial of Service (DDoS) attack, in which an attacker directs traffic from many sources at a target, overwhelming its capacity. DDoS attacks range from volumetric floods measured in terabits per second to more targeted application-layer attacks that exhaust server resources with smaller traffic volumes. Internal causes of availability incidents include hardware failure, software bugs, and misconfiguration: these are not attacks, but they can rise to the level of an incident if they violate a security policy about service availability or if they affect data integrity.
Critical infrastructure sectors face specific regulatory treatment for availability incidents. In the United States, sectors including energy, water, healthcare, and financial services are subject to sector-specific incident reporting rules administered by CISA, FERC, and other regulators. The EU's Network and Information Systems (NIS2) Directive, effective from October 2024, mandates incident notification for essential and important entities across a wide range of sectors. In India, CERT-In (the Computer Emergency Response Team) requires organisations in notified sectors to report incidents within six hours of detection, one of the strictest timelines globally.
The response to an availability incident differs from a data exfiltration incident. The primary objective is service restoration, not evidence preservation. However, if the availability incident is caused by an attacker, evidence of the attack method must be preserved before remediation to support attribution, legal proceedings, or insurance claims. Incident responders must balance these objectives, and the resolution is almost always to preserve a forensic copy of the affected systems before restoring from backup.
Incident severity classification
Severity classification determines how fast an incident is escalated, how many resources are committed, who is notified, and whether external regulators or counsel must be engaged immediately. Most organisations use a four or five-tier system, commonly labelled P1 through P4 or Critical, High, Medium, Low. The classification is applied at the time of incident declaration and can be revised as the scope becomes clearer.
| Severity | Characteristics | Typical examples | Escalation |
|---|---|---|---|
| P1 / Critical | Business-critical systems unavailable; confirmed mass data exfiltration; regulatory timeline triggered | Ransomware across core infrastructure; breach of >100,000 records | Immediate CISO/CEO; legal; regulators |
| P2 / High | Significant systems affected; confirmed intrusion; sensitive data at risk | Active attacker in network; breach of sensitive subset of data | CISO and IR lead within 1 hour |
| P3 / Medium | Limited impact; contained threat; no confirmed data loss | Malware on single endpoint, contained; phishing credential theft, no lateral movement | IR team; security manager within 4 hours |
| P4 / Low | Minimal impact; informational; no active threat | Port scan; single failed phishing click; policy violation with no harm | Documented and monitored; no escalation |
Severity is determined by three factors applied in combination: scope (how many systems, users, or data records are affected), sensitivity (what classification level does the affected data carry), and velocity (how quickly is the incident spreading or causing harm). A breach of 50 records of public information may be P4. A breach of 50 medical records is P2 or P1, depending on jurisdiction. The same criteria that drive severity also drive whether regulatory notification timelines are activated, so accuracy in the initial classification matters. Systematic approaches to classification are codified in triage and incident prioritisation frameworks.
Classification is documented in the incident record from the first entry. This documentation is essential for post-incident review and, in breach cases, for demonstrating to regulators that the organisation responded proportionately and within required timelines. A pattern of under-classification followed by late escalation is a red flag in regulatory investigations and insurance assessments alike.
A firewall log records 10,000 blocked connection attempts from an external IP over one hour. No connection succeeded and no system was affected. How should this be classified?
Key Takeaways
- A security incident is an event or chain of events that violates security policy or credibly threatens confidentiality, integrity, or availability; it is distinguished from a routine event by the decision to declare it, which activates the formal incident response process.
- The four major incident categories, data breaches, ransomware, insider threats, and service disruptions, each require different containment strategies, involve different legal obligations, and engage different technical and organisational resources.
- Data breaches trigger notification obligations under GDPR (72 hours to supervisory authority), US state breach laws, India's DPDPA 2023, and equivalent statutes; the clock starts from awareness, not from full scope confirmation.
- Modern ransomware incidents almost always combine an availability impact with data exfiltration, making them concurrent breach events that activate both availability response procedures and breach notification obligations simultaneously.
- Severity classification at incident declaration, using factors of scope, data sensitivity, and velocity, determines escalation speed, notification timelines, and resource commitments, and must be documented accurately from the first log entry.
What is the difference between a security event and a security incident?
What is a data breach?
What makes ransomware an incident rather than just malware?
What is an insider threat incident?
How are incidents classified by severity?
Test yourself on Incident Response and Management with free, timed mocks.
Practice Incident Response and Management questionsSpotted an error in this page? Report a correction or read our editorial standards.