Evading EDR
AdvancedOffensiveMalwareDetection

Evading EDR

The Definitive Guide to Defeating Endpoint Detection Systems

4 / 5

A component-by-component teardown of how modern EDR sensors actually collect telemetry, and where each data source can be starved, blinded, or bypassed.

Buy on Amazon

As an Amazon Associate we earn from qualifying purchases. The link above is sponsored.

Authors
Matt Hand
Published
2024
Publisher
No Starch Press
Pages
312
Language
English

Prerequisites

Comfortable with Windows internals, the PE format, and writing offensive tooling in C or C#. This is not where you learn those.

Read this if

Red teamers and detection engineers who want to reason about EDR from the sensor up rather than copy-pasting the bypass of the week.

Skip this if

Anyone wanting a turnkey list of working bypasses. Skip this if you don't run Windows or won't sit through the internals.

Key takeaways

  • EDR is a collection of telemetry sources, not a monolith; evasion means knowing which source sees what.
  • Most durable bypasses attack the sensor's data collection, not its detection logic.
  • Vendor-agnostic understanding outlives any specific bypass, which vendors patch fast.

Notes

The rare offensive book that explains the defense well enough to be useful to blue teams. Hand resists the urge to ship a cookbook and instead teaches you the plumbing, ETW, kernel callbacks, minifilters, AMSI, so you can derive your own bypasses. The trade-off is that specific techniques age quickly; the mental model does not.