Skip to content
Cyber Security Firms

What Is EDR? Endpoint Detection and Response Explained

An EDR agent watches every process that starts on a laptop or a server, keeps the record, and can cut the machine off the network. The part nobody sells you is that someone still has to read what it finds.

Intermediate16 min readUpdated
What Is EDR? Endpoint Detection and Response Explained

Most people meet EDR on the day it takes a laptop off the network. The machine is still on and the screen still works, and the only thing that has changed is that nothing can reach it except one security console. Something decided that what was running on that laptop looked like an intrusion and cut it off mid sentence. That action, rather than the alert that preceded it, is the argument for the whole category. What follows is what the agent was watching, how it decided, where it is blind, and whether a company your size should be buying the software or buying the people who run it.

What Is EDR?

Endpoint detection and response is a security product that continuously records activity on the devices people work on and uses that record to find and stop attacks. An endpoint is anything running an operating system that holds or reaches data: laptops, desktops, servers, virtual machines, and in most products phones and tablets.

The name is two jobs bolted together and both halves carry weight. Detection watches process launches, command lines, file writes, registry changes, script execution and outbound connections, then decides which combinations look like an attacker rather than an accountant. Response acts on that decision: killing the process, quarantining the file, blocking the hash fleet wide, or isolating the host.

Microsoft's documentation for Defender for Endpoint describes the capability as near real time and actionable attack detections, with alerts sharing attack techniques or an attacker grouped into one incident. That grouping is most of what separates an EDR console from an antivirus pop-up. One tells you a file was blocked. The other tells you a story with a beginning.

A Gartner analyst named the category in July 2013, settling on endpoint threat detection and response as the label for tools that detected and investigated suspicious activity on hosts rather than only blocking known bad files. The middle word dropped out and the acronym was EDR by 2015. Almost everything sold as endpoint protection now does both jobs, which is why the antivirus comparison below is less either-or than it sounds.

How Does EDR Work?

The agent runs below the applications and beside the operating system's own logging, so it sees what no log file records. Every process that starts, what started it, the full command line it was handed, which files it touched, which registry keys it changed, which addresses it reached. That stream goes to a console, usually a cloud tenant the vendor operates, where it is kept for a retention window and analyzed.

Detection works on behavior rather than identity. Antivirus asks whether a file matches something already known to be bad. EDR asks whether a sequence looks like an attack: a spreadsheet spawning a script interpreter, that interpreter reaching an address nobody has visited before, a process requesting the memory of the operating system component that holds credentials. None of those is a file anyone can add to a blocklist, which is why the record has to be behavioral.

Then it responds, and this is where automation earns its keep. NIST's incident response guidance suggests configuring security technologies to carry out some containment actions without waiting for a human, naming quarantining malware and moving a compromised endpoint to an isolated remediation network as the examples worth automating, in SP 800-61r3. Host isolation is the version almost every EDR product ships: one rule or one click, and the machine talks to nothing but the console that isolated it.

How EDR turns one opened attachment into a contained machine
  1. Attachment openedA document macro starts PowerShell on a finance laptop
  2. Agent records itParent process, command line, file writes, outbound address
  3. Behavior matchedAn office application spawning a script interpreter that calls out
  4. Alert raisedSent to the console with the whole process tree attached
  5. Attacker keeps goingCredential theft, then a second machine on the same subnet
  6. Analyst triagesReads the tree, decides it is real, not a developer script
  7. Host isolatedNetwork cut from the console, the agent still reporting
Steps two through four are what the license buys. Step six is a person, and it is the step that decides whether steps one through five mattered.

Notice that the attacker in step five does not stop because an alert appeared. Nothing about a detection interrupts an intrusion on its own. The gap between step four and step seven is whatever it takes for a human to look, and two federal advisories later in this article are about what happens when nobody does.

Key Capabilities of EDR

Strip the marketing off any product here and the same seven capabilities are underneath. Products differ mostly in how well each one is done.

CapabilityWhat it doesWhy it matters
Telemetry recordingCaptures process, file, registry, script and network eventsThe investigation is only as good as what was recorded
Behavioral detectionMatches activity against known attacker techniquesCatches attacks that use no malicious file
Retention and searchKeeps telemetry for a fixed window, queryableLets you ask on Friday what a machine did on Monday
Host isolationCuts a machine off every network except the consoleThe most useful response action in the product
Process and file responseKills a process, quarantines a file, blocks a hash fleet wideStops the same thing on the other ninety machines
Threat huntingQueries stored telemetry for behavior no rule flaggedFinds what the detections missed, if someone looks
Tamper protectionResists attempts to stop the agent or add exclusionsWithout it the whole record can be switched off

