Skip to content
cybersecurity

Post-incident actions

Post-incident actions are the structured set of processes triggered after a confirmed cybersecurity incident — from containment, through eradication, recovery, lessons learned (Post-Incident Review, PIR), IR plan and playbook updates, all the way to forensic preservation of evidence for regulatory, insurance and potential criminal proceedings. Post-incident actions cover phases 3 and 4 of the NIST SP 800-61 Rev 3 lifecycle (Containment-Eradication-Recovery + Post-Incident Activity) and the domains of ISO/IEC 27035-2 and 27035-3. How well they are executed decides whether the organisation comes back online in hours or in weeks, whether it hits hard regulatory deadlines (GDPR 72h, NIS2 24h/72h/1m, DORA major incident, SEC 8-K 4 business days), and whether the same incident reappears six months later.

Post-Incident Actions — comprehensive guide (2026)

TL;DR — what are post-incident actions?

Post-incident actions are the structured set of processes triggered after a confirmed cybersecurity incident — everything that happens from the containment decision through to long-term learning and control hardening. They cover phases 3 and 4 of the NIST SP 800-61 Rev 3 lifecycle and the domains of ISO/IEC 27035-2 and 27035-3.

  • 6-phase cycle: containment → eradication → recovery → lessons learned (PIR) → IR plan update → forensic preservation with chain of custody.
  • Hard regulatory deadlines: GDPR Art. 33 — 72h to the supervisory authority; NIS2 Art. 23 — 24h early warning + 72h notification + 1 month final report; DORA Art. 19 — major ICT incident reporting; SEC 8-K Item 1.05 — 4 business days.
  • Most common mistake: remediation before preservation — patching, deleting or rebooting WITHOUT bit-by-bit imaging destroys the evidence needed for forensics, insurance and potential criminal proceedings.

Reactive response vs Recovery actions vs Post-Incident Review vs Lessons learned

DimensionReactive responseRecovery actionsPost-Incident Review (PIR)Lessons learned
GoalStop the attack, contain blast radiusRestore business operations to BAUUnderstand why the incident happenedMake durable changes to controls and processes
Timing after incident0-24h24h to 30 days7-14 days (formal) + 24-48h (hot wash)30-180 days (implementation)
ScopeTactical — endpoint, network, accountOperational — systems, data, business processesAnalytical — root cause, timeline, decisionsStrategic — controls, culture, investment
DeliverableContainment action log + IOCs blockedRecovery report + intensified monitoringPIR document + RCA + action itemsIR plan updates, playbooks, SIEM rules, training, tooling decisions
Phase durationHoursDays to weeksHalf-day session + 1-2 weeks of analysisQuarters to a year (implementation)

Reactive response and recovery actions are execution — they must happen and they must happen fast. PIR and lessons learned are analytical and strategic — without them, the same incident recurs from the same root cause within 6-18 months.

What are post-incident actions — formal definition

Post-incident actions are the full set of processes triggered after a confirmed cybersecurity incident has been classified. In the NIST SP 800-61 Rev 3 model — Computer Security Incident Handling Guide (revision 3 published 2024, with updated terminology compared with Rev 2 from 2012) — the IR lifecycle has four phases: Preparation → Detection & Analysis → Containment, Eradication & Recovery → Post-Incident Activity. Post-incident actions cover phases 3 and 4 — everything from the containment decision through long-term learning.

ISO/IEC 27035-2:2023 Guidelines to plan and prepare for incident response and ISO/IEC 27035-3:2020 Guidelines for ICT incident response operations organise the domain in a way that complements NIST:

  • ISO/IEC 27035-1 — principles and terminology.
  • ISO/IEC 27035-2 — guidelines for planning (overlaps with NIST Preparation).
  • ISO/IEC 27035-3 — operations (overlaps with NIST Containment-Eradication-Recovery + Post-Incident Activity).

The ENISA Good Practice Guide for Incident Management supplements ISO with the European regulatory context (NIS2, DORA, eIDAS) and is a useful reference for national CSIRTs.

Difference vs incident response (broad sense): the term “incident response” usually covers the entire lifecycle from preparation through detection to post-incident activity. “Post-incident actions” are the narrow specialisation — they start only once an incident is confirmed and triage is complete, and finish only once lessons learned are operationalised as durable control changes. The distinction matters operationally: the SOC team responsible for detection does not always own DFIR/forensic competence, and post-incident actions demand both. For a broader treatment of the full lifecycle see our sister pillar Incident Response.

6-phase post-incident cycle

Phase 1 — Containment

Containment has two layers.

Short-term containment (0-1h from confirmation) — immediate limitation of blast radius:

  • Network containment via EDR — CrowdStrike Falcon Network Containment, SentinelOne Singularity, Microsoft Defender for Endpoint — isolates an endpoint from the network in one click (the endpoint can still talk only to the EDR backend).
  • Network segmentation — VLAN isolation, firewall block rules at the core/distribution layer, iptables/nftables in Linux-heavy environments.
  • Disabling compromised accounts — Microsoft Entra ID Set-MsolUser -BlockCredential $true plus global session revoke Revoke-AzureADUserAllRefreshToken, Okta administrative session revocation, AWS IAM access key deactivation, Google Workspace user suspend.
  • Blocking attacker IPs/domains — firewall ACLs, DNS sinkholes (Cisco Umbrella, Cloudflare Gateway, BIND RPZ), proxy rules (Zscaler, Symantec ProxySG, Netskope).
  • Disable persistence mechanisms — scheduled tasks, services, registry run keys, cron jobs, WMI subscriptions, BITS jobs — often needs manual verification because modern malware layers multiple persistence mechanisms.

