With critical assets identified, conduct a risk assessment to find exploitable vulnerabilities. This includes technical flaws (unpatched software, misconfigurations) and process gaps (lack of access controls or incident plans). It is crucial to agree on a common framework, such as NIST 2.0, to document all controls and assess gaps comprehensively. Conduct an internal business risk assessment to understand critical business operations and identify possible threats. The NIST CSF Protect function is relevant, as is alignment with MITRE ATT&CK® initial access and exploitation techniques (e.g., exploiting software flaws or stolen credentials). Consider 3rd party risk assessments when possible, and create a tiger team to flag risks and discuss possible solutions on an ongoing basis.
By identifying and addressing vulnerabilities beforehand, you shrink the attack surface. Regular risk assessments reduce "low-hanging fruit" exploits. They also feed into the Protect function (applying controls) and ensure detection systems are tuned to known weak spots. For instance, if SMBv1 cannot be fully disabled, create an IDS rule to alert on its usage. NIST recommends continuous risk management as an ongoing cycle of improvement.
Table: Risk Assessment & Asset Identification Practices
| Practice | Description | Why It Matters |
|---|---|---|
| Inventory and Classify Assets | Create and maintain an up-to-date inventory of all hardware, software, data, and cloud resources. Classify assets by criticality and sensitivity. | Ensures visibility into what needs protection; you can’t secure or recover what you don’t know about. Prioritization of assets guides efficient incident response and recovery efforts. |
| Conduct Regular Risk Assessments | Periodically evaluate threats and weaknesses for critical systems (threat modeling, business impact analysis). Update the risk register with identified vulnerabilities and mitigation plans. | Proactive risk assessment helps fix issues before attackers exploit them. Reduces the likelihood of breaches by addressing known gaps (e.g., unpatched systems) in advance. Also informs security investment decisions. |
| Vulnerability Scanning & Patching | Run automated scans for missing patches and misconfigurations on servers, endpoints, network gear. Promptly apply patches, especially on internet-facing systems and known exploited vulnerabilities. | Keeps systems resilient against known exploits. Timely patching narrows the window of opportunity for ransomware actors who often leverage unpatched flaws. Prevents common attack vectors and demonstrates good cyber hygiene. |
| Enforce Strong IAM (Least Privilege & MFA) | Implement strict access controls: grant users only the minimal rights needed (principle of least privilege) and require multi-factor authentication for all critical accounts (using solutions like Okta for SSO/MFA). Regularly audit and remove excessive privileges or dormant accounts. | Credentials are a prime target for attackers. Least privilege limits the damage if an account is compromised, and MFA dramatically reduces account takeover risk. These measures thwart many initial access attempts (phishing, brute force) and contain potential breaches. |
A critical asset is any resource whose compromise would severely impact your organization's mission, operations, or reputation. These are prime ransomware targets, as their unavailability can force a ransom payment. Identifying and classifying these assets is the first step toward a tailored defense strategy.
Intrusion Detection Systems monitor network traffic for signs of malicious activity or policy violations. They can be network-based intrusion detection systems (NIDS) (e.g., Snort, Suricata, Zeek) – or host-based intrusion detection systems (HIDS) running on individual servers. An IDS inspects packets and logs for suspicious patterns (e.g., command-and-control beacons, known malware signatures, unusual port scans) and generates alerts for analysts. Modern IDS often integrate intrusion prevention (IPS) capabilities to automatically block detected threats.
Deploy IDS sensors at strategic points (e.g., network egress points, data center subnets, cloud VPCs) to continuously watch incoming and outgoing traffic. For example, Suricata could be deployed in an AWS VPC to analyze all flows to/from critical cloud servers. Ensure IDS rule sets are updated frequently with the latest threat intelligence (such as emerging ransomware indicators or attacker IP addresses). Tuning is important – focus on rules that detect high-impact events like exploits against your web servers or large data exfiltration spikes to reduce noise.
Actionable Example: If using Snort as a NIDS, load community or custom rules that look for ransomware-specific patterns such as known malicious file hashes, traffic to known attacker domains, or usage of tools like vssadmin.exe "delete shadows" command, which some ransomware use to delete backups. When such a packet or log entry is detected, Snort can trigger an alert with details of source, destination, and the suspected attack type. Integrate these alerts into a dashboard or SIEM for immediate review.
Why IDS matters: Network IDS provides an independent layer of detection that can catch threats missed by endpoint defenses. It’s particularly useful for spotting lateral movement or data exfiltration on the network. For instance, if a ransomware attacker breaches one system and starts scanning the network or transferring data, an IDS can flag this unusual activity. According to Graylog, monitoring networks with IDS lets you “catch criminals before they cause irreparable harm” by detecting suspicious traffic early. IDS is also vital for organizations where not all devices can have EDR (e.g., IoT devices, industrial control systems (ICS), or other legacy systems) where the network packet flow analysis becomes the lens to see those threats.
A SIEM platform (such as Splunk, Crowdstrike Falcon, IBM QRadar, Microsoft Sentinel, or Elastic Security) aggregates log data from across your environment and uses correlation rules and analytics to detect anomalies or known threat patterns. Logs from firewalls, servers, endpoints, authentication systems (e.g., AD, Duo, Okta logs), cloud infrastructure, and applications are centrally collected and analyzed. The SIEM correlates disparate events to identify potential incidents – for example, multiple failed logins across different accounts followed by a large data download might indicate a breach in progress.
Key best practices for SIEM include defining clear use cases (focus on detecting ransomware behaviors, privilege abuse, etc.), collecting logs from critical sources (e.g., domain controllers, EDR alerts, VPN gateways, email security, etc.), and tuning rules to reduce false positives. It’s also beneficial to integrate threat intelligence feeds into the SIEM – mapping detected indicators (e.g., IP, file hash) against known malicious ones. As an example, set up an alert on your SIEM to automatically flag if an internal host communicates with a blacklisted IP, for example.
Concrete Example: In Splunk, you might enable ransomware detection use-cases by searching for events like: a disabled antivirus service on multiple machines, the creation of mass encryption file extensions in file servers, or Windows events indicating Shadow Copy deletion. Splunk’s Enterprise Security app or use-case libraries often have pre-built correlation searches for these. The SIEM could trigger an alert "Potential Ransomware Activity" if it sees a sequence: user account login from an unusual IP, followed by that account accessing an unusual number of files, and then a process executing vssadmin delete shadows. Analysts can then pivot within the SIEM to gather surrounding events (like the command-line arguments, network connections from that host) to confirm the incident.
For ransomware detection in Splunk, search for events like disabled antivirus on multiple machines, mass encryption file extensions, or Shadow Copy deletion. Splunk Enterprise Security or use-case libraries offer pre-built correlation searches. An alert, "Potential Ransomware Activity," could trigger from a sequence: unusual IP login, abnormal file access, and vssadmin delete shadows. Analysts can then gather surrounding events (command-line arguments, network connections) within the SIEM to confirm the incident.
Why SIEM matters: Security operations centers (SOCs) can use SIEMs to detect pre-ransomware malware or anomalous behavior, enabling a response before encryption occurs. SIEM alerts, often mapped to ATT&CK tactics, help responders understand the attacker's stage, like an alert for "T1078: Valid Accounts" prompting credential resets and misuse investigation. EDR solutions (e.g., CrowdStrike Falcon, Microsoft Defender for Endpoint, Carbon Black, SentinelOne) are agents on endpoints (e.g., servers, PCs, cloud workloads) that monitor for suspicious behaviors and security events, using analytics rather than signatures to detect anomalies like strange process executions, memory injections, and lateral movement.
Endpoint Detection and Response solutions (e.g., CrowdStrike Falcon, Microsoft Defender for Endpoint, Carbon Black, SentinelOne) are agents deployed on endpoints (e.g., servers, PCs, cloud workloads) that continuously monitor for suspicious behaviors and security events. Unlike traditional antivirus which relies mainly on known signatures, EDR tools use behavior-based analytics to detect things like strange process executions, memory injections, lateral movement attempts, and more. They record detailed telemetry on processes, file changes, registry modifications, network connections, etc., and can quickly flag anomalies.
A quality EDR will not only alert on potential malicious activity but also enable swift response actions. For example, CrowdStrike Falcon’s platform allows one-click network isolation of a host (“containment”) if it’s compromised. This means if ransomware is detected on one machine, the SOC can remotely disconnect that machine from the network (while still keeping it connected to the security console) to stop the spread. EDRs also often have capabilities to kill processes, remove malicious files, and pull forensic data (like memory dumps or file copies) from endpoints for analysis.
Actionable Example: Deploy CrowdStrike Falcon agents to all corporate endpoints and servers. When the agent detects a known ransomware hash or suspicious encryption behavior (e.g., a process rapidly creating encrypted files, or tools like Mimikatz running to dump credentials), it will generate an alert in the Falcon console. The security analyst receives an alert like “Suspicious Process – Possible Ransomware Activity” with details (process name, device, user). The analyst can then initiate a Real Time Response through the agent: isolate the host from the network, then use a remote shell to investigate or remediate (such as deleting a malicious binary). Concurrently, the EDR might have blocked the offending process automatically depending on policy (many EDRs can prevent certain behaviors like unauthorized disk encryption).
In addition, EDR tools provide rich telemetry for threat hunting. You can search across all endpoints for IoCs (Indicators of Compromise). For instance, if CISA releases an alert about a novel ransomware variant and gives a specific file name or Registry key it uses, you can query your EDR for any instances of that artifact enterprise-wide. This speeds up detection of hidden threats.
Why EDR matters: EDR acts as the last line of defense on endpoints, monitoring for adversaries in real-time. It significantly reduces dwell time by detecting malicious activity within seconds and uses behavioral detection to stop unknown malware. Modern EDRs map detections to ATT&CK TTPs, providing security teams with insights into threat stages and standardized technique identifiers for quicker understanding of adversary behavior.
Table: Security Controls & Monitoring Practices
| Practice | Description | Why It Matters |
|---|---|---|
| Deploy Network IDS/IPS | Install and tune intrusion detection sensors (e.g., Snort, Suricata, Zeek) at key network points (perimeter, data centers, cloud networks). Monitor for malicious patterns in traffic and set up intrusion prevention for critical threat signatures. Regularly update detection rule sets with latest threats. | Early detection of attacks “on the wire” – an IDS can catch scans, exploits, or data exfiltration before they reach or impact endpoints. Provides visibility into threats on unmanaged devices or segments. An IPS can automatically block known attack traffic, adding a proactive defense. |
| Implement a SIEM for Log Management | Use a SIEM platform (Splunk, Sentinel, etc.) to aggregate logs from servers, network devices, security tools, and cloud services. Configure correlation rules and anomaly detection to flag suspicious events (multiple login failures, disabled antiviruses, unusual file access patterns). Integrate threat intel feeds and schedule continuous tuning of alerts. | Centralized visibility across the environment enables detection of complex attacks that span multiple systems. A SIEM accelerates incident investigation and response by correlating events into a single alert (reducing noise). It can detect stealthy behaviors (like a slow data leak or privilege escalation) that single-point solutions might miss. Also essential for compliance reporting and forensic log retention. |
| Deploy Endpoint Detection & Response (EDR) | Install EDR agents on all endpoints and servers to continuously monitor processes, memory, and files for malicious or abnormal behavior. Leverage EDR capabilities for threat blocking (machine-learning malware protection, exploit prevention) and response actions (isolating a host, killing processes, pulling forensic data). Ensure the EDR is actively monitored (24/7 SOC or MDR service) to respond to alerts. | Provides real-time detection and response at the host level, crucial for catching advanced threats like ransomware that bypass traditional AV. EDR can stop fast-moving attacks (e.g., auto-isolate a ransomware-infected machine to contain spread) and gives detailed insight into attacker activity for investigation. Its behavioral analytics can detect novel threats (zero-days) by their actions. |
| Enforce Identity & Access Controls | Strengthen identity security as part of protection: require MFA for all users, use SSO solutions (Okta, Azure AD) to centralize identity management, and implement just-in-time privileged access (PAM) for admin accounts. Monitor authentication logs for anomalies (impossible travel logins, new device logins) and integrate identity alerts into the SIEM. Regularly review permissions and remove or adjust any excessive privileges. | Compromised credentials are a top initial attack vector (over 90% of breaches involve phishing or stolen passwords). By hardening authentication, you cut off a huge portion of attacker tactics (brute force, phishing success). Even if malware executes, strong identity controls can prevent it from accessing other resources. Identity alerts (e.g., multiple account lockouts) can also serve as early warning of intrusion. |
Backup hardening means securing your backup systems and data against deletion, tampering, or encryption by an attacker. Treat backup infrastructure as critically as production systems (if not more). Key practices include:
A critical aspect of backup hardening is to prevent attackers from altering or deleting backups during an intrusion. Many ransomware strains attempt to delete shadow copies and online backups to thwart recovery. To guard against this, ensure backups are stored in locations or formats that attackers cannot easily access, as detailed in the next sub-topic (Offsite & Immutability).
Maintaining offline or offsite backups is a best practice that directly counters ransomware. “Offsite” can mean physically offsite (e.g., on tape or removable drives stored off-location) or logically offsite (in a cloud service or a network segment not accessible from the primary environment). Additionally, immutable storage technologies ensure that once a backup is written, it cannot be altered or deleted for a defined retention period – essentially Write-Once-Read-Many (WORM) protection.
While offsite and immutable backups have overhead, their value in ransomware defense is proven. 89% of organizations targeted by ransomware had their backups attacked, making untouchable backups a critical investment. This defense is recommended by frameworks and agencies like CISA and NSA.
Having backups is only half the battle – testing your recovery is essential to ensure those backups actually work and that your team can execute restorations under pressure. A recovery that fails (due to corrupt backups, insufficient documentation, or unpracticed procedures) can be disastrous post-breach. Thus, organizations need to routinely perform drills and verification of their backup restorations.
Key elements of testing include:
Through regular testing, teams also refine the documentation of recovery procedures – ensuring runbooks are accurate and up to date. Post-exercise, always update your incident response plan and backup procedures with any lessons learned (e.g., “Increase memory on backup server to improve restore speed”, “Document the additional step needed to reconfigure application license after restore”).
In a real ransomware incident, stress will be high – knowing that the team has successfully restored systems in practice instills confidence and muscle memory. It also highlights approximate restoration times, which is crucial for communication to leadership and customers during downtime. Remember, backups that are not tested might not actually work when needed. Many organizations only discover too late that their backups were incomplete or failed silently. Don’t let that be you – treat backup recovery as a regular part of IT operations, not an afterthought.
Table: Data Backup & Recovery Practices
| Practice | Description | Why It Matters |
|---|---|---|
| Restrict and Harden Backup Systems | Secure backup servers/accounts with strong access controls and network isolation. Encrypt backup data and require separate, MFA-protected credentials for any backup administration. Keep backup software patched and monitor it for unauthorized access. | Prevents attackers from tampering with or deleting backups during a breach. By locking down backups (and monitoring access), you ensure your last-resort data copies remain intact and available. This is critical because modern ransomware often targets backup data to sabotage recovery. |
| Maintain Offsite and Immutable Backups | Keep at least one backup copy offsite or offline (cloud or physical) that attackers cannot reach from the corporate network. Leverage immutable storage (WORM/object lock or tape) so backup data cannot be altered or erased for a set period. Use the 3-2-1 rule (multiple copies, media, one offsite). | Guarantees a clean copy of data will survive even a worst-case attack. If ransomware corrupts live data and on-site backups, an offsite immutable backup remains as the fail-safe to restore your business. Immutability specifically thwarts attackers by making deletion/improper encryption of backups impossible. This greatly increases resilience and can save the company from paying ransom. |
| Regularly Test Backup Restorations | Conduct scheduled drills to restore files and systems from backups. Validate backup integrity and document recovery steps and timing. Update “golden images” of systems and verify they can be deployed successfully. Perform end-to-end disaster recovery simulations for critical applications. | Ensures your backups actually work and that your team can execute recovery under pressure. Testing uncovers problems in a controlled setting (like a backup that fails to boot) rather than during a crisis. It also improves recovery speed by finding and fixing procedural gaps ahead of time. A well-practiced recovery plan can dramatically reduce downtime after a ransomware attack. |
| Integrate Recovery with Security Checks | Integrate security into restoration: scan backup images for malware, and use an isolated environment to test restored systems. Apply anti-malware to backup data and confirm restore points are ransomware-free. | This prevents "restoring the infection" by ensuring malware isn't reintroduced from compromised backups, confirming systems are clean post-recovery. It also identifies backups made after an attack, avoiding the restoration of systems with backdoors. This crucial step prevents secondary incidents and is highly recommended in ransomware recovery guides. |
Technology alone is not enough – humans are often the weakest link, especially when it comes to ransomware (which frequently starts with phishing or social engineering). Building a security-aware culture through employee training and awareness is a vital Protect function activity (NIST CSF), reducing the likelihood of successful attacks, and also contributes to Detect/Respond by empowering staff to notice and report signs of attack early. This section covers two primary topics: phishing awareness training and clear incident reporting procedures. Together, these initiatives ensure that your people are an active line of defense, not a liability. Mapping to ATT&CK revolves around thwarting the Initial Access tactics that exploit human behavior (e.g. phishing, TA0001).
Phishing is one of the most common entry points for ransomware. Thus, a strong phishing awareness program is paramount. This involves regular training on how to recognize phishing emails, drills to test employees, and up-to-date education on the latest attacker tricks (like spear-phishing, malicious attachments, links, or even phishing via SMS or voice).
Key components of a phishing awareness program:
Malleable Content and Latest Trends: Regularly update training with new attack tactics, such as deepfake voice scams or QR code phishing. Use industry-relevant, realistic scenarios (e.g., fake invoice emails for finance, patient record emails for healthcare) to teach employees skepticism.
The payoff for phishing awareness is huge: studies indicate over 90% of breaches involve a phishing element, so reducing the chance of a successful phish greatly lowers breach probability. Metrics from training providers show that proper training can make employees 30% less likely to click on a phishing link, and significantly improve reporting rates of real threats. Trained, vigilant employees essentially become an extension of your security team, possibly catching the phish that technology didn’t flag.
Even with training, someone might slip up or an attack might bypass controls. It’s crucial that employees know how to report an incident or suspicious activity immediately and without fear. Rapid reporting can be the difference between a minor contained event and a full-blown ransomware outbreak. Therefore, establish clear incident reporting procedures and promote a culture of prompt notification.
Key aspects of an effective reporting process:
Measuring and improving the reporting culture can be done by tracking metrics. What percentage of simulated phishing emails are reported by users? (Many organizations aim to raise this number; if only 3% of employees report phishing emails, there’s room for improvement through awareness campaigns and perhaps incentive programs). Celebrate “safe catches” – if an employee reports a real phish that leads to preventing an incident, recognize them (this positively reinforces the behavior for others).
It’s important to integrate the reporting procedure with the helpdesk -> IR team workflow: When a report comes in, have an established triage process. For example, the SOC should have steps for analyzing a reported phishing email or investigating a “my computer is behaving oddly” report. Tools like Splunk or email analysis sandboxes can help quickly vet reported items.
Make sure you have a form standing by to ask the same, specific questions to anyone calling in and reporting an incident. Add questions like, “What system locked you out?” “What do you see on the screen?” “Can you tell me any actions you took prior to this occurring?” “Who knows about this incident thus far?” Ransomware can hit any software from websites and email to browsers. Getting the facts early speeds the response at the back end.
Every employee can be a security sensor. Training them to detect and report threats multiplies your detection capabilities. Quick internal reporting can cut down attacker dwell time dramatically – instead of finding out weeks later from an outside agency, you find out now from your observant workforce.
Communications before, during, and following an emergency needs to be bi-directional. Everyone will ask questions and request information, with demands for frequent updates. Setting a standard daily (or even twice a day) communication schedule will help allay many concerns, and act as a reassurance of competency and action.
• Employees
• Customers
• Suppliers
• Management
• International/Local Government officials and regulators
Contact information for each stakeholder and audience should be compiled in advance and be accessible during an incident. Existing information such as customer, supplier and employee contact information may be exportable from existing databases. Include as much information for each contact as possible (e.g., organization name, contact name, business telephone number, cell number, fax number and email address). Lists should be updated regularly and secured.
Determining your media spokespeople is key. News media, podcasters, influencers, etc. could be on scene or calling to obtain details if the incident is serious. There may be numerous requests for information from local, regional or national media. You may be fielding large numbers of requests for information, interviews, and public statements.
Determine in advance who will speak to the media and prepare that spokesperson with clear, technical talking points, so they can speak effectively in terms that can be easily understood. This can include both the technical description as well as a high-level summary (without acronyms if possible) about what happened, your current activities, and your projected outcomes and timeline. Prioritize your responses in terms of economic impact, e.g. Executives, Customers, regulatory agencies, and PR.
Prioritizing requests for information and development of press releases and talking points can assist with the need to communicate quickly and effectively.
Contact and information centers receive requests for information from each audience and disseminate information to each audience.
Some work on messaging can be done in advance with pre-tailored examples as Ransomware. You can create pre-scripted as templates with blanks to be filled in when information is available, then tailor to the incident at hand. As part of your disaster planning, these pre-scripted messages can be developed, approved by the management team, and stored on a remotely accessible server for quick editing and release when needed. It’s always recommended not to brand your templates and messaging, of course, and save the final pass of branding until the actual release.
There initially may be limited information about the incident or its potential impacts. Having a coordinated review and distribution process allows the business to adapt to changing information. As days and weeks go by, this messaging will transition from reacting to the incident to moving toward recovery. Messaging for each step of this process also can be developed in advance.