Skip to main content
Security Culture6 min readNew

Antivirus Is Dead: What Replaced It in 2026

"Signature scanning still has a job, but it is no longer the job. What behavioural detection actually changed, and how to check the protection you already pay for is switched on."

Author

Lior Refael

Published

Aug 6, 2026

Back to Articles

The antivirus you remember scanned files against a list of known-bad signatures. It worked when malware arrived as a file and stayed the same long enough to be listed.

That is not how most incidents start now. The attacker signs in with a valid password, uses tools already on the machine, and never drops a file worth scanning. Signature matching is still in the product - it is just no longer the part doing the work.

What actually changed

Three shifts, none of them subtle.

Credentials replaced malware as the entry point. Credential abuse is the most pervasive technique across breach chains, and a stolen password looks identical to a real one at the file layer[1]. There is nothing for a scanner to find.

The delivery moved to email and unpatched software. Sophos puts malicious email, phishing and exploited vulnerabilities at the top of ransomware root causes[2]. Two of those three never involve an executable landing on disk.

Attackers use what is already installed. PowerShell, scripting hosts, remote management tools. MITRE ATT&CK catalogues these as techniques rather than files precisely because there is no signature to write[3].

So detection had to move from "is this file on the list" to "is this behaviour normal for this machine".

What replaced it

Signature scanning against behavioural protection

Capability grid comparing signature antivirus with behavioural endpoint protection across six capabilities. Both block known malware files; only behavioural protection detects unseen malware, script-launching documents, credential theft and self-isolates a device. Neither stops a valid sign-in with a stolen password.
CapabilitySignature antivirusBehavioural endpoint protection
Blocks known malware filesIncludedIncluded
Detects malware it has never seenNot availableIncluded
Flags a document that launches a scriptNot availableIncluded
Spots credential theft from system memoryNot availableIncluded
Isolates a device on its ownNot availableIncluded
Stops a valid sign-in with a stolen passwordNeeds MFA and conditional accessNot availableNot available
  • Included
  • Limited or extra cost
  • Not available

Neither one stops a valid sign-in with a stolen password, which is why identity is a separate layer.

TechSuit view, based on small-business deployments

Behavioural detection watches sequences: a document spawning a script interpreter, a process reading credential storage, an unusual outbound connection immediately after a sign-in from a new location. It does not need to have seen the malware before, and it can act on its own - isolating a device or rolling back a change without waiting for a human[4].

Two pieces of that are worth naming, because they are the ones most often left switched off:

  • Attack surface reduction rules block whole classes of behaviour - Office applications launching child processes, credential theft from LSASS, executables running from mail clients. They ship with the licence and several are off by default[5].
  • EDR in block mode lets endpoint detection remediate malicious artefacts behind a third-party antivirus that only ran in passive mode[6]. If you kept an old AV product alongside Defender, this is the setting that decides whether the second layer does anything.

Is the old antivirus test still useful?

Yes, with a caveat. Independent labs still test business endpoint products against real-world samples, and those results are the only comparison worth quoting because they are not written by a vendor[7]. What they measure is one layer of a stack that now includes identity, email and configuration. A perfect protection score does not stop a valid login.

What you probably already own

If you are on Microsoft 365 Business Premium, Defender for Business is included: behavioural endpoint detection, attack surface reduction, automated investigation and remediation across Windows, macOS, iOS and Android[4]. Business Premium lists at USD 22 per user per month on annual commitment[8].

The common failure is not a missing product. It is a licensed product in a default state: devices never enrolled, ASR rules never turned on, alerts arriving in a console nobody has logged into since the onboarding call.

The five-minute check

  1. Enrolment. Every company laptop and phone shows as managed and compliant, not just "registered".
  2. Real-time and cloud protection on. Tamper protection too, so a user or a script cannot switch it off.
  3. Attack surface reduction rules in block mode, not audit mode. Audit records what would have happened and stops nothing[5].
  4. No second antivirus running actively. Two products fighting each other is worse than one working. If a legacy AV must stay, put Defender in EDR block mode[6].
  5. A named person who reads alerts. NIST's small-business guide and CISA's performance goals both treat detection and response as one obligation, and both expect a named owner rather than an installed agent[9][10].

What this does not cover

Endpoint protection is one layer. It does not stop an invoice fraud email that contains no attachment, it does not stop a valid sign-in with a stolen password, and it does not restore data after a successful encryption event. MFA, conditional access, email authentication and tested backups are separate controls, and each of them fails independently.

Country notes

Israel. The Business Premium licence and Defender for Business are sold the same way locally, so the practical question is whether an integrator enrolled the devices in Intune or only handed over licences.

Europe. NIS2 Article 21 asks for risk management measures and incident handling rather than an antivirus product; a licence in default state is hard to evidence as either[11].

Spain. ENS control families name endpoint protection and event monitoring separately - which is the same distinction between having the tool and watching what it says.

What to do with this

  1. Open your endpoint console and check enrolment and compliance counts against your actual headcount.
  2. Turn the standard attack surface reduction rules from audit to block, in a small pilot group first.
  3. Remove or passively configure any legacy antivirus, and enable EDR block mode if it stays.
  4. Decide who reads the alerts, and write it down. That is the control, not the software.

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. 2026 Data Breach Investigations Report (opens in a new tab)

    Verizon Business · 2026

    Credential abuse as the most pervasive technique across breach chains, and the human element in 62% of breaches.

  2. The State of Ransomware 2026 (opens in a new tab)

    Sophos · 2026

    Attack root causes: malicious email 26%, phishing 24%, exploited vulnerabilities 18%.

  3. MITRE ATT&CK Enterprise Matrix (opens in a new tab)

    MITRE · 2026

    The behaviour taxonomy endpoint detection maps alerts to, rather than file signatures.

  4. What is Microsoft Defender for Business? (opens in a new tab)

    Microsoft Learn · 2026

    Behavioural detection, automated investigation and device isolation included with the Business Premium licence.

  5. Attack surface reduction rules reference (opens in a new tab)

    Microsoft Learn · 2026

    The opt-in rules that block script-launching documents and credential theft, and their default states.

  6. Endpoint detection and response in block mode (opens in a new tab)

    Microsoft Learn · 2026

    How EDR remediates malicious artefacts when a third-party antivirus is primary and Defender runs in passive mode.

  7. Business Windows Client test results (opens in a new tab)

    AV-TEST Institute · 2026

    Independent, recurring protection scores for business endpoint products.

  8. Compare All Microsoft 365 Business Plans (opens in a new tab)

    Microsoft · 2026

    Published Business Premium list price on annual commitment, the licence that carries endpoint protection.

  9. NIST Cybersecurity Framework 2.0 Small Business Quick-Start Guide (SP 1300) (opens in a new tab)

    NIST · 2024

    Detection and response treated as a single obligation for a small business.

  10. Cross-Sector Cybersecurity Performance Goals (opens in a new tab)

    CISA · 2026

    Baseline expectation of a named owner for security alerting rather than an installed agent.

  11. Directive (EU) 2022/2555 (NIS2) (opens in a new tab)

    EUR-Lex · 2022

    Article 21 asks for risk management measures and incident handling, not a named antivirus product.

Figures last checked 6 August 2026

Is the protection you pay for actually switched on?

We will check enrolment, policy state and who sees the alerts in a 30-minute review, and tell you plainly what is missing.