Long-term containment (1-72h) — strategic decisions:

  • System rebuild planning — which machines will be reimaged, which patched, which retired.
  • Temporary fixes documentation — every short-term block recorded with owner and cleanup ETA.
  • Stakeholder communication — internal, customers, regulators.

MTTR (Mean Time To Respond) target for containment: <1 hour for P1 (critical) incidents, <4h for P2 (high). Mature SOCs with SOAR — Splunk SOAR (formerly Phantom), Palo Alto Cortex XSOAR, Microsoft Sentinel automation, Tines, Torq, Swimlane — achieve <15 minute MTTR for typical ransomware and account compromise scenarios via automated playbooks.

Phase 2 — Eradication

Containment stopped the bleeding; eradication removes the cause. Key sub-steps:

  • Root Cause Analysis (RCA) — answers the question “what exactly failed and let the incident happen” (vulnerable software, missing patch, weak credential, successful social engineering, supply chain compromise). Methodologies: 5 Whys (simplest), Ishikawa fishbone (multi-cause), fault tree analysis (formal).
  • Malware removal + forensic verification post-removal — antivirus or EDR scans are not enough; custom YARA rules for discovered implants, hash hunting across the fleet, behavioural Indicators of Attack (IOAs), not only static IOCs.
  • Vulnerability patching — kill chain reconstruction shows which weaknesses the attacker used (CVE-XXXX-YYYY); patches must be applied with verification (post-patch scan confirms the gap is closed).
  • Reset all impacted credentials — not only those obviously compromised. Rule of thumb: every account that authenticated on a compromised host or through a compromised network segment during dwell time forces password reset + MFA re-enrolment + OAuth grants audit (Microsoft Defender for Cloud Apps, Okta Universal Directory).
  • Certificate revocation — if TLS or code signing certificates were compromised, revoke through the CA (Let’s Encrypt revoke endpoint, internal PKI CRL update) and reissue with fresh keys in an HSM (AWS CloudHSM, Azure Key Vault Premium HSM, Thales Luna, Entrust nShield).
  • Active Directory cleanup — if AD is compromised: krbtgt password reset (twice, 10 hours apart, to invalidate Golden Tickets), per Microsoft KB procedure; audit privileged groups (Domain Admins, Enterprise Admins, Schema Admins); kerberoasting hunt; Azure AD Connect health review.

Eradication is the stage most exposed to recurrence — incomplete persistence removal leads to re-attack within days or weeks.

Phase 3 — Recovery

Recovery restores BAU (Business As Usual) with discipline:

  • System restoration from validated backups — SHA-256 hashing pre-restore (comparison against a known-good baseline) to rule out compromised backups. Ransomware groups deliberately target backup infrastructure (Veeam, Rubrik, Cohesity, Commvault). Immutable backups (S3 Object Lock, Azure Immutable Blob, Rubrik immutability, Veeam Hardened Repository, Cohesity DataLock) are now standard.
  • Data integrity checks — checksums, database integrity (DBCC CHECKDB on SQL Server, REINDEX on PostgreSQL), application-level data validation.
  • Phased re-introduction to production — not everything at once. Critical systems first (with extra monitoring), non-critical 24-48h later. Each system in “watch mode” for 7-30 days.
  • Intensified monitoring 30-90 days post-recovery — additional SIEM rules for the TTPs identified in the incident, weekly threat hunting instead of monthly, EDR alerts for behavioural anomalies. Objective: catch a re-attack or an undetected residual implant.
  • Business continuity verification — every critical business process actually works (RTO met), not just “the system booted”. Verification by business process owners, not only by IT Operations.

Recovery is not the finish line — it is the start of intensified monitoring. Bare minimum 30 days, 90+ days for APT compromise and significant ransomware.

Phase 4 — Lessons Learned (Post-Incident Review, PIR)

Hot wash (24-48h post-recovery): a short session (60-90 minutes) with the core team while emotions are fresh:

  • What surprised you?
  • What worked better than expected?
  • What failed and demands immediate change?

Output: a list of 5-10 quick wins to ship within 7 days.

Formal PIR (7-14 days post-recovery): a facilitated session of 4-8h with every stakeholder (CISO, CTO, CEO, CFO, Legal, HR, PR, IR vendor, regulator liaison if engaged). Structured agenda:

  1. Timeline reconstruction — a time-stamped line from the first detected signal (or from attacker zero-hour) covering each decision and action. Tools: KAPE artefacts, Plaso/log2timeline for the forensic timeline, plus a manual narrative for human decisions.
  2. Root cause analysis — formal 5 Whys, fishbone/Ishikawa diagram, fault tree. Distinguish the root cause (technical exploit) from contributing factors (organisational, process, training).
  3. What went well — preserve positive practices. Be specific: “EDR Network Containment isolated the host in 12 minutes” or “the Teams war room was active eight minutes after paging”.
  4. What did not go well — process gaps, tooling gaps, knowledge gaps, communication breakdowns. Phrase without personal blame: “no playbook for insider threat” rather than “Anna did not know what to do”.
  5. Action items — SMART (Specific, Measurable, Achievable, Relevant, Time-bound), each with an owner and a deadline. All action items live in a tracker (Jira, Linear, Asana) with follow-up review.
  6. IR plan and playbook updates — concrete document edits with a change log.
  7. Training needs — a short list (within 30 days) and a long list (within a year).
  8. Investment needs — tooling (e.g. SOAR upgrade, deception technology like Thinkst Canary), headcount (additional SOC analysts, dedicated DFIR), vendor retainer (Mandiant, CrowdStrike Services, KPMG).

