Core layers of defense
To provide the best defense against ransomware, a security stack must address the primary targets for attackers—the human element, digital identity, and the endpoint—and the two essential defensive pillars: centralized visibility and data recovery.
Employee education
Organizations' employees remain one of the most common entry points for bad actors, with the human element factoring into 60% of all breaches. To make this threat even more dangerous, AI has armed attackers with a tool for hyper-personalized social engineering tactics, from highly convincing business email compromise (BEC) to emerging deepfake voice phishing (vishing). Other tactics, like MFA "push bombing," also prey on human nature to bypass technical controls.
However, organizations can turn this perennial vulnerability into another layer of defense by educating their teams. The age of annual compliance-driven security training slideshows is long gone. Today, managed security awareness training (SAT) provides ongoing, engaging lessons that draw on adult learning research and current threat intelligence for greater retention. An integrated stack with SAT can also offer just-in-time training to turn security missteps into teachable moments.
Hardened endpoints and identities
As endpoints and identities have moved to the front lines, proactively hardening their defenses is essential. Over time, configurations and permissions can drift, former employee accounts remain active, software goes unpatched, and numerous other vulnerabilities arise, just waiting to be exploited. Huntress is expanding posture management with Managed ISPM for Microsoft 365 and Google Workspace identity settings and Managed ESPM for Windows environments, with availability and scope that vary today.
Identity protections
While ISPM provides the first layer of identity protection, identity threat detection and response (ITDR) assumes that identities will eventually be compromised (for example, through stolen credentials) and focuses on catching these intrusions quickly. The reality is that in many modern attacks, hackers don't break in; they log in. ITDR monitors account behavior for anomalies, such as impossible travel or unusual privilege escalation, and can automatically respond by requiring additional "step-up authentication" or disabling an account until a human analyst can investigate.
The other non-negotiable identity control is enforced multi-factor authentication (MFA) everywhere. Despite the rise of techniques like push bombing, MFA remains the most effective way to prevent the majority of account compromise attacks. For high-risk environments, phishing-resistant MFA that uses hardware security keys is recommended.
Endpoint detection and response
Sometimes, one compromised laptop is all it takes to initiate a devastating ransomware attack. While traditional antivirus (AV) looks for known malicious files, modern ransomware is often custom-made or polymorphic, changing its code with every execution. Attackers also use fileless malware and living-off-the-land (LotL) techniques to disguise their activity. This requires detection tools that monitor behaviors, rather than signatures.
Endpoint detection and response (EDR) continuously monitors laptops, workstations, and servers for suspicious signals—for example, a PDF spawning PowerShell to run credential-dumping code. Some EDR tools can also hunt for hidden backdoors and utilize ransomware canaries that send an immediate alert if encryption begins. EDR can then automatically isolate the device and terminate malicious processes while human analysts investigate.
Centralized logging and monitoring
In a modern environment, security data is scattered across cloud platforms, servers, firewalls, and endpoints. Centralized logging brings all of this data into a single "source of truth"—the security information and event management (SIEM) platform. SIEM provides a bird's-eye view of your environment, connecting the dots between signals to detect sophisticated attacks that single tools might otherwise miss. SIEM also supplies valuable log data for investigation and compliance.
Backup resilience
Backups have always been the fail-safe option in case of successful encryption, which is why today's ransomware groups specifically target backup infrastructure. The traditional 3-2-1 backup rule has evolved into 3-2-1-1-0, consisting of:
- 3 copies of data: The original production data and two backups.
- 2 different media types: Storing backups on different platforms, such as a local device and the cloud.
- 1 off-site copy: Keeping a copy in a different geographic location to protect against physical disasters.
- 1 immutable copy: This is the most critical addition. An "immutable" backup is "write once, read many" (WORM). It cannot be changed or deleted for a set period, even by a user with administrative credentials.
- 0 errors: This represents verified, tested recovery. A backup is only a backup if you know it works. "Zero errors" implies automated regular testing to ensure that systems will actually "boot" from the backup when needed.