Improving consistency with EDR DLL Injection via APCs
fluxsec.red·1d
Flag this post

Injecting your system with a high quality dose of Sanctum EDR!


Intro

You can check this project out on GitHub, and specifically you can see injection.rs which houses the code discussed in this blog post.

Previously I was using standard process injection from the EDR usermode engine to inject the Sanctum DLL into processes. This was fine for your average process, but I was soon coming into difficulty injecting the DLL into processes that were protected, or using other Windows protection mechanisms.

My brain turned to doing the injection from the Kernel, which I started trying to implement by mapping the DLL into process memory (which I soon gave up on as it’s a …

Similar Posts

Loading similar posts...