Overview of EDRSandBlast
masterEDRSandBlast is a C-based tool designed to bypass Endpoint Detection and Response (EDR) systems and LSASS protections. It achieves this by weaponizing vulnerable signed drivers to perform kernel-level manipulations and implementing various userland unhooking techniques to evade monitoring.
Key capabilities include:
- Kernel-mode bypasses: Removal of Kernel Notify Routines, Object Callbacks, and minifilter callbacks; deactivation of the
Microsoft-Windows-Threat-IntelligenceETW provider. - Userland bypasses: Implementation of multiple unhooking techniques to evade userland monitoring.
- LSASS Protection Bypass: Ability to dump
LSASSmemory under EDR scrutiny without triggering 'OS Credential Dumping' alerts. This is achieved by combining--usermodeand--kernelmodetechniques.