Skip to main content
Cyber Resilience6 min read

Why Antivirus Isn't Enough - And What Microsoft Defender for Business Actually Does

"Your antivirus scans for files it recognises. Microsoft Defender for Business monitors what processes actually do - and responds automatically. What that means for a 10-person business in 2026, in practice."

Author

Lior Refael

Published

Apr 16, 2026

Back to Articles

Why the old model fails

Traditional antivirus works by comparing files against a database of known threats. It scans files as they arrive and blocks the ones it recognises.

The problem: modern attacks don't use files your antivirus has seen before. The attacks actually being used against small businesses in Israel and across Europe in 2026:

  • Phishing links that redirect to fake login pages - no malicious file involved
  • Hijacked legitimate Windows processes - Windows' own tools run malicious commands
  • Valid stolen credentials - an attacker logs in normally; antivirus sees nothing suspicious
  • Time-delayed links - a URL in an email appears safe when delivered, redirects to malware 12 hours later

None of these involve a recognisable malicious file. None of them trigger traditional antivirus. All of them are routine in 2026.

Signature-based antivirus vs EDR, in neutral terms

This distinction matters regardless of which vendor you end up buying from:

  • Signature-based antivirus (the old model) compares each file against a list of known-bad fingerprints. If the file is not on the list, it is allowed. It is a file-centric, list-driven control.
  • EDR - Endpoint Detection and Response (the modern model) records what processes actually do on the device - what they launch, what they read, where they connect - and flags or reverses behaviour that matches known attacker techniques, whether or not a file is involved. It also keeps a timeline so you can answer "what else did this touch?" after the fact.

The techniques EDR is built to catch are catalogued publicly in the MITRE ATT&CK framework - credential dumping, living-off-the-land use of built-in Windows tools, lateral movement[1]. Almost none of them require the attacker to drop a file that a signature engine would recognise.

And this is not a "trust Microsoft" argument. Independent labs test endpoint products against live malware every month and publish the raw results: AV-TEST's certification rounds[2] and AV-Comparatives' Real-World Protection tests[3] both consistently place Microsoft Defender in the top tier for protection rate. Check the current round yourself before you buy anything - including this.

It is worth being specific about how incidents actually begin, because it decides where the money goes. In Sophos's 2026 ransomware survey, malicious email and phishing together accounted for half of all incidents.

How ransomware attacks started

Share of incidents, 2026 survey

Malicious email
Phishing
Exploited vulnerability
Compromised credentials

Email and phishing together account for half of all incidents. Endpoint protection matters, but the cheapest wins are still on the identity and email side of the same problem.

Show the data
Horizontal bar chart of ransomware attack root causes in Sophos's 2026 survey: malicious email 26%, phishing 24%, exploited vulnerability 18%, compromised credentials 13%.
Share of incidents, 2026 surveyShare of incidents
Malicious email26%
Phishing24%
Exploited vulnerability18%
Compromised credentials13%

Source: Sophos, The State of Ransomware 2026 (2026)

That is the case for treating endpoint protection and email protection as one decision rather than two purchases.

What Microsoft Defender for Business actually does

Defender for Business - included in Microsoft 365 Business Premium for up to 300 users[4] - is a different category of tool. It does not scan files against a database. It monitors the behaviour of every process on every managed device, correlates signals across your entire environment, and responds automatically when something looks wrong.

What Microsoft Defender for Business actually does

Endpoint Detection & Response (EDR)

What it does
Monitors process behaviour on every device in real time
What it stops
Fileless malware, lateral movement, living-off-the-land attacks

Safe Links

What it does
Re-checks every URL at the moment of click
What it stops
Time-delayed phishing links that change after email delivery

Safe Attachments

What it does
Opens file attachments in a sandboxed environment first
What it stops
Malicious Office files and PDFs

Attack Surface Reduction

What it does
Blocks Windows features that attackers commonly exploit - most of these rules are opt-in and off until you turn them on
What it stops
Office macro exploits, script-based attacks