Blameless culture — Google SRE-style postmortem. Focus on systems and processes, never individuals. Without blameless culture people hide mistakes and decisions, which paralyses organisational learning.

PIR document — formal output, distributable to the board, with an anonymised version for broader organisational learning. Mature organisations publish a redacted external PIR for the industry (Maersk after NotPetya 2017, Norsk Hydro after LockerGoga 2019, Equifax after the 2017 breach).

Tabletop exercise integrating lessons — the next tabletop exercise should include a scenario derived from the real incident, plus mutations.

Phase 5 — IR plan update and capability improvement

Lessons learned without implementation are paper. Phase 5 is operationalisation:

  • Playbook updates — concrete document changes (with a change log, version-controlled in Git or Confluence): new steps, new roles, new contacts, new decision trees.
  • Detection rule updates — SIEM (Splunk, Microsoft Sentinel, Elastic Security, Google Chronicle), EDR (CrowdStrike Falcon custom IOAs, SentinelOne STAR rules, Microsoft Defender custom detection rules). Every TTP observed in the incident produces at least one new rule.
  • SOAR playbook updates — automation for repetitive steps (account disable, IP block, ticket creation, notification cascade).
  • Training updates — SOC analyst training (purple team exercises, lab time), executive training (tabletops for the board), end-user training (phishing simulation refocused on observed TTPs).
  • Tooling investment decisions — gap analysis: what was missing? EDR coverage gaps, missing DLP, no deception, insufficient backup immutability, no SOAR, no threat intel feed. Each gap becomes a business case with budget request.
  • Vendor relationship review — IR retainer adequacy (did SLAs hold?), cyber insurance carrier responsiveness, threat intel vendor value.

Phase 5 takes quarters, not days. It must be tracked in an action tracker with monthly review.

Forensic preservation runs in parallel with all previous phases but demands its own process discipline:

  • Chain of custody form — who, when, what evidence, how it was transferred, SHA-256 hash, signature. Every custody change documented. Without a chain of custody, evidence is inadmissible (US Federal Rules of Evidence Rule 901, UK Police and Criminal Evidence Act 1984, equivalent rules across EU jurisdictions).
  • Bit-by-bit imaging of affected disks — tools: dd (basic Linux), FTK Imager (free, Windows, AccessData), EnCase (Guidance Software/OpenText, enterprise courtroom standard), X-Ways Forensics (lightweight, fast), SIFT Workstation (SANS, free Linux distro forensic-ready), Magnet AXIOM. SHA-256 hashing pre/post on every image; mismatch implies compromise or corruption.
  • Memory acquisitionLiME (Linux Memory Extractor), Magnet AXIOM (commercial), Volatility (analysis framework that consumes various source formats), FTK Imager RAM dump (Windows), Magnet RESPONSE (free triage tool).
  • Network capture preservation — full packet capture (Wireshark for analysis, Zeek/Bro for protocol metadata, Suricata for IDS+capture), NetFlow/sFlow from routers (Cisco NetFlow v9, sFlow v5, nfdump, pmacct).
  • Log retention extension — extend policy to 1-3 years for impacted systems (default is often 90 days); export SIEM data to cold storage (Splunk Frozen, Microsoft Sentinel Archive, Elastic Frozen tier, AWS S3 Glacier).
  • Cloud forensics — full AWS CloudTrail retention plus a dedicated forensic S3 bucket, Azure Activity Log plus Diagnostic Settings export, GCP Cloud Audit Logs preservation, snapshots of EBS volumes, Azure Managed Disks and GCP Persistent Disks. Cloud-native tools: AWS GuardDuty findings retention, Microsoft Sentinel Threat Hunting, GCP Security Command Center.
  • Mobile forensicsCellebrite UFED (industry standard for law enforcement), Magnet AXIOM Mobile, Oxygen Forensic Detective, MSAB XRY.
  • Email forensicsMicrosoft Purview eDiscovery (Premium tier for advanced), Mimecast Archive, Proofpoint Targeted Attack Protection with URL Defense logs, Google Workspace Vault.
  • Forensic tool ecosystem (DFIR stack 2026): Volatility (memory analysis), Autopsy + Sleuth Kit (free disk forensics), Plaso + log2timeline (super-timeline construction), KAPE — Kroll Artifact Parser and Extractor (rapid triage, free), Velociraptor (live response, agent-based, Rapid7), CrowdStrike Falcon Forensics (commercial, integrated with Falcon EDR), Magnet RESPONSE (free triage from Magnet Forensics).
  • Legal hold — for civil litigation or criminal proceedings: a formal legal hold notice to every custodian, with mandatory preservation policy that stops normal data deletion and log rotation. National police cybercrime units, intelligence services (NCA in the UK, FBI in the US, BfV in Germany, ABW in Poland) and prosecutors may all issue preservation orders.