Retention is the specification buyers skim past and regret. A thirty day window means an intrusion that began five weeks ago cannot be reconstructed, and intrusions frequently began five weeks ago.

EDR vs Antivirus

The framing that survives contact with reality is that antivirus is a filter while EDR is a recorder that can also act.

Compare
Antivirus and EPP
Inspects files and asks one question: is this known to be bad? Modern versions add machine learning to the file verdict and call it next generation antivirus, but the shape of the question does not change. It blocks at the moment the file appears, keeps almost nothing, and needs no operator. When it works, nothing happens and nobody hears about it.
EDR
Records what runs regardless of whether anything is blocked, and asks whether the sequence looks like an attack. It can act at any point in the intrusion, including days later on evidence that was collected before anyone was suspicious. It produces alerts, and alerts require somebody to read them.

The practical difference shows up against attacks that involve no malicious file. An attacker who signs in with a stolen password and uses the tools already on the machine, the technique known as living off the land, presents antivirus with nothing to inspect. PowerShell is not malware. PowerShell reading credential memory at two in the morning is the detection, and only a product recording behavior can make it.

The signature model also ages badly. IBM's Cost of a Data Breach Report 2026 records a 56 percent rise in AI-driven attacks, led by deepfake impersonation and AI-enabled malware. Malware generated freshly per target has no signature to publish, and a defense built on a list of known malware arrives after the first victim.

Antivirus and EPPEDR
The question askedIs this file known to be bad?Does this behavior look like an attack?
What is storedDetections, brieflyA continuous record of activity, for weeks
When it actsAt the moment the file appearsAt any point, including retrospectively
Response availableQuarantine, deleteIsolate the host, kill processes, block fleet wide, hunt
Who operates itNobody, by designSomebody, or it is an expensive log
Typical costBundled with the operating systemA per device subscription, plus the person reading it

Do you need antivirus if you have EDR?

In practice you already have both. Nearly every EDR product includes a prevention engine, and Windows ships with Defender Antivirus enabled whether or not you buy anything. The real decision is whether to keep two of them.

EDR vs XDR vs MDR

Three acronyms get compared as though they were three competing products. Two are products and one is a service, and getting that straight settles most of the confusion.

EDR covers endpoints. XDR is the same idea widened to more sources, pulling identity, email, cloud and network signals into one console so an alert about a laptop and an alert about a sign-in from another country become one incident. MDR is not software at all. It is a contract for people who watch a console, triage what appears on it, and act inside agreed limits, normally on top of an EDR or XDR product you own or they provide.

AcronymProduct or serviceWhat you are actually buying
EDRProductRecording, detection and response on endpoints
XDRProductThe same, plus identity, email, cloud and network signals in one console
MDRServicePeople who read the console at three in the morning and respond
SIEMProductCentral log storage and correlation across everything that emits a log

The distinction that decides a budget is product against service. No license creates a person. That person is either on your payroll inside a security operations center or on somebody else's under an MDR contract, and there is no third option in which the console reads itself. A SIEM sits alongside all of this rather than competing with it: EDR is the deepest record of one layer, a SIEM a shallower record of every layer.

A row of rack mounted servers seen straight on, with one unit pulled forward from the row

What Is an Example of an EDR?

Named as examples of a category rather than as recommendations, the products people mean by EDR include CrowdStrike Falcon Insight XDR, Microsoft Defender for Endpoint, SentinelOne Singularity, Palo Alto Cortex XDR, Sophos Intercept X and Cisco Secure Endpoint. On the open source side, Wazuh and Velociraptor cover parts of the same ground for organizations with the staff to run them.

There is no authoritative ranking of that list. What separates products for a given buyer is duller than the brand argument: which operating systems the agent supports, how long telemetry is retained, whether tamper protection is on by default, whether response actions are included or sold as another module, and whether the vendor will sell you the people to run it.

Is CrowdStrike an EDR?

