A ransomware response plan must let your team contain active encryption, preserve forensic evidence, notify the right stakeholders, and restore prioritized services from trusted, immutable recovery sources within an auditable decision framework. When ransomware is suspected, your first 60 minutes determine whether you contain the incident or watch it spread across your environment.
Immediate action checklist for the on-call responder:
- Isolate affected systems from the network immediately. If clean disconnection isn’t feasible, power down. CISA’s Ransomware Response Checklist makes this the first mandatory step.
- Preserve volatile evidence before any shutdown: capture running memory, active network connections, and process lists on at least two representative affected hosts.
- Switch to out-of-band communications (phone, Signal, or a pre-established emergency channel). Never use email or Slack if those systems may be compromised.
- Notify the incident commander and IR lead using the pre-defined escalation path in your incident response policy.
- Invoke your incident communications plan — activate holding statements for internal leadership and legal counsel.
- Document every action with a timestamp from the moment you suspect an incident. Regulators and insurers will ask for this log.
- Do not pay, negotiate, or contact the attacker without legal counsel and law-enforcement consultation in place.
Your plan’s essential elements: activation criteria, containment authority, forensic capture requirements, a notification matrix, prioritized recovery order tied to business criticality, and defined decision authority including a Decision Time Objective (DTO) and Cyber-RTO/Cyber-RPO targets.
Key Takeaways
A ransomware response plan succeeds when containment authority, forensic capture requirements, notification triggers, and recovery prioritization are defined in writing before the incident, and exercised regularly enough that the team can execute them under pressure.
| Point | Details |
|---|---|
| First 60 minutes are decisive | Isolate, capture volatile memory, switch to out-of-band comms, and notify legal and insurer before taking any other action. |
| Cyber-RTO replaces traditional RTO | Account for scanning, patching, and validation time; a 4-hour RTO often becomes a 48–96-hour Cyber-RTO in a real ransomware event. |
| Immutable backups must be validated | Quarterly restore rehearsals are the only way to confirm your backups are clean, complete, and recoverable within your Cyber-RPO target. |
| DTO must be pre-authorized | Define who can invoke vault recovery and under what conditions before the incident; decision stalls during active encryption cost hours. |
| Blueteam-academy closes the skills gap | Practical IR training at Blueteam-academy builds the decision-making and forensic skills teams need to execute the playbook, not just read it. |
Table of Contents
- What does your ransomware response plan cover at detection?
- How to contain ransomware spread without losing forensic value
- Forensic capture, chain-of-custody, and evidence preservation
- Who do you notify, and when?
- How do you prioritize systems when everything feels critical?
- How to rebuild and restore services without reinfection
- What should your communications look like during an incident?
- Copyable playbook templates, RACI roles, and runbook snippets
- How should you test your ransomware response plan?
- How to run a post-incident review that actually improves the plan
- Staffing, skills, and decision frameworks for incident response
- How data classification shapes your recovery order
- Legal considerations: ransom payment policies and negotiators
- Coordinating with third-party vendors, forensic experts, and consultants
- Why most ransomware plans fail at the moment they’re needed most
- Build the internal skills to execute the plan, not just document it
- Sources
What does your ransomware response plan cover at detection?
Confirming a ransomware event quickly and scoping it accurately prevents both under-reaction (missing lateral movement) and over-reaction (taking down systems you don’t need to). The StopRansomware guide structures this as detection, analysis, and containment in strict sequence, with out-of-band communications throughout.
Key indicators to validate:
- Mass file rename events or unfamiliar extensions appearing across file shares
- Ransom notes dropped in directories (often as
.txtor.htmlfiles) - Unusual volume of encryption-related API calls or CPU spikes on endpoints
- Precursor malware detections: Cobalt Strike beacons, Mimikatz artifacts, or unusual scheduled tasks
- Anomalous authentication activity, especially lateral movement via RDP or SMB
Validate these quickly through your EDR console, SIEM alerts, and network flow data before declaring a full incident. A single encrypted workstation may be contained; encrypted domain controllers are a different scope entirely.
Forensic minimum captures
| Artifact | What to capture | Storage target |
|---|---|---|
| Volatile memory | Full RAM dump from affected hosts | Offline write-once media or isolated forensic share |
| Disk image | Forensic image of representative affected systems | Offline or air-gapped forensic storage |
| EDR/SIEM logs | Export raw telemetry covering 72 hours pre-detection | Immutable log archive |
| Network flow data | NetFlow/IPFIX records for affected segments | Isolated PCAP store |
| Authentication logs | Active Directory, VPN, and SSO logs | Offline copy, hash-verified |
Store all captures offline with SHA-256 hashes recorded at time of collection. Never overwrite originals.
Pro Tip: Image the first two or three affected hosts that still have attacker artifacts in memory before you isolate them. These hosts preserve the TTPs you’ll need for threat hunting and law-enforcement reporting, without requiring you to leave dozens of systems online.
Triage scope by mapping affected hosts to your asset inventory. Tag each system as: Isolate (actively encrypting or confirmed compromised), Monitor (adjacent, not yet confirmed), or Clean (verified unaffected). This three-state tagging keeps your recovery team from wasting cycles on systems that don’t need rebuilding.
How to contain ransomware spread without losing forensic value
Containment is not a single action. It’s an ordered sequence where each step reduces attacker dwell time while protecting the evidence you’ll need later.
- Isolate affected endpoints at the switch level using VLAN reassignment or port shutdown rather than physical unplugging where possible. Switch-level isolation preserves the network artifact trail.
- Disable compromised accounts identified through authentication log review. Prioritize service accounts and privileged identities first.
- Block lateral movement paths: disable SMBv1, restrict RDP to jump hosts, and block inter-VLAN routing for affected segments.
- Terminate active sessions on VPN concentrators and remote access gateways for accounts showing anomalous behavior.
- Enforce MFA on all remaining privileged accounts immediately, even if it disrupts some workflows.
- Preserve ephemeral evidence before any reboot: memory dumps, running process lists, and open network connections.
- Notify your IR lead and legal counsel that containment is active and document the time.
When deciding whether to unplug versus use switch-level isolation, the rule of thumb is: if the system holds attacker artifacts in memory that you haven’t captured yet, isolate at the network layer first, then capture, then disconnect. Pulling the power cord before a memory dump destroys volatile evidence permanently.
Pro Tip: Prioritize control-plane actions (disabling accounts, blocking routing, revoking tokens) over mass reboots. Reboots clear memory evidence and can trigger attacker-planted logic bombs. Contain the blast radius first, then reboot only after forensic capture is complete.
Forensic capture, chain-of-custody, and evidence preservation
Every artifact you collect needs a chain-of-custody record that will hold up under insurer scrutiny, regulatory review, and potential litigation. Sloppy documentation here can invalidate your insurance claim or complicate law-enforcement cooperation.
| Field | Required content |
|---|---|
| Artifact ID | Unique identifier (e.g., HOST-MEM) |
| Collector name | Full name and role of the person who captured it |
| Collection timestamp | UTC timestamp at time of capture |
| Source system | Hostname, IP address, and OS version |
| Hash value | SHA-256 of the captured file at collection |
| Storage location | Physical or logical path of the offline copy |
| Transfer log | Every person or system that accessed the artifact after collection |
For disk images, use forensic imaging tools (FTK Imager, dd with verification, or Magnet AXIOM) and record the hash before and after transfer. For log exports, export to a write-once destination and hash the archive immediately.
Share artifacts with external forensic consultants and law enforcement only after making a verified copy. Never hand over your only copy. When sharing with the FBI or CISA, document the transfer in your chain-of-custody log with the receiving agent’s name and badge number.
Retain all incident artifacts for a minimum of three years, or longer if your sector has specific regulatory requirements. Healthcare organizations should consult HHS ransomware guidance for HIPAA-specific retention and reporting obligations.
Who do you notify, and when?
Notification timing is one of the most consequential decisions in any incident. Notify too late and you face regulatory penalties; notify too early without facts and you create unnecessary panic. The Gov stresses reporting incidents early to authorities to secure assistance and preserve evidence.
Notification matrix by milestone:
- At detection: Incident commander, IT/security leadership, legal counsel, and your cyber insurer’s 24/7 hotline. Most cyber insurance policies require notification within a few days of discovery.
- At confirmed containment: CISO, CEO/COO, board liaison (if material), HR (if employee data is involved), and PR/communications lead.
- At confirmed data exfiltration: Legal counsel escalates breach notification analysis. Depending on data types involved, state breach notification laws and federal sector regulations (HIPAA, GLBA, CMMC) may require public disclosure within defined windows.
- Law enforcement: Contact your FBI field office and submit a complaint to Ic3 as early as feasible. CISA’s reporting portal at StopRansomware also accepts incident reports and can connect you with technical assistance. MS-ISAC members can engage the MS-ISAC SOC directly for sector-specific support.
- Insurer: Provide your insurer with your incident timeline, containment actions taken, and preserved evidence inventory. Many policies require you to obtain insurer approval before engaging external forensic firms or paying any ransom.
Never use potentially compromised email to send notifications. Your out-of-band communication channel is not optional.
How do you prioritize systems when everything feels critical?
When your environment is partially encrypted, every business owner will tell you their system is the most important one. Your ransomware recovery strategy needs a pre-defined prioritization framework that removes that argument before the incident happens.
Start by mapping business services to their underlying infrastructure. For each service, document: revenue impact per hour of downtime, life-safety dependency (especially relevant for healthcare, utilities, and manufacturing), regulatory obligation (systems that must stay compliant), and data sensitivity tier.
Prioritization checklist:
- Identify life-safety systems first. Per HHS ransomware guidance, protecting patient safety systems takes precedence in healthcare environments. The same logic applies to OT/ICS environments in critical infrastructure.
- Identify revenue-generating and customer-facing systems that create immediate financial exposure.
- Identify authentication and identity infrastructure (Active Directory, PKI, SSO) because nothing else recovers without it.
- Identify backup and recovery infrastructure itself, since you need it to restore everything else.
- Rank remaining systems by data sensitivity and regulatory obligation.
The Decision Time Objective (DTO) is the maximum time your leadership can wait before committing to a recovery path, such as invoking vault recovery versus staged restoration. AWS recommends formalizing DTO alongside Cyber-RTO and Cyber-RPO so that vault invocation decisions are auditable and aligned with business priorities. Define your DTO before an incident, not during one.
Microsoft recommends prioritizing restoration based on critical business functions and storing backups in immutable storage that neither the attacker nor the defender can modify. Validate that your immutable backups are actually immutable before you need them.
How to rebuild and restore services without reinfection
Recovery is where most teams make their costliest mistakes: rushing to restore from backups without validating that those backups are clean, or reconnecting systems to production before completing credential resets. Advanced attackers may persist in backups, so recovery pipelines must scan and audit restored volumes against known-good baselines before reconnecting them to production.
- Stand up a clean-room environment isolated from production. This is where you restore and validate before anything goes live.
- Restore identity infrastructure first (Active Directory, PKI, MFA platform) from your most recent verified clean backup.
- Restore critical applications in priority order, validating each against a configuration baseline before proceeding.
- Scan every restored volume with updated endpoint protection, EDR, and threat-hunting queries targeting known attacker TTPs from your forensic analysis.
- Rotate all credentials: domain admin, service accounts, API keys, certificates, and privileged local accounts. Do this before reconnecting any system to production.
- Apply patches and hardening to every restored system before it goes back online.
- Reintroduce systems to production in stages, starting with identity, then critical applications, then file services, then user endpoints. Monitor each tier for 24 hours before advancing.
Traditional RTO/RPO figures almost always underestimate ransomware recovery time because they don’t account for the validation gap: scanning, patching, and verifying restored systems. AWS architecture guidance recommends using Cyber-RTO/Cyber-RPO targets that explicitly include this validation time. If your current RTO is 4 hours, your Cyber-RTO is probably 48–96 hours for a significant incident.
What should your communications look like during an incident?
Communications during a ransomware incident carry legal and reputational weight. Every external statement is potentially discoverable. Every internal briefing shapes how your team behaves. Pre-approved, auditable language is not bureaucratic overhead — it’s protection.
Internal holding statement (first 2 hours): “We are currently investigating a technical issue affecting some of our systems. Our security and IT teams are actively working to assess and address the situation. We will provide updates as more information becomes available. Please do not attempt to restart affected systems or share information about this incident externally until further notice.”
Internal update cadence:
- Every 2 hours during active containment: brief to incident commander, legal, and operational leads covering status, scope, and next actions.
- Every 4–6 hours during recovery: brief to CISO, CEO, and board liaison covering recovery progress, estimated timelines, and decision points.
- Daily once stable: written situation report to all stakeholders.
Communications roles matrix:
- Drafter: Communications lead or PR, working from approved templates
- Approver: Legal counsel (mandatory for all external statements), CISO for technical accuracy
- Deliverer: CEO or designated spokesperson for external media; CISO or incident commander for internal staff
Never let technical responders draft external statements without legal review. A single poorly worded sentence about “no evidence of data theft” can create significant liability if exfiltration is later confirmed.
Copyable playbook templates, RACI roles, and runbook snippets
Having a plan in a document is different from having a plan your team can execute at 2 AM. The templates below are designed to be pasted directly into your IRP and adapted to your environment.
Incident activation checklist:
- Activation criteria met (encryption indicators, ransom note, or EDR alert confirmed by two independent sources)
- Incident commander declared and notified
- Out-of-band communication channel activated
- Initial scope assessment started (affected hosts tagged)
- Forensic capture initiated on representative hosts
- Legal counsel and cyber insurer notified
- External communications hold in place
RACI for ransomware response:
| Role | Responsibilities |
|---|---|
| Incident Commander | Declares incident, owns decisions, approves external comms, manages DTO |
| Technical Lead | Directs containment, coordinates forensics, owns recovery sequencing |
| Forensics Owner | Captures artifacts, maintains chain-of-custody, liaises with law enforcement |
| Business Owner | Provides criticality input, approves recovery prioritization for their systems |
| Communications Lead | Drafts statements, manages cadence, coordinates with legal and PR |
Runbook snippet: disk imaging a Windows host
- Boot from forensic USB (e.g., CAINE or Paladin)
- Run FTK Imager or
dc3ddto create a raw image to an external drive - Record SHA-256 hash immediately after imaging
- Label the drive with Artifact ID, hostname, and UTC timestamp
- Log in chain-of-custody register before transporting
Runbook snippet: restoring a VM from an immutable snapshot
- Confirm snapshot predates earliest known attacker activity (use forensic timeline)
- Restore to isolated VLAN, not production
- Run full EDR scan and threat-hunting sweep before any network reconnection
- Validate configuration against baseline
- Rotate all credentials associated with that VM before production reintroduction
How should you test your ransomware response plan?
A plan that has never been exercised is a hypothesis, not a capability. Testing reveals gaps in your runbooks, decision authority, and backup integrity before an attacker does.