Without forensic preservation:

  • Cyber insurance may deny the claim (most policies require evidence preservation as a condition precedent).
  • Regulators may rule the incident response inadequate (data protection authorities can fine organisations for poor incident management itself, not only for the underlying breach).
  • Criminal proceedings against the attackers (if identified) become impossible — no admissible evidence.

Notifying regulators and stakeholders — hard deadlines

Every deadline below is hard and independent of the others — missing one is a separate infringement with a separate fine.

GDPR Article 33 — personal data breach

  • Deadline: 72 hours from awareness of the breach.
  • Recipient: the lead supervisory authority — ICO (UK), CNIL (FR), BfDI (DE), AEPD (ES), UODO (PL), Datatilsynet (DK), DPC (IE), Garante (IT).
  • Trigger: a personal data breach likely to result in a risk to the rights and freedoms of natural persons.
  • Content: nature of the breach, categories and approximate number of data subjects, categories and approximate number of records, likely consequences, measures taken or proposed, DPO contact.
  • Article 34: additional communication to data subjects without undue delay when the breach is likely to result in a high risk.
  • Fines: up to EUR 20m or 4% of global annual turnover, whichever is higher.

NIS2 Article 23 — ICT incident

  • Early warning: 24 hours from awareness of a significant incident.
  • Incident notification: 72 hours with a current assessment of impact.
  • Final report: 1 month with detailed root cause, impact and remediation.
  • Recipient: the competent national CSIRT (NCSC UK, BSI CERT-Bund DE, ANSSI FR, NCSC-NL, CCN-CERT ES, CSIRT NASK / CSIRT GOV in Poland).
  • Fines: up to EUR 10m or 2% of global turnover for essential entities, EUR 7m or 1.4% for important entities.

DORA Article 19 — major ICT-related incident (financial sector)

  • Trigger: a major ICT-related incident as defined by the DORA Regulatory Technical Standards (customer impact, transaction volume, duration, geographic spread, reputational and economic impact).
  • Recipient: the competent national authority (FCA, BaFin, AMF, CONSOB, CNB), with onward reporting to EBA, ESMA and EIOPA.
  • Fines: up to 1% of average daily worldwide turnover for each day of infringement (cumulative).

PCI DSS 4.0 Requirement 12.10 — payment card data

  • Deadline: incident response plan plus immediate notification to the acquiring bank and card brands (Visa, Mastercard, AmEx, Discover, JCB) — typically within hours.
  • Forensic investigation: a PCI Forensic Investigator (PFI) is mandatory for larger breaches.
  • Penalties: fines from card brands (USD 5k-100k per month), revoked merchant status, lawsuits from banks, mandatory PCI DSS recertification.

HIPAA Breach Notification Rule (US healthcare)

  • HHS notification: 60 days for breaches affecting 500+ individuals.
  • Individual notification: 60 days from discovery.
  • Media notification: prominent media outlets in the state/jurisdiction if 500+ residents affected.
  • Penalties: up to USD 1.9m per violation per year (four-tier system based on culpability).

SEC Cyber Disclosure Rule (US listed companies, since 2023)

  • Deadline: Form 8-K Item 1.05 within 4 business days of determining materiality.
  • Trigger: a material cybersecurity incident — “an incident a reasonable investor would consider important” per SEC guidance.
  • Penalties: SEC enforcement actions, securities class action lawsuits.

UK NCSC + ICO

  • ICO: 72h equivalent to GDPR under UK GDPR / Data Protection Act 2018.
  • NCSC: voluntary reporting for serious cyber incidents, mandatory for entities under the NIS Regulations 2018 (Critical National Infrastructure operators of essential services).

Cyber insurance carrier notification

  • Deadline: typically 48 hours from awareness (varies by policy — Coalition, Beazley, AIG, Munich Re, Chubb, Lloyd’s syndicates).
  • Trigger: any event that could give rise to a claim (broad definition in most policies).
  • Consequence of late notification: claim denial, breach of contract.

Customers, partners, employees, public

  • No hard legal deadline beyond GDPR Art. 34 individual notification.
  • Best practice: communication plan inside the playbook, status page (Statuspage.io, Atlassian Statuspage, Better Stack), board notification matrix, public statement decision process (PR + Legal go/no-go).

Per-incident-type action playbooks

Ransomware

  • Do NOT pay (detailed rationale in FAQ 4): CISA / FBI / Europol / NCSC / ENISA consensus.
  • No More Ransom project (nomoreransom.org) check — public decryptors for hundreds of variants.
  • Forensic preservation BEFORE any changes — bit-by-bit image, memory dump, network capture.
  • Contact the national CSIRT (CISA in the US, NCSC in the UK, CERT Polska in Poland) plus the relevant law enforcement cybercrime unit (FBI IC3, NCA, BKA).
  • Paid threat intelligence for TTP identification — CrowdStrike Falcon Intelligence, Mandiant Advantage, Recorded Future, Microsoft Defender Threat Intelligence. TTPs for LockBit 3.0, BlackCat/ALPHV, Cl0p, Conti spinoffs, Royal, Akira, Play and Hunters International are well documented.
  • Cyber insurance carrier — engage early, file business interruption claim, forensic vendor coverage.
  • Restore from immutable backups — Rubrik, Cohesity, Veeam Hardened Repository, AWS S3 Object Lock, Azure Immutable Blob.