Not quite. CrowdStrike is a company, and its Falcon platform is a set of modules of which one, Falcon Insight XDR, carries the endpoint detection and response capability. People use the company name for the product the way they use brand names for tissues. On a purchase order it matters, because the platform is sold in bundles and the two cheapest, Falcon Go and Falcon Pro, do not include endpoint detection and response at all. Buying Falcon does not automatically mean buying the EDR piece or the service that watches it.

Is Microsoft Defender an EDR?

Defender is two products sharing one name. Microsoft Defender Antivirus ships with Windows and is antivirus, not EDR. Microsoft Defender for Endpoint is separately licensed and adds the recording, investigation and response capability described in the documentation cited above. Organizations paying for Microsoft 365 E5 or Defender for Business often already own an EDR they have never deployed.

What EDR Does Not Cover

An EDR agent sees what happens on a machine where the agent is installed, and a modern company keeps most of its data somewhere else. The blind spots are not exotic, and they are where this year's breaches actually happened.

What an EDR agent can and cannot see
Cloud and SaaS tenantsSalesforce, Microsoft 365, Google Workspace. No agent runs here at all
Identity providerSign-ins, tokens, MFA prompts. Visible in identity logs, not on any endpoint
Network and edge devicesFirewalls, VPN gateways, printers, cameras. Most cannot run an agent
Unmanaged devicesPersonal laptops, contractor machines, the old server nobody owns
Managed endpointsLaptops, desktops and servers where the agent is deployed
Processes, files, scripts, registry
EDR sees the innermost ring in forensic detail and the four rings outside it not at all.

The unmanaged ring is the one that bites. The 2026 Verizon Data Breach Investigations Report found 31 percent of breaches beginning with vulnerability exploitation, the first time in nineteen years it has passed stolen credentials, and breaches involving a third party now account for 48 percent of the total. An internet-facing server nobody remembered to enroll, or a supplier's tenant holding your customer list, is not a problem an endpoint product can reach. Neither is the firewall in front of it, which is why zero trust treats identity rather than location as the control point.

Can Attackers Disable EDR?

Yes, and it is a catalogued technique rather than a theoretical worry. MITRE ATT&CK carries Disable or Modify Tools as technique T1685, and endpoint detection and response tools are the first example it names among the security software adversaries disable, degrade or tamper with. The methods it lists are ordinary: killing processes, deleting configuration files and registry keys, blocking the agent from updating, and abusing legitimate drivers to render the tool non-functional.

Evasion is the quieter half of the problem. In a 2026 red team engagement, CISA's own operators used a modified Active Directory collection tool customized specifically to avoid static EDR signatures and mapped the domain without triggering the detections a stock version would have set off. Attackers with a budget do the same.

MITRE's mitigation is free and almost nobody runs it. Under audit, it recommends periodically confirming that every host you expect is checking in to the central console, and reviewing the EDR for exclusion paths nobody added deliberately. An exclusion covering an entire drive, added eighteen months ago to make a backup job stop alerting, is a hole with a business justification attached.

Myth vs reality
What people believe
An attacker with administrator rights can quietly switch the EDR off, so the product is theater.
What actually happens
Tamper protection makes it noisy rather than impossible. On a properly configured deployment, stopping the service, unloading the driver or adding an exclusion is itself a high severity alert, and an agent that goes quiet is a finding in its own right. What makes tampering silent is not the attacker's skill. It is tamper protection left off, and a check-in report nobody runs.

Do You Need EDR?

The answer turns less on company size than on who is available at three in the morning, and two CISA advisories make that case better than any vendor page.

In the first, CISA responded at a federal civilian agency after its EDR raised alerts on a file dropped on a SQL server. The intrusion had begun roughly three weeks earlier through a known vulnerability in a public-facing GeoServer, and the attackers had reached three more servers in the meantime. Among the three lessons CISA recorded was that EDR alerts were not continuously reviewed and some public-facing systems lacked endpoint protection. The product worked. The coverage and the reading of it did not.

The second is starker. CISA's red team ran comparable operations against two organizations. One had a baseline and tuned alerting, and its analysts spotted the activity and acted. The other received medium and low severity EDR alerts on the same behavior and responded to none of them, because thousands of false positives from ordinary business activity, many at higher severity, buried them. CISA's summary belongs on the purchase order: detection tools are only as effective as the people, processes and procedures supporting them.

How to Implement EDR