Exercise types and recommended cadence:
Tabletop exercise: Quarterly. Walk your incident response team through a scenario (e.g., encrypted file server discovered Monday morning). Focus on decision authority, notification timing, and communication drafting. No technical execution required.
Red-team-assisted tabletop: Annually. A red team presents realistic attacker TTPs from a recent campaign. Your team responds in real time, making containment and notification decisions. This tests whether your playbook holds up against current adversary behavior.
Restore rehearsal: Quarterly. Restore a non-production system from your immutable backup to a clean environment. Validate the restore completes within your Cyber-RTO target and that the restored system passes your validation checklist.
Full failover test: Annually. Simulate a full environment compromise and execute your vault recovery procedure end-to-end. This is the only way to validate your DTO and Cyber-RPO targets under realistic conditions.
Metrics to track:
- Time-to-detect from first indicator to confirmed incident declaration
- DTO decision time: how long it took leadership to commit to a recovery path
- Cyber-RTO performance: actual restore and validation time versus target
- Cyber-RPO performance: data loss measured against target
- Lessons identified versus lessons closed: track this ratio across exercises to measure plan maturity
How to run a post-incident review that actually improves the plan
A post-incident review conducted within 72 hours of recovery produces far more useful findings than one done two weeks later when memory has faded. The goal is a prioritized action register, not a blame session.
Post-incident review template:
- Evidence log: Compile all artifacts, timestamps, and chain-of-custody records into a single indexed package.
- Timeline reconstruction: Build a minute-by-minute timeline from first indicator to full recovery, using log data rather than memory.
- Root-cause hypotheses: Identify the initial access vector, the lateral movement path, and the point where encryption began. Note what detection controls missed it and why.
- Prioritized action register: List every gap identified, assign an owner, and set a due date. Separate quick wins (patch a specific CVE, add a detection rule) from longer-term investments (architecture changes, backup redesign).
Integrate findings directly into your IR plan, your change management process, and your next tabletop exercise scenario. A finding that sits in a review document without a ticket in your change system will not get fixed.
Retain the full incident package (evidence log, timeline, communications, decision log, and action register) for a minimum of three years. If litigation or regulatory investigation follows, this documentation is your primary defense. The GOV.UK CRI guidance specifically emphasizes recording decision-making throughout the incident for exactly this reason.
Staffing, skills, and decision frameworks for incident response
The most technically complete ransomware playbook fails if the people executing it don’t have the skills to make decisions under pressure. Staffing your response capability requires both a skills matrix and pre-defined decision frameworks.
Roles and skills matrix:
| Role | Core competencies | Training focus |
|---|---|---|
| Incident Commander | Decision-making, stakeholder management, legal awareness | Tabletop facilitation, crisis communications |
| Technical Lead | EDR/SIEM proficiency, network forensics, containment procedures | SANS FOR course, hands-on IR labs |
| Forensic Analyst | Memory and disk forensics, chain-of-custody, log analysis | SANS FOR course, forensic tooling practice |
| Communications Lead | Crisis communications, legal coordination, statement drafting | Tabletop exercises with legal review |
| Legal/Compliance | Breach notification law, ransom payment restrictions, insurer requirements | OFAC guidance, sector-specific regulations |
Decision frameworks:
The DTO (Decision Time Objective) defines the maximum time your leadership can deliberate before committing to a recovery path. Set it before an incident. A typical DTO for a mid-size organization might be 4–8 hours from incident declaration to recovery path commitment.
Cyber-RTO and Cyber-RPO extend traditional recovery objectives to account for the validation gap. Where a traditional RTO might be 4 hours, a realistic Cyber-RTO for a significant ransomware event includes scanning, patching, credential rotation, and staged reintroduction, often measured in days. AWS recommends formalizing these targets so vault invocation decisions are auditable.
A practical decision tree for vault invocation: if your primary environment is more than 40% encrypted, authentication infrastructure is compromised, or your Cyber-RTO target cannot be met through staged restoration, invoke vault recovery. Otherwise, proceed with staged restoration from immutable backups.
Blueteam-academy’s Threat & Control Method provides a structured decision-making framework that maps directly to these incident-time choices, helping teams move from reactive firefighting to deliberate, auditable decisions.
How data classification shapes your recovery order
Data classification is the input your triage team needs to make defensible prioritization decisions. Without it, recovery order defaults to whoever shouts loudest.
A practical four-tier classification for triage:
Tier 1 — Life-safety and regulatory-critical: Systems whose failure creates immediate physical harm or regulatory violation. Examples: EHR systems in healthcare, SCADA/ICS in utilities, payment authorization systems in financial services. These recover first, regardless of technical complexity.
Tier 2 — Revenue-critical: Systems whose downtime creates direct, measurable financial loss per hour. Examples: e-commerce platforms, trading systems, core banking applications. Recover after Tier 1 identity infrastructure is stable.
Tier 3 — Operationally important: Systems that impair business operations but don’t create immediate financial or safety exposure. Examples: ERP, CRM, internal collaboration platforms. Recover in parallel with Tier 2 where capacity allows.
Tier 4 — Standard business: User endpoints, departmental file shares, non-critical applications. Recover last, often through reimaging rather than restoration.
Apply this classification to your asset inventory before an incident and tag each system in your CMDB. During triage, your technical lead can pull the tag and assign recovery priority without needing a business owner on a call at 3 AM.
Legal considerations: ransom payment policies and negotiators
The ransom payment decision is not a technical decision. It’s a legal, financial, and ethical one that must be made with counsel present and documented in writing.
IBM X-Force notes that paying ransom rarely guarantees data recovery or prevents data disclosure, and that the decision should be a documented business decision informed by backups, legal input, and law-enforcement advice. That framing is correct. Treat payment as a last resort, not a first response.
Legal considerations before any payment decision:
- OFAC compliance: The U.S. Treasury’s Office of Foreign Assets Control prohibits payments to sanctioned entities. Some ransomware groups are on the OFAC SDN list. Paying them, even unknowingly, can result in civil penalties. Your legal counsel must confirm the threat actor is not a sanctioned entity before any payment is authorized.
- Cyber insurance requirements: Most policies require insurer approval before payment. Paying without approval can void your coverage.
- Law-enforcement consultation: The FBI does not prohibit ransom payment but strongly advises against it and recommends reporting the incident to IC3 regardless of payment decision.
- Negotiator engagement: If you engage a professional ransomware negotiator, document their engagement in writing, confirm they perform OFAC screening, and loop in legal counsel throughout. Negotiators can buy time for recovery efforts even if payment is ultimately declined.
Your ransom payment policy should be a written document, approved by legal and the board, that defines: who has authority to approve payment, what conditions must be met before payment is considered, and what documentation is required. Draft it before you need it.
Coordinating with third-party vendors, forensic experts, and consultants
Most organizations will need external help during a significant ransomware incident. The time to establish those relationships is before the incident, not during it.
Pre-incident vendor preparation:
Identify and contract with a preferred incident response firm before an event. Many cyber insurance policies include a panel of approved IR firms; confirm yours and save their 24/7 contact number in your out-of-band communication plan. Firms like Mandiant (Google), CrowdStrike Services, and Palo Alto Networks Unit 42 maintain 24/7 IR retainer services and publish ransomware response guidance that aligns with CISA and FBI frameworks.
During the incident:
- Provide your external IR firm with your forensic artifacts, network diagrams, and asset inventory as early as possible. Time spent onboarding them is time the attacker is still in your environment.
- Establish a clear scope of work in writing before they begin. Define who has authority to direct their work, what systems they can access, and what artifacts they can remove from your environment.
- Coordinate with your legal counsel on attorney-client privilege considerations. Engaging IR firms through legal counsel can protect investigation findings from discovery in some jurisdictions.
- Keep your insurer informed of all third-party engagements and costs. Most policies require pre-approval for expenses above a defined threshold.
Vendor access controls during recovery:
Third-party access during recovery is a significant risk. Attackers have been known to monitor vendor communications and time re-entry around recovery activities. Use dedicated, time-limited credentials for all external access, log every action, and revoke access immediately when the engagement ends.
Why most ransomware plans fail at the moment they’re needed most
The gap between a documented ransomware response plan and a team that can execute it under pressure is wider than most security leaders acknowledge. The plan sitting in your SharePoint is not the same thing as your team knowing what to do when the EDR console lights up at 2 AM on a Saturday.
What actually breaks during incidents is not the technical steps. Responders generally know how to image a disk or isolate a VLAN. What breaks is decision authority: who can authorize taking down a production system, who approves the external statement, who decides whether to invoke vault recovery versus staged restoration. These decisions stall because they weren’t pre-authorized in writing.
The second failure pattern is backup confidence. Teams discover during an incident that their “immutable” backups were misconfigured, that the last validated restore test was 18 months ago, or that the backup scope excluded the exact systems that were encrypted. Quarterly restore rehearsals are not optional maintenance; they are the only way to know your recovery capability is real.
The third pattern is the notification gap. Legal counsel is called too late, the insurer is notified after the team has already engaged an IR firm, and the first external statement goes out without legal review. Each of these creates downstream liability that a well-exercised plan would have prevented.
The organizations that recover fastest are not the ones with the most sophisticated technology. They’re the ones whose teams have practiced the decisions, not just the procedures.
Build the internal skills to execute the plan, not just document it
Having a ransomware playbook is the starting point. Executing it under pressure requires a team that has practiced the decisions, not just read the procedures. The gap between documentation and capability is where most organizations are most exposed.

Blueteam-academy’s cybersecurity training courses are built for IT professionals who need to develop practical incident response skills, not just theoretical knowledge. The curriculum covers the decision-making frameworks, forensic techniques, and containment procedures that map directly to the playbook steps in this guide. Courses are self-paced with 12 months of access, so your team can work through IR fundamentals and hands-on labs without pulling people off production responsibilities for a week.
If your goal is to build internal capability rather than rely entirely on external IR retainers, explore the available course paths and identify where your team’s skills gaps align with the roles in the RACI above.
Sources
The sources below are the primary references for building and validating your ransomware response plan. Consult them during planning, and keep them accessible during an active incident.
- Ransomware Response Checklist | CISA
- Prepare for ransomware attacks with a backup and recovery plan | Microsoft Learn
- 5 Essential Steps for Every Ransomware Response Plan | IBM
- Resilience by design: Building an effective ransomware recovery strategy | AWS Storage Blog
- Gov
- Ransomware fact sheet | HHS
Law enforcement contacts: Report to your FBI field office and file with Ic3. Preserve all forensic artifacts before sharing copies with any external party, including law enforcement.