Data breach (GDPR)

  • 72h supervisory authority notification — GDPR Art. 33.
  • Individual notification if high risk — GDPR Art. 34, “without undue delay”.
  • Root cause + DPIA update — the Data Protection Impact Assessment must be refreshed.
  • Vendor termination decision if third-party — review of contractual obligations and indemnity clauses.
  • Cyber insurance carrier call — most policies cover notification costs, forensics, legal, credit monitoring for affected individuals.

Account compromise

  • Force password reset for all impacted + global session revoke — Microsoft Entra ID Revoke-AzureADUserAllRefreshToken, Okta administrative session revocation, Google Workspace session reset.
  • MFA re-enforcement verification — disable and re-enrol for compromised accounts; check that no fallback OTP method (SMS, voice) could have been abused.
  • OAuth grants audit and revokeMicrosoft Defender for Cloud Apps (MDA) lists every third-party OAuth grant per user; revoke anything suspicious.
  • Historical lookback — UEBA (Microsoft Sentinel UEBA, Exabeam, Splunk UBA, Securonix) hunts anomalies in the last 30-90 days.
  • User notification — the user must know their account was compromised (HR and Legal advise on wording).

Insider threat

  • HR + Legal + IR coordination — critical sequence, especially if the employee is still active.
  • Badge revocation and account suspension — synchronised with the HR meeting.
  • Evidence preservation BEFORE confrontation — chain of custody is critical for any future prosecution. Forensic disk imaging of laptop, email export, Teams/Slack export, cloud storage forensic.
  • Communication discipline — restricted distribution, attorney-client privilege where applicable.

Supply chain attack (SolarWinds 2020, Kaseya 2021, MOVEit 2023, 3CX 2023, XZ Utils 2024)

  • IOC blocking — every IOC from threat intel feeds and vendor advisories.
  • Vendor communication + accountability — RFI to vendor, contract review (SLA, indemnity, breach notification clauses), legal counsel engagement.
  • Threat intel sharingCISA (US, JCDC), ENISA (EU), national CSIRT, sector ISACs.
  • Patching cadence acceleration — especially for products from the compromised vendor.
  • Vendor risk reassessment — full third-party portfolio review; SBOM (Software Bill of Materials) inspection per US Executive Order 14028.

APT compromise (Advanced Persistent Threat)

  • Long-term lookback (months) — APT dwell time historically exceeded 200 days. Mandiant M-Trends 2024 reports a median of 16 days for detected APT, but undetected APT can sit for years.
  • Lateral movement reconstruction — SIEM threat hunting, KAPE artefacts, AD audit logs, Sysmon, EDR telemetry.
  • Possible re-image of the entire AD forest — in extreme cases (Sony Pictures 2014, Saudi Aramco 2012, NotPetya scenarios) the only guaranteed remediation is a greenfield AD rebuild.
  • IR retainer engagement — Mandiant, CrowdStrike Services, Palo Alto Unit 42, KPMG, Deloitte, PwC, EY, Kroll, Stroz Friedberg for scope, depth and attribution.

DDoS

  • Scrubbing service engagement — Cloudflare Magic Transit, Akamai Prolexic, AWS Shield Advanced, NETSCOUT Arbor, Imperva.
  • Capacity scaling and traffic engineering.
  • Status page + customer communication.

Forensic preservation — technical details

(Phase 6 of the cycle — runs in parallel with all other phases.)

The full DFIR toolset is listed under Phase 6 above. The key discipline requirements:

  • Chain of custody — without it, evidence is inadmissible. The form must capture evidence ID, description, custodian, timestamp, SHA-256 hash, signature and transfer log.
  • SHA-256 hashing pre/post — every image carries two hashes, at acquisition and at verification. Mismatch implies compromise or corruption.
  • Court-admissible forensic tools — EnCase, X-Ways, FTK Imager and dd are accepted in court; ad-hoc copies via cp or xcopy usually are not (no determinism, no built-in hashing).
  • Memory before disk — RAM is volatile; dump it first, image the disk afterwards.
  • Network capture — minimum is the incident window plus 48h before and after; ideal is a continuous packet capture infrastructure (Corelight, Endace, Gigamon).
  • Cloud-native forensics — AWS GuardDuty findings export, Azure Sentinel Threat Hunting queries archive, GCP Security Command Center findings.

Lessons Learned framework — how to run a PIR

(Detailed in Phase 4 above.)

Key principles:

  1. Hot wash 24-48h — emotions fresh, core team members, focus on what worked / what surprised / what failed.
  2. Formal PIR 7-14 days — facilitated, all stakeholders, eight-point structured agenda.
  3. Blameless culture — Google SRE-style postmortem. Focus on systems and processes, never individuals.
  4. PIR document — formal output, distributable, anonymised version for broader organisational learning.
  5. External validation — an independent post-incident audit can verify remediation. A security audit is a natural follow-up.
  6. Tabletop exercise integrating lessons — the next tabletop carries a scenario derived from the real incident, with mutations.

Cybersecurity incident costs 2026

