WSL, COM Hooking, & RTTI

WSL, COM Hooking, & RTTI

The article demonstrates how to hook COM methods in Windows Subsystem for Linux by leveraging C++ RTTI metadata to reconstruct class layouts and locate virtual methods, enabling precise COM instrumentation without symbols.

EDR Internals for macOS and Linux

EDR Internals for macOS and Linux

The article examines how EDR agents monitor macOS and Linux systems by collecting telemetry from OS security frameworks, kernel interfaces, and tools like eBPF. Understanding these data sources reveals detection capabilities and potential blind spots.

Ghost in the PPL - LSASS Memory Dump

Ghost in the PPL – LSASS Memory Dump

The article explains a technique for dumping memory from the protected LSASS process (PPL). It analyzes limitations of PPL protection and demonstrates how MiniDumpWriteDump and existing process handles can be used to extract credential data.