Windows Internals

Deep dive into Windows architecture, processes, threads, memory management, and kernel internals.

7 articles·73 min total reading time
STATUSPUBLISHED//CATWINDOWS

An introduction to the Windows Internals series, covering the goals, prerequisites, and roadmap for understanding how Windows works under the hood.

STATUSPUBLISHED//CATWINDOWS-INTERNALS

Most people who run Mimikatz don't know what they're actually targeting. It's not a file. It's not a password database. It's a process — and understanding exactly what that means is what separates tool runners from actual red teamers.

STATUSPUBLISHED//CATWINDOWS-INTERNALS

EDRs operate from the kernel. To kill them, you need kernel access. Here is how attackers use legitimate, signed drivers to tear down defenses from the inside.

STATUSPUBLISHED//CATWINDOWS-INTERNALS

How to find and exploit DLL search order hijacking, Phantom DLLs, and DLL side-loading using Process Monitor.