IBM Cost of a Data Breach Report 2024 (the most cited global benchmark, methodology by Ponemon Institute):

  • Global average breach cost: USD 4.88M (record, +10% YoY 2023-2024).
  • Ransomware specifically: USD 5.13M average (excluding ransom payment).
  • Healthcare: USD 9.77M average — the highest sector for 14 consecutive years (HIPAA penalties + reputational + business interruption).
  • Time to identify + contain: 258 days average global; mature programmes (top quartile) below 200 days.
  • Mature SOC saves: ~USD 1.76M per incident (organisations with mature SOC and IR vs immature ones).
  • AI-enabled security: ~USD 2.22M cost reduction per breach (organisations using AI/automation extensively).

Mandiant M-Trends 2024 adds:

  • Global median dwell time: 16 days (a dramatic improvement from 200+ days in 2014, driven by EDR adoption).
  • Median dwell time by region: APAC 18 days, EMEA 26 days, Americas 11 days.
  • Notification source: 54% external (third-party, regulator, customer), 46% internal detection.

Verizon DBIR 2024:

  • 68% of breaches involve a human element (phishing, social engineering, error, misuse).
  • Vulnerability exploitation breaches: +180% YoY (MOVEit, Citrix Bleed, ConnectWise dominate).
  • Ransomware: 32% of breaches (down from 24% in 2023, but with a shift toward pure extortion without encryption).

Cyber insurance penetration mid-market: ~40-60% (Coalition, Beazley, AIG, Munich Re, Chubb dominate). Premiums rose 50-200% in 2021-2024, capacity is constrained and ransomware exclusions are common in new policies.

2026 trends in post-incident actions

  • AI-augmented forensicsMicrosoft Security Copilot, CrowdStrike Charlotte AI, Google Sec Workbench (Gemini for Security), Mandiant Advantage AI accelerate log analysis, timeline reconstruction and IOC enrichment. They cut mean time to triage from hours to minutes for typical scenarios.
  • Automated response (SOAR) — playbook automation for containment and eradication. Splunk SOAR (formerly Phantom), Palo Alto Cortex XSOAR, Microsoft Sentinel automation, Tines, Torq, Swimlane. Mature deployments achieve <15 minute MTTR.
  • Continuous DFIRVelociraptor (Rapid7, open source) and GRR Rapid Response (Google open source) replace point-in-time engagement. Always-on forensic agents allow ad-hoc fleet-wide queries without manual acquisition.
  • DORA-driven mature IR in EU finance — from 17 January 2025 the regulation mandates ICT incident reporting, operational resilience testing, third-party risk management and threat-led penetration testing (TLPT, TIBER-EU framework) for every EU financial entity.
  • Cyber insurance as a maturity driver — carriers now require, as a precondition: MFA on every privileged account, EDR fleet-wide, immutable backup verification, IR plan documentation, tabletop exercises at least annually, vendor risk management.
  • Threat intel sharingJCDC (Joint Cyber Defense Collaborative, US, CISA-led), ENISA EU-CSIRT network, sector ISACs (FS-ISAC for finance, H-ISAC for healthcare, E-ISAC for energy, MS-ISAC for state and local government, A-ISAC for automotive). Collective defence model — IOC sharing within a trusted community.
  • Recovery time SLAs — formal RTO/RPO contracts with backup vendors (Rubrik, Cohesity, Veeam, Commvault). Penalties for SLA breach are standard in enterprise contracts.
  • Privacy-by-design forensics — GDPR-compliant evidence handling. Data minimisation in preservation, pseudonymisation where possible, respect for data subject rights during forensic work.
  • Cloud-native IR — cloud forensics specialisation. AWS GuardDuty integration, Azure Sentinel Threat Hunting, GCP Security Command Center, Cloudflare Logpush forensics, Snowflake audit log forensics.
  • Ransomware ecosystem evolution — pure data extortion without encryption (Cl0p MOVEit campaign 2023), affiliate model destabilisation (LockBit 3.0 takedown in February 2024 by the NCA, FBI and Europol — Operation Cronos), new entrants (Hunters International, Akira, Play, Cactus, BlackSuit/Royal rebrand).

How nFlo helps with post-incident actions

nFlo runs the full post-incident lifecycle for mid-sized and large organisations across Poland and the wider CEE region. We specialise in:

  • DFIR services — digital forensics and incident response on confirmed incidents, retainer for pre-vetted rapid response, full lifecycle from containment through recovery to PIR.
  • Incident Response 24/7 — reactive IR plus retainer agreements aligned with cyber insurance carrier requirements.
  • SOC 24/7 — proactive detection minimises dwell time and blast radius before the incident matures; tight integration with IR operations.

nFlo confirmed metrics (CLAUDE.md baseline): 200+ active clients, 500+ projects delivered, 98% client retention, <15 minute average response on P1 alerts, 90% measured risk reduction in post-engagement assessments.

DFIR competence in the nFlo team covers GCFA (GIAC Certified Forensic Analyst), GCFE (Forensic Examiner), GREM (Reverse Engineering Malware), OSCP, CHFI (Computer Hacking Forensic Investigator) certifications, cooperation with CERT Polska, ISAC membership and partnership programmes with Mandiant, CrowdStrike, Microsoft and Cisco Talos.

FAQ — frequently asked questions about post-incident actions

What are post-incident actions? A structured 6-phase cycle: containment → eradication → recovery → PIR → IR plan update → forensic preservation. These are phases 3-4 of NIST SP 800-61 Rev 3 and the domains of ISO/IEC 27035-2 and 27035-3.

