IT Security10 min read

Ransomware Protection for Business: How to Defend Your Company

Ransomware protection for business: isolated backups, EDR, network segmentation and a response plan. Guide from TN Solutions, ISO 27001 integrator.

Ransomware Protection for Business: How to Defend Your Company

In this article

  1. 01What ransomware is and why it targets SMEs
  2. 02The defences that genuinely matter against ransomware
  3. 03Zero Trust: a security model that goes beyond the basics
  4. 04What to do if ransomware is already inside
  5. 05Forensic analysis and threat intelligence after an incident
  6. 06What a ransomware attack really costs
  7. 07How TN Solutions sets up ransomware protection
  8. 08Let's stop ransomware before it gets in

Ransomware protection for business is never a single product. It takes a combination of isolated, tested backups, EDR endpoint protection, network segmentation, consistent patching and a written response plan. It is the sum of several layers, not the antivirus alone, that decides whether an attack becomes a manageable incident or a full production shutdown.

What ransomware is and why it targets SMEs

Ransomware is a type of malware that encrypts a company's files - documents, databases, any reachable backups - and demands a ransom in exchange for the decryption key. Recent attacks add a second lever: before encrypting the data, attackers copy it and threaten to publish it. This is known as double extortion, and it changes the rules. Even a business with flawless backups still faces the exposure of confidential information.

In more than 25 years as a System Integrator, we have seen the same mistake repeat itself: the owner who is convinced that "it won't happen to us, we're too small". The opposite is true. Small and medium-sized businesses are an ideal target precisely because they hold valuable data but often run weak defences, have no in-house security team and sit inside a supply chain that connects them to larger organisations. Compromising a supplier to reach its bigger customer is now one of the most common tactics in circulation.

The way in, in the vast majority of cases, is mundane: a phishing email with an attachment or a link, a stolen credential, a remote access route (RDP or VPN) exposed to the internet without two-factor authentication. It doesn't take a sophisticated attack to bring a company to a halt. A single reused password is enough.

The defences that genuinely matter against ransomware

No single measure is enough on its own. The right approach is layered - defence in depth - so that if one control fails, the next one contains the damage. Here are the five that make the real difference in the field.

1. Isolated, tested backups following the 3-2-1 rule

Backups are the last line of defence, and they are exactly what attackers try to destroy first. A backup connected to the network and reachable with the same credentials as the servers gets encrypted along with everything else. That is why the practical benchmark is the 3-2-1 rule: three copies of the data, on two different types of media, with one kept off-site and ideally offline or immutable (an immutable backup cannot be altered or deleted for a defined retention period).

But having a backup is not enough on its own: the restore has to be tested regularly. Too many businesses discover only during a crisis that their backups were incomplete, corrupted, or that recovery would take days. If you have never rebuilt a server from scratch as an exercise, you don't actually know how much time you would lose.

2. Endpoint protection with EDR, not just antivirus

Traditional antivirus recognises known threats through a list of signatures. Modern ransomware changes shape with every attack and slips past it without effort. The technology to adopt is EDR (Endpoint Detection and Response), which watches behaviour on devices - a process encrypting hundreds of files in seconds, an attempt to switch off the defences - and reacts by isolating the machine before the damage spreads. We explored this in detail in our guide to EDR: meaning and benefits for businesses.

3. Network segmentation and least privilege

A "flat" network, where every device can see all the others, lets ransomware spread across the whole infrastructure within minutes of a single workstation being infected. Segmenting the network - separating offices, production, servers and guests into distinct zones - limits how far an infection can travel. The same logic applies to the principle of least privilege: every user should have access only to what they actually need. A compromised administrator account in an unchecked network is the master key to the entire business.

4. Updates, patching and a reduced attack surface

Many attacks exploit known vulnerabilities for which a fix already exists and simply hasn't been installed. Keeping operating systems, firewalls, VPNs and applications up to date (patch management) closes doors that would otherwise stay wide open. In parallel, the exposed surface has to shrink: no RDP published directly to the internet, remote access only through a VPN with two-factor authentication (MFA), and unnecessary services switched off. A properly configured business firewall is the starting checkpoint.

5. Training your people

Technology stops a great deal, but the first wrong click is made by a person. Anti-phishing training, with periodic simulations, turns staff from the weakest link into a first line of defence. There is no need to make them security specialists: it is enough to teach them to be wary of unexpected attachments, to verify senders and to report anything that looks unusual straight away.

Zero Trust: a security model that goes beyond the basics

For more structured SMEs, with multiple sites, remote staff or external suppliers with system access, the five defences above can be reinforced with a Zero Trust approach. The principle, formalised by NIST in the SP 800-207 framework, comes down to one sentence: "never trust, always verify". No user or device gets access simply because it sits inside the corporate perimeter: identity, device posture and the legitimacy of the request are checked on every access, not just at the initial login.

In practice, for an SME this means three concrete steps: multi-factor authentication extended to every critical application, not just the VPN; network micro-segmentation that isolates individual services instead of relying on one "trusted" zone; and access policies based on the user's actual role rather than implicit trust tied to their workstation. The benefit against ransomware is direct: even if an account is compromised, lateral movement to other systems is blocked by granular controls, containing the damage to a small part of the infrastructure instead of the whole network.

Zero Trust doesn't replace backups, EDR and basic segmentation - it complements them, and it's an investment that makes most sense as a business grows in complexity.

What to do if ransomware is already inside

When an attack is under way, how you react in the first few hours decides the outcome. Here are the essential steps, in the right order.

  1. Isolate, don't shut down. Disconnect the affected devices from the network (unplug the cable, drop the Wi-Fi) to stop the spread, but avoid powering the machines off: RAM can hold information useful for forensic analysis and, in some cases, encryption keys.
  2. Activate the response plan. Who does what, who calls the IT provider, who informs management. If the plan is written down and rehearsed, you gain precious hours.
  3. Preserve the evidence. Logs, disk images and timestamps will be needed to understand how the attack happened and stop it recurring.
  4. Report when required. Where personal data is involved, GDPR triggers an obligation to notify the supervisory authority (typically within 72 hours). If the business falls under NIS2, further notification duties apply: we cover them in NIS2: what changes for SMEs.
  5. Don't pay on instinct. Paying the ransom does not guarantee you get the data back, funds criminals and does nothing to stop the publication of data that has already been exfiltrated. The decision should be taken with expert support, weighing up recovery from backups first.

Our advice, earned by handling real incidents: have a number to call ready today. Improvising the response during the emergency is the most expensive route of all.

Forensic analysis and threat intelligence after an incident

If the attack has already happened, preserving the evidence (logs, disk images, event timelines) is only the first step. A thorough forensic analysis shows which vulnerability was exploited, what data was actually exfiltrated, and whether any persistent access (a backdoor) was left behind that needs removing before the incident can be considered closed. For an SME with no in-house forensic skills, the sensible choice is to bring in external specialists who can run the analysis without disturbing the evidence.

The findings from that analysis, cross-referenced with threat intelligence sources (up-to-date indicators of compromise, known tactics of active ransomware groups), serve two purposes: genuinely closing the exploited gap, and spotting an early sign of the same attacker trying to get back in, which in practice happens more often than most businesses expect.

What a ransomware attack really costs

The ransom is only one line item, and often not the heaviest. The real cost is the production standstill: days when you cannot invoice, cannot ship, cannot work. On top of that come the technical rebuild of the systems, the possible loss of data not covered by backups, reputational damage with customers and suppliers, and potential fines for a personal data breach. For a small manufacturing business, even two or three days of downtime can be worth more than an entire year's investment in cybersecurity. Presented that way, it is a calculation that changes the perception of risk in every meeting with management.

How TN Solutions sets up ransomware protection

For over 25 years we have supported local businesses as a B2B System Integrator from our base in Melzo, near Milan. Certified to ISO 9001 and ISO 27001 (the international standard for information security management), we don't sell an isolated product - we build a coherent defence: an assessment of the current situation, immutable and tested backups, managed EDR, segmentation, MFA on access, monitoring and a response plan written together with the client. Everything is sized to the reality of an SME, neither over-engineered nor left with gaps.

You can see the full range of what we do on our cybersecurity services page. If you would rather start with a check of where you stand today, an initial assessment is the most concrete way to find out where you are exposed.

Let's stop ransomware before it gets in

Ransomware protection is built before the attack, not during it. If you want to understand where your business is exposed and which priorities to tackle first, let's talk: call TN Solutions on 02 9517550 or reach us through our contact page. A conversation with our engineers is the first concrete step towards sleeping more soundly.

Frequently asked questions

Is antivirus enough to protect a business from ransomware?

No. Traditional antivirus only blocks known threats through signatures, while modern ransomware changes shape with every attack. You need layered protection: EDR on endpoints, isolated backups, network segmentation, consistent updates and staff training.

If I have a backup, am I safe?

Only partly. A backup connected to the network is encrypted along with the servers. You need isolated or immutable copies, the 3-2-1 rule and, above all, regular restore testing. With double extortion, a backup protects you against encrypted data but not against its publication, which is why a backup is necessary but not sufficient.

Is it worth paying the ransom?

It is not advisable. Paying does not guarantee data recovery, funds criminals and does nothing to stop the release of data that has already been stolen. The priority is to restore from backups and to bring in security experts immediately to manage the incident and the communications.

How long does it take to secure an SME?

It depends on the starting point. The most urgent measures - MFA on remote access, backup verification, EDR - can be in place within a few days. A complete rollout of segmentation, procedures and training takes a few weeks, working through the risk priorities in order.

Does ransomware affect small companies too?

Yes - in fact SMEs are among the preferred targets: they hold valuable data, often run weak defences and form part of the supply chain of larger organisations. Being small is not protection, it is one more risk factor.

What is the Zero Trust model, and when is it worth adopting?

It's a security approach that always verifies identity and device before granting access, even inside the corporate network. It matters most for SMEs with multiple sites, widespread remote work, or external suppliers with system access, where the network perimeter alone is no longer enough to guarantee protection.

Technology partners

Want to discuss it with our team?

We analyse your infrastructure for free and propose the most suitable solution.

Discover moreRequest a quote

We use cookies

We use technical cookies necessary for the site to work and, only if you agree, analytics and marketing cookies. You can accept, reject or choose category by category. Cookie Policy