Security deep dive
From identity (tokens) to object policy (DACL/SACL), through kernel access checks (SRM), ending with UAC and integrity boundaries.
Follow pathBeginner path
This path builds the mental model first, then moves from running processes to memory, diagnostics, and security. Each step is short enough to browse in one sitting, but concrete enough to be useful later in the EVTX lab.
How Windows separates user mode and kernel mode, and why the system is built in layers.
Start here to build the mental map for the rest of the site.
How Windows represents work, isolates applications, and schedules execution.
Once you know the OS layers, learn how Windows represents running work.
Virtual address spaces, paging, working sets, and how Windows tracks memory.
Memory is the next core building block once processes make sense.
Where Windows records what happened: Event Log, ETW, and crash-oriented clues.
This is the best bridge between concepts and concrete evidence on a running system.
Providers publish structured events; the Event Log service stores them in durable channels.
This is the first hands-on diagnostic system worth learning end-to-end.
64 KB chunks, binary XML, templates, and the durable storage layout behind Event Viewer.
This is the ideal bridge from theory to the EVTX lab.
Access tokens, privileges, integrity, and how Windows decides who can do what.
Finish the beginner path with identity and access, since many logs and process behaviors depend on it.
Shorter guided sequences inside a single theme. Use Follow path, then Continue on each topic page.
From identity (tokens) to object policy (DACL/SACL), through kernel access checks (SRM), ending with UAC and integrity boundaries.
Follow pathFollow a connection from Winsock and DNS through TCP/IP, filtering (WFP/BFE), down to NDIS and the NIC.
Follow pathUnderstand sessions, window stations, desktops, USER/GDI objects, and the CSRSS/Win32k plumbing behind the shell.
Follow pathVADs, pools, paging, working sets, and how the cache uses RAM.
Follow pathFrom I/O Manager and IRPs through driver stacks and PnP power.
Follow pathHyper-V partitions, enlightened I/O, and virtualization-based security.
Follow pathFrom Winlogon through LSASS to Kerberos/NTLM and crypto plumbing.
Follow pathPE images, DLL loading, and WOW64 on 64-bit Windows.
Follow pathVolumes, NTFS, cache, and reparse points.
Follow pathAfter the beginner path, continue with one of these longer cross-theme sequences.
Start from Windows telemetry, understand providers and channels, then move into EVTX structure and hands-on parsing.
Learn how Windows represents running work, how handles and objects fit in, and how the scheduler actually decides what runs.
Move from private virtual address spaces into VADs, pools, and then the cache/storage layer that shapes real-world file I/O performance.
Follow the path from early session initialization into Winlogon, LSASS, authentication packages, and the tokens that processes actually use.
Bridge the gap between a running process and the executable/runtime machinery that maps images, loads DLLs, and keeps 32-bit apps working on 64-bit Windows.