Deployments fail in the same five places, and none of them is the software.

Key takeaways

  • EDR is an agent recording activity on endpoints plus a console that analyzes it, alerts on attacker behavior, and can kill processes or isolate a machine.
  • Antivirus asks whether a file is known to be bad. EDR asks whether a sequence of behavior looks like an attack, which is the only question that catches attacks using no malicious file.
  • You already run both. The mistake is two competing prevention engines rather than one engine plus one recorder.
  • EDR and XDR are products. MDR is people. A license does not buy anyone to read what it produces.
  • The agent sees managed endpoints and nothing else. Cloud tenants, identity, edge devices and unmanaged machines sit outside it entirely.
  • Attackers disable and evade agents routinely. Tamper protection, a clean exclusion list and a weekly check-in report are the countermeasures.
  • CISA has documented both failure modes in public: alerts nobody reviewed, and alerts buried under false positives nobody tuned out.

Common questions

What does EDR stand for?

Endpoint detection and response. The endpoint is a laptop, desktop, server, virtual machine or in many products a phone. Detection is the analysis of what the agent records; response is the ability to kill a process, quarantine a file or cut the machine off the network.

Is EDR the same as antivirus?

No. Antivirus inspects files and blocks the ones it recognizes. EDR records everything that runs whether or not anything is blocked, looks for behavior matching attacker techniques, and can act on it. Most EDR products include an antivirus engine; antivirus alone has no record and no response.

Do you need antivirus if you have EDR?

You will have one either way, since Windows ships with Defender Antivirus and almost every EDR includes a prevention engine. The decision worth making is not whether to keep antivirus but whether to run two active engines from different vendors on one machine, which causes more problems than it solves.

What are the top 5 EDR tools?

There is no authoritative top five, and any list presented as one is somebody's shortlist. Widely deployed products include CrowdStrike Falcon Insight XDR, Microsoft Defender for Endpoint, SentinelOne Singularity, Palo Alto Cortex XDR and Sophos Intercept X, named as examples of the category. Operating system coverage, retention window and whether response is included should decide it.

Is Microsoft Defender an EDR or XDR?

Both names exist and they are different products. Microsoft Defender Antivirus ships with Windows and is antivirus. Microsoft Defender for Endpoint provides the endpoint detection and response capability. Microsoft Defender XDR is the wider console correlating endpoints with identity, email and cloud, so the answer depends on the license held.

What is the difference between managed EDR and MDR?

Managed EDR usually means one vendor operating its own endpoint product for you. MDR is broader and often product agnostic, covering identity, email and cloud alongside endpoints. Managed EDR is a narrower scope at a lower price; MDR reaches the layers an endpoint agent cannot see.

What is EDR vs SIEM?

EDR holds a deep record of one layer and can act on it. A SIEM holds a shallower record of every layer that emits a log, and correlates across them. They answer different questions, and mature teams run both, feeding EDR alerts into the SIEM alongside everything else.

Can EDR stop ransomware?

Often, if someone is watching. Operators spend hours or days on a network before encryption, producing exactly the behavior EDR is built to spot: credential theft, lateral movement and backup deletion. Some products roll back early encryption. None of it helps on machines where no agent was installed.

Does EDR slow down a computer?

Modern agents are noticeable mainly during a full scan or on machines already short of memory. The commonest cause of real slowdowns is two security products fighting each other. Developer workstations and build servers usually need exclusions, written narrowly and reviewed rather than granted for a whole drive.

Is EDR worth it for a small business?

The capability is worth it; the unmonitored license is not. A twenty-person company that sends EDR alerts to a shared mailbox has bought a detailed record of an incident it will hear about from a customer. With nobody whose job is to look, buy managed detection instead.

On this page
Reviewed by

Daniel Reyes

  • CISSP
  • 12 years in security operations
  • Austin, TX

Daniel Reyes is a CISSP who spent twelve years in security operations, most recently leading a detection and response team for a mid-sized healthcare group in Texas. He reviews every resource and breach report on Cyber Security Firms for technical accuracy before it publishes.

Most of the people he has trained arrived having been told too much: a dozen acronyms, six vendors, and no clear idea which risk was theirs. His approach is to explain what an attack actually does before naming the tool that stops it, on the basis that most breaches start with something a reader could have recognised.

Read the full bio and how we research →