What should you do in the first hour after detecting an incident? Six steps in order: short-term containment, IR team activation, forensic preservation BEFORE any change, time-stamped documentation, internal notifications, start chain of custody. Golden rule: preservation before remediation.

How much time do I have to report a GDPR breach? 72 hours from awareness to the supervisory authority (Art. 33), plus individual notification if high risk (Art. 34). Missing the window is a separate infringement with fines up to EUR 20m or 4% of turnover.

Should you pay the ransomware ransom? No. Reasons: no decryption guarantee (~30% failure), funding the next attack, OFAC sanctions, double extortion, 80% re-attack within 12 months. Alternatives: No More Ransom, restore from immutable backups, threat intel for TTP identification, cyber insurance carrier engagement.

Who should be involved? Core team: CISO/IR Lead, SOC analysts, DFIR specialists, IT Ops, Legal, HR (insider threats), Comms/PR, executive management. External: forensic vendor retainer (Mandiant, CrowdStrike Services, KPMG, Deloitte), cyber insurance carrier, regulator liaisons (ICO, CNIL, BfDI, UODO, national CSIRT), law enforcement if criminal.

  • Incident Response — the full IR lifecycle (preparation + detection + post-incident actions)
  • Forensics — digital forensics, a subset of post-incident actions
  • Incident Management — the broader ITSM (ITIL) process for operational incidents
  • CSIRT — Computer Security Incident Response Team
  • Tabletop — IR plan simulation exercise
  • Threat Hunting — proactive search for threats
  • IOC — Indicators of Compromise
  • TTP — Tactics, Techniques, Procedures
  • EDR — Endpoint Detection and Response
  • XDR — Extended Detection and Response
  • Security audit — independent verification after the incident (sister Cykl 7 R5)
  • Penetration testing — pre-incident assessment (sister Cykl 7 R5)
  • Phishing campaign — the most common initial access vector (sister Cykl 7 R5)

Explore our services

Need support with post-incident actions? See:

Frequently asked questions

+ What are post-incident actions?

Post-incident actions are the structured set of processes triggered after a confirmed cybersecurity incident. They cover six phases: (1) **containment** — short-term and long-term limitation of blast radius, (2) **eradication** — removing the threat, root cause analysis, patching, credential reset, (3) **recovery** — restoring from validated backups with intensified monitoring for 30-90 days, (4) **lessons learned (PIR — Post-Incident Review)** — a hot wash 24-48h after recovery plus a formal PIR 7-14 days later, (5) **IR plan and playbook updates** (SIEM/SOAR rule changes, training, investment decisions) and (6) **forensic preservation** (chain of custody, bit-by-bit imaging, memory acquisition, legal hold). These are phases 3-4 of the NIST SP 800-61 Rev 3 cycle and the domains of ISO/IEC 27035-2 and 27035-3. Post-incident actions are broader than the word "response" suggests — they are the entire life of an incident from the containment decision through long-term changes to controls and culture.

+ What should you do in the first hour after detecting an incident?

The first hour after a confirmed incident is the most critical and decides the quality of the whole post-incident process. Concrete steps in order: (1) **Short-term containment decision** — isolate the affected endpoint (network containment via EDR — CrowdStrike Falcon, SentinelOne, Microsoft Defender for Endpoint), disable compromised accounts (Microsoft Entra ID disable + global session revoke), block attacker IPs and domains at the firewall and DNS layer. (2) **Activate the IR team and on-call** — page the Incident Manager, SOC Lead, CISO, Legal counsel, Communications; spin up a war room (a dedicated Teams or Slack channel plus Zoom/Meet bridge). (3) **Forensic preservation BEFORE any changes** — bit-by-bit image of affected disks (FTK Imager, dd, EnCase), memory dump (LiME, FTK Imager RAM, Magnet RESPONSE), network capture (Wireshark, Zeek), snapshots of cloud workloads (AWS EBS, Azure Disk, GCP Persistent Disk). Every state change WITHOUT preservation destroys evidence. (4) **Document everything with timestamps** — who, what, when, why; every decision in a timeline log (Jira incident, ServiceNow IR module, PagerDuty). (5) **Internal notifications** — CSIRT/CISO/CTO/CEO per the severity matrix; activate the IR retainer (Mandiant, CrowdStrike Services, Palo Alto Unit 42, KPMG, Deloitte) if scope exceeds in-house capability. (6) **Start the chain of custody form** — every artefact gets a unique ID, custodian, SHA-256 hash and acquisition timestamp. Golden rule of the first hour: **preservation before remediation** — do not patch, delete or reboot until evidence is secured.

+ How much time do I have to report a GDPR breach?

Under GDPR Article 33 the controller has **72 hours from becoming aware of the breach** to notify the competent supervisory authority (ICO in the UK, CNIL in France, BfDI in Germany, AEPD in Spain, UODO in Poland, Datatilsynet in Denmark, and equivalents across the EEA). The clock starts at "awareness" — confirmation that a breach has occurred — not at the moment it happened, which buys some time for initial triage but forces parallel investigation and notification preparation. **GDPR Article 34** adds a separate obligation to communicate the breach to affected individuals **without undue delay** when the breach is likely to result in a high risk to their rights and freedoms (credentials, payment data, special category data). The notification must cover the nature of the breach, categories and approximate number of data subjects, categories and number of records, likely consequences and measures taken or proposed. Missing the 72-hour window or filing an incomplete notification is itself a separate infringement with fines up to **EUR 20m or 4% of global annual turnover**, whichever is higher. NIS2 adds early warning at 24h, incident notification at 72h and a final report at 1 month to the relevant national CSIRT. DORA adds major ICT-related incident reporting for financial entities. The US SEC Cyber Disclosure Rule (for listed companies) requires Form 8-K Item 1.05 within **4 business days** of determining materiality.

