313SEC // Cardiff Technical Brief
Endpoint Security

Why antivirus isn't enough anymore

Your antivirus is doing its job. The problem is that its job doesn't cover the way most attacks actually work now. Here's what changed, why it matters, and what the alternative looks like in practice.

Mohammed Khan 313SEC 8 min read

01 What antivirus actually does

Antivirus works by checking files against a list of known threats. When you download a file or open an attachment, AV scans it, compares it to its database of signatures, and blocks it if there's a match.

This worked well for a long time. When most attacks came in the form of dodgy .exe files attached to emails, signature matching caught the majority of them. The file was the weapon, and AV was good at spotting weapons.

The problem is that attackers stopped bringing weapons.

02 What changed

Modern attacks don't rely on malicious files landing on your hard drive. Instead, attackers use tools that are already on every Windows machine: PowerShell, Windows Management Instrumentation, the command line. These are legitimate admin tools, signed by Microsoft, trusted by your antivirus.

The attack runs in memory. Nothing is written to disk. There is no file for AV to scan, no signature to match, no alert to fire. Your antivirus isn't failing. It's just looking in the wrong place.

The industry calls this "living off the land." The attacker uses what's already installed on the target machine instead of bringing their own tools. It's like a burglar who picks up a kitchen knife instead of bringing one. The alarm is set to look for someone carrying a weapon through the door.

03 How this plays out in practice

Here are two real patterns we see regularly in incident response work. Both bypassed antivirus completely.

Pattern A: Fileless PowerShell

A macro in a Word document runs a PowerShell command. That command downloads a payload and runs it entirely in memory. The payload injects itself into a normal Windows process. No file is ever written to disk.

AV result: no detection at any stage.

Pattern B: Fresh ransomware

A brand new ransomware variant arrives as an attachment. It was compiled hours ago. No AV vendor has a signature for it yet. It deletes your recovery backups using a built-in Windows tool, then starts encrypting.

AV result: signature published 12-48 hours later. By then, encryption is complete.

In both cases, the antivirus is running, updated, and doing exactly what it was designed to do. The gap isn't a product failure. It's a design limitation. AV checks files. These attacks don't use files.

04 What EDR does differently

EDR stands for Endpoint Detection and Response. Instead of scanning files, EDR watches what's actually happening on the machine. It tracks processes, monitors what they do, and flags behaviour that looks like an attack.

It doesn't care whether the tool is signed by Microsoft. It cares about what that tool is doing. PowerShell being launched by Word is suspicious. PowerShell downloading something and injecting it into another process is an attack pattern, regardless of who signed the binary.

Think of it this way: AV is a bouncer checking IDs at the door. If your ID looks right, you're in. EDR is the security camera inside the building, watching what you actually do once you're through the door.

EDR also gives your team (or your security provider) the ability to respond. When it flags an attack, it can isolate the machine from the network in seconds, cutting the attacker off before they spread to other systems.

05 See the difference for yourself

Below is an interactive walkthrough. Pick an attack scenario and step through it one move at a time. The left column shows what your antivirus sees. The right column shows what EDR with behaviour analysis sees. Same attack, same machine, very different outcomes.


06 What this means for your business

This isn't about replacing your antivirus. AV still catches commodity threats and known malware. It's a useful layer. But against the attacks that are actually breaching SMEs right now, it's blind by design.

EDR with behaviour analysis covers the gap. It's the difference between finding out you've been attacked weeks later (or from your clients), and catching it in the first few minutes while containment is still possible.

If you're relying on antivirus alone, you have a front door lock but no alarm system, no cameras, and no one watching. That's the honest position, and it's worth knowing.

313SEC // Request a practical next step

Want help turning this into an action plan?

Share a few details and we can point you towards the next sensible move. No jargon, no pressure, just enough context to make the advice useful.

What is currently worrying you?
Submitted securely through Formspree. We only use this to respond to your request.