When about 140 hospitals go back to paper
In May 2024, Ascension, one of the largest hospital networks in the United States, with about 140 hospitals, publicly announced that it had been the target of a ransomware attack and had to take critical systems offline to contain the incident (BleepingComputer). Ransomware is the type of attack in which criminals encrypt the victim's data and systems and demand payment to return access, almost always combined with the threat of leaking the stolen information.
According to the organization's own statements and coverage in the trade press, the electronic health record was unavailable for weeks, forcing clinical teams to go back to paper records, and some ambulances were diverted to other facilities while systems were being restored. In an operation of that size, this means rewriting by hand workflows that took years to digitize, with a direct impact on deadlines, costs, and trust.
In December 2024, Ascension reported that the health data of approximately 5.6 million people had been improperly accessed during the incident (BleepingComputer). The investigation disclosed by the company itself indicated that initial access likely occurred after an employee accidentally downloaded a malicious file, in other words, from an everyday event inside any structure that depends on people and computers.
For the decision-maker, the value of this case lies in its scale and in the questions it raises about their own operation. According to IBM's Cost of a Data Breach 2024 report, the global average cost of a data breach was US$ 4.88 million, and in the healthcare sector the average reached US$ 9.77 million per incident. An organization with billion-dollar revenue and a dedicated security team spent weeks operating in contingency mode, which says a lot about what happens to smaller structures when the protection layers were not designed for the worst day.
The vectors that incidents like this typically exploit
Although the internal details of the incident are not public, attacks like this generally exploit known vectors, and the first of them is phishing and social engineering, that is, fraudulent messages that lead a person to click, download a file, or hand over credentials. Verizon's Data Breach Investigations Report 2024 points out that 68% of the breaches analyzed involved a non-malicious human element, such as an error or falling for a scam. In practice, it is the finance department receiving a fake supplier invoice, HR opening an attached résumé, or a user installing what appears to be a legitimate browser update.
The second vector is the combination of compromised credentials with a lack of network segmentation. When a single valid access makes it possible to reach the file server, management system, virtualization hypervisor, and backup repository within the same flat network, the attacker no longer needs new intrusions and simply moves around. Segmenting means dividing the environment into zones with clear traffic rules between them, so that the compromised workstation of an administrative user does not directly see the servers that support the operation.
The third vector is the absence of continuous proactive monitoring. Ransomware groups often stay inside the environment for days or weeks before triggering encryption, a period used to map the network, escalate privileges, and locate the backup copies. Without someone watching for signs such as the creation of nonstandard administrative accounts, the disabling of security tools, or abnormal volumes of data leaving the network, the first concrete evidence of the attack tends to be the ransom screen.
What you can do to protect your structure
The first layer is endpoint protection with EDR (Endpoint Detection and Response), technology that observes behavior instead of relying only on signatures of already known viruses. When a process starts mass-encrypting files, tries to delete the system's shadow copies, or injects code into a legitimate process, the tool isolates that device from the network in seconds and preserves the rest of the environment. It is this automated reaction, combined with the human analysis that interprets the alert, that underpins a mature service of managed cybersecurity.
The second layer is backup that is isolated, encrypted, and tested regularly. The practical rule follows the 3-2-1 model: three copies of the data, on two types of media, with at least one out of reach of the production network and preferably immutable, that is, written in such a way that it cannot be altered or deleted within a defined period. A backup that has never been restored in a test remains in the realm of hypotheses, and the difference between hypothesis and capability appears precisely on the day the operation depends on backup and disaster recovery with RTO (Recovery Time Objective, the maximum acceptable time until the service is back) and RPO (Recovery Point Objective, the maximum acceptable volume of lost data) defined in writing.
The third layer brings together access hygiene and attack surface reduction: continuous patch and vulnerability management, multi-factor authentication (MFA) on remote access, email, and VPN, in addition to the segmentation that separates users, servers, and backup repositories. Security fixes applied within short windows close exactly the doors exploited by automated campaigns that scan the internet in search of exposed and outdated systems.
The fourth layer is the one that supports all the others, made up of people and process. Ongoing user training, with periodic phishing simulations and individual feedback, reduces the likelihood of the initial click, while a documented and tested incident response plan defines who decides to shut down what, who speaks with clients and authorities, and in which order systems come back online. In markets regulated by GDPR and LGPD, that same plan determines whether mandatory notification will occur within the legal deadline.
Questions every decision-maker should be asking right now
- Would my backups really work in a disaster like this one? How long would it take for my operation to come back online?
- Does my team have the right tools to identify and block an attack like this immediately, before it causes full-blown disaster? How am I investing in preparing my technical team?
- How long would my company survive without access to its systems and files?
Would my backups really work in a disaster like this one? How long would it take for my operation to come back online?
The answer depends on documented evidence. A reliable backup has a copy isolated from the production network, its own credentials, encryption at rest, and a restoration test logged with date, scope, and duration. Without a record of the last successful test and how long it took, the organization doesn't have an RTO, it has an expectation. In managed IT environments, this validation becomes a scheduled routine, with periodic reporting showing what was restored and how long it took, and it's that history that supports a continuity decision under pressure.
Does my team have the right tools to block an attack like this immediately?
Tools and preparation go hand in hand. Endpoint detection and response, continuous proactive monitoring with prioritized alerts, and a centralized log trail give the team a chance to act while the intruder is still in the reconnaissance phase, long before encryption. Preparation shows up in the budget, in hours of formal training, response simulations, contingency playbook reviews, and access to threat intelligence. Lean internal teams typically gain productivity by operating with specialized backup support that continuously triages alerts and returns context that's ready for decision-making.
How long would my company survive without access to its systems and files?
This is the question that turns security into a number. Calculate revenue per hour, the cost of idle payroll, contractual penalties, and the effort of manually rebuilding what the system used to do on its own, then compare that with the recovery time your infrastructure can actually prove in testing. If the operation can tolerate only a few hours of downtime and the current plan delivers days, there's a measurable gap, and that gap is what should define the investment priority in security, redundancy, and incident response.
If your company doesn't yet have an integrated layered protection strategy, consider scheduling a Strategic IT Assessment, with no obligation, to identify vulnerabilities before they become headlines.
Frequently asked questions
What is an immutable backup and why does it matter against ransomware?
An immutable backup is a copy written in such a way that it cannot be altered or deleted during a defined period, even by someone holding administrative credentials. It matters because ransomware groups look for backup repositories before triggering encryption, precisely to eliminate any alternative to negotiation. A copy that is immutable and isolated from the production network preserves the ability to restore without depending on the attacker.
How long does an intruder typically stay in the network before deploying ransomware?
Ransomware attacks rarely begin with encryption. It's common for the intruder to remain inside the environment for days or weeks mapping the network, escalating privileges, and locating backups before acting. That interval is the detection window, and it's exactly what continuous proactive monitoring and endpoint detection and response tools exist to take advantage of.
Does user training actually reduce the risk of an attack like this?
Yes, when it's ongoing and measured. Verizon's Data Breach Investigations Report 2024 notes that 68% of the breaches analyzed involved a non-malicious human element, such as an error or falling for a social engineering scam. Programs with periodic phishing simulations, individual feedback, and metrics tracked over time reduce click rates and shorten the time until someone reports a suspicious message.