+ Should you pay the ransomware ransom?

CISA, the FBI, Europol, the UK NCSC, ENISA and most national CSIRTs uniformly recommend: **do not pay**. Five substantive reasons. (1) **No decryption guarantee** — Coveware Q4 2024 reports that around 30% of paying victims never receive a working decryptor, or receive a tool so broken that backup restore is faster than decryption. (2) **Funding the next attack** — ransom payments fuel the TTP development of groups like LockBit 3.0, BlackCat/ALPHV, Cl0p, Conti spinoffs, Royal, Akira, Play and Hunters International (most generate USD 50m+ in annual ransom revenue). (3) **OFAC sanctions (US)** — payments to groups linked to sanctioned states (Russia, Iran, North Korea, Belarus) trigger administrative and criminal liability for the payer (OFAC Advisory 2020 and 2023 updates). (4) **Double and triple extortion** — even after payment, data stolen before encryption is usually published on the group leak site (LockBit Leak, ALPHV Leak, Cl0p Leak); paying for decryption does not buy non-disclosure. (5) **Re-attack risk** — Sophos *State of Ransomware 2024*: 80% of organisations that paid were hit again within 12 months (the same or affiliated groups treat known payers as profitable targets). **Real alternatives to paying**: (a) **No More Ransom project** (nomoreransom.org — Europol + Kaspersky + McAfee + Dutch NHTCU) — check for a public decryptor across hundreds of variants. (b) **Restore from immutable backups** (Rubrik, Cohesity, Veeam Hardened Repository, AWS S3 Object Lock, Azure Immutable Blob). (c) **Forensic preservation + threat intel** — TTP identification (Mandiant Advantage, CrowdStrike Falcon Intelligence, Recorded Future) enables targeted eradication. (d) **Cyber insurance carrier engagement** — Coalition, Beazley, AIG, Munich Re, Chubb may fund negotiation, forensics and business interruption claims (most policies do not fund the ransom itself unless explicitly endorsed). (e) **Report to the national CSIRT and law enforcement** — CISA/IC3 (US), NCSC (UK), CERT Polska, ENISA, and the relevant police cybercrime unit.

+ Who should be involved in post-incident actions?

Effective post-incident actions require a core team plus an extended team plus external partners. **Core team (24/7 availability)**: (1) **CISO / IR Lead** — overall command, severity classification and communication go/no-go. (2) **SOC analysts** — frontline detection, triage, IOC monitoring, threat hunting during the incident. (3) **Forensics / DFIR specialists** — chain of custody, disk imaging, memory acquisition, timeline reconstruction (KAPE, Volatility, Plaso/log2timeline, Autopsy, SIFT Workstation). (4) **IT Operations** — system recovery, backup restoration, network segmentation, infrastructure rebuild. (5) **Legal counsel** — regulatory notifications (GDPR/NIS2/DORA/SEC), evidence handling guidance, law enforcement liaison, contractual obligations to customers. (6) **HR** — critical for insider threats or when disciplinary action and suspended access are needed. (7) **Communications / PR** — internal messaging (employees, board), external (customers, partners, media), status page management (Statuspage.io, Atlassian Statuspage). (8) **Executive Management** — CEO, CFO, COO briefed on material impact decisions, board notification, SEC 8-K disclosure (US listed). **Extended team**: Data Protection Officer (GDPR), Compliance, Internal Audit, BCM/BCP coordinator, Vendor Management, Risk. **External partners**: (a) **Forensic vendor retainer** — Mandiant (Google Cloud), CrowdStrike Services, Palo Alto Unit 42, IBM X-Force, Kroll, Stroz Friedberg, Volexity, KPMG, Deloitte, PwC, EY, BlueVoyant. (b) **Cyber insurance carrier** — Coalition, Beazley, AIG, Munich Re, Chubb — most operate a 24/7 incident hotline with mandatory early notification clauses. (c) **Regulator liaisons** — the national data protection authority (ICO, CNIL, BfDI, UODO), the national CSIRT (NCSC UK, BSI CERT-Bund, CSIRT NASK, ANSSI), sector regulators (FCA, BaFin, KNF in finance), and CISA in the US. (d) **Law enforcement** — national police cybercrime, Europol EC3, the FBI Internet Crime Complaint Center (IC3), Interpol. (e) **Threat intel community** — JCDC (US), ENISA EU-CSIRT network, sector ISACs (FS-ISAC, H-ISAC, MS-ISAC, A-ISAC). A RACI matrix for each incident scenario should live inside the IR playbook — without one, the first 60 minutes become coordination chaos instead of execution.

Tags:

post-incident-actions incident-recovery dfir ransomware-response lessons-learned breach-notification gdpr-72h forensics

Want to Reduce IT Risk and Costs?

Book a free consultation - we respond within 24h

Response in 24h Free quote No obligations

Or download free guide:

Download NIS2 Checklist