Automated Investigation

What it does
Follows a threat across multiple devices automatically
What it stops
Limits breach scope before a human can respond

Source: Microsoft Learn, Attack surface reduction rules reference (2026)

The practical difference for a small business

Without EDR: You find out about a breach when something stops working - files are encrypted, an invoice was redirected, or a client calls to say they received a suspicious email from you. By then, the attacker has had hours or days inside your systems.

With Defender active: You see the attack at the reconnaissance stage - an unusual login from an unexpected location, a process accessing more files than it should, a device attempting to connect to a known malicious IP. The difference between catching a threat at stage 1 vs stage 5 is typically €10,000-€50,000 in recovery costs.

When Defender detects a compromised device, it automatically:

  • Isolates the device from the network while keeping it manageable via Intune
  • Kills the malicious process and quarantines affected files
  • Investigates which other devices the threat may have reached
  • Generates a full incident report for insurance and regulatory purposes

For a 10-person business with no dedicated security staff, this is the equivalent of having a security analyst watching your systems continuously.

What "included in M365 Business Premium" means in practice

Defender for Business is included in Microsoft 365 Business Premium at approximately €22/user/month. For a 10-person team, that is €220/month for email, Teams, Office apps, Intune device management, and enterprise-grade EDR.

Standalone EDR tools from dedicated security vendors typically cost €15-30 per device per month on top of your productivity suite. Getting the same capability bundled into M365 Business Premium is one of the clearest cost advantages of that tier.

The configuration gap most businesses miss

Defender at default settings blocks known malware, but several of the controls that stop real attacks ship switched off - most attack surface reduction rules are opt-in until you enable them[5], and automated remediation needs configuring[6]. A business that "has Defender" but has not configured it gets materially less than it is paying for. The configuration that matters:

  • Attack surface reduction rules enabled - blocks Windows features most commonly exploited in SMB attacks
  • Cloud-delivered protection set to maximum - enables real-time sharing with Microsoft's global threat intelligence network
  • Automated investigation and remediation set to Full - allows Defender to respond without waiting for human approval
  • Tamper protection enabled - prevents malware from disabling Defender itself
  • Microsoft Secure Score baseline applied - brings all settings to Microsoft's recommended minimums for business use

Questions we get asked

Sources

Every figure in this article traces back to a named source. Where we quote our own numbers, they come from work we have done with small businesses in Israel and across Europe, and we say so.

  1. MITRE ATT&CK Enterprise MatrixMITRE · 2026The behaviour taxonomy endpoint detection maps alerts to, rather than file signatures. (opens in a new tab)
  2. Test antivirus software for Windows business usersAV-TEST Institute · 2026Independent lab protection and performance scores for business endpoint products, including Microsoft Defender. (opens in a new tab)
  3. Real-World Protection TestAV-Comparatives · 2026Independent live-threat testing methodology and results used to verify vendor protection claims. (opens in a new tab)
  4. What is Microsoft Defender for Business?Microsoft Learn · 2026Capabilities included, the 300-user limit, and inclusion in Microsoft 365 Business Premium. (opens in a new tab)
  5. Attack surface reduction rules referenceMicrosoft Learn · 2026The opt-in rules that block script-launching documents and credential theft, and their default states. (opens in a new tab)
  6. Automated investigation and response in Microsoft DefenderMicrosoft Learn · 2026What automated investigation remediates without a human, and what still needs approval. (opens in a new tab)
  7. The State of Ransomware 2026Sophos · 2026Attack root causes: malicious email 26%, phishing 24%, exploited vulnerabilities 18%. (opens in a new tab)
  8. Microsoft Digital Defense Report 2025Microsoft · Oct 2025AI-generated phishing effectiveness, growth in identity attacks, and extortion as the dominant motive. (opens in a new tab)

Figures last checked 28 July 2026

Not sure if Defender is actually configured properly on your devices?

Book a free 30-minute security review. We'll check your Defender configuration, Secure Score, and tell you exactly what's switched off by default.