What Does The EDR See?
When operators execute commands during penetration testing or adversary emulation, every keystroke triggers a chain reaction through user-mode API hooks (ntdll.dll), kernel driver callbacks (PsSetCreateProcessNotifyRoutineEx), Event Tracing for Windows (EtwTI), and security event logs. Use this interactive workbench to inspect the exact sensor footprint, evaluate detection risk scores, uncover blind spots, and extract defensive hunting queries.
1. Select Technique Preset
13 PRESETS2. Or Run Custom Command Inspector
Abuses the built-in Microsoft COM+ Services DLL (comsvcs.dll) exported MiniDump function to dump the Local Security Authority Subsystem Service (lsass.exe) memory space without dropping a standalone compiler or compiled tool.
SuspiciousLSASSAccessByUncommonProcess (rundll32.exe accessing lsass.exe)
EDR injects its sensor DLL into every spawned process, patching early instructions in ntdll.dll (e.g. NtOpenProcess, NtAllocateVirtualMemory) with JMP redirects to analyze arguments before delegating to the kernel.
EDR kernel drivers register with Windows kernel routines (PsSetCreateProcessNotifyRoutineEx,ObRegisterCallbacks). These intercept process creation and handle access at ring-0 regardless of user-mode unhooking.
Kernel-level Event Tracing for Windows emits protected telemetry for process injection, memory allocation, and suspicious API usage directly to authorized EDR antimalware services (ELAM signed), bypassing userland tampering.