- Who is this section for?
- Anyone who needs to work out what happened on a Windows machine: SOC and helpdesk staff, IT admins handling an incident, students learning DFIR, and technicians who have been handed a PC and told it was hacked. It assumes you are comfortable in Registry Editor and Event Viewer, which is the main difference from the consumer guides in Tips & Fixes.
- Is any of this legal to follow?
- Every lab states its authorization scope at the top. Forensic and detection labs are read-only analysis of a machine you administer, which is safe to follow anywhere. Offensive technique labs are written against a virtual machine on an isolated network and are marked as such — running them against a system you do not own or have written permission to test is illegal in most jurisdictions.
- Why does every lab list an exact Windows build number?
- Because artifact paths and behaviour change between Windows releases, and most of what currently ranks for these queries was written against Windows 7 or 8.1 and never revised. The environment line tells you exactly what the steps were verified against, so you know whether to trust them on your build.
- Do I need a separate machine to follow the lab builds?
- No. The lab setup articles use Hyper-V, which is included with Windows 11 Pro, on an internal-only virtual switch with no route to your network or the internet. A spare drive is useful but not required.
- How is this different from the security guides under Tips & Fixes?
- Tips & Fixes answers "something is wrong, how do I fix it" for everyday users — remove malware, spot a scam call, turn on BitLocker. Security Labs answers "what exactly happened here, and how would I detect it next time" at the level of registry keys, event IDs, and on-disk artifacts.