Reading width
Wide uses the full column for everything, text, diagrams, code, and exercises. Narrow keeps the standard reading width.
Text size
Scales the body text. Headings and code blocks keep their size.
In this section
0.4 Where This Shows Up
This is not a general forensics course with a tool attached. It teaches a specific capability, and it is worth being concrete about the situations that capability is for. Four recur, and most teams do the first two and never reach the third.
Incident response on a machine you cannot reach
The commonest case, and the one the tool was built for.
A detection fires on a host, and the host is somewhere else. Traditionally that means a decision about whether the alert justifies travel, shipping, or asking a user to do something technical over the phone, and the decision is usually made under time pressure with incomplete information.
With an agent already present the decision changes shape. You collect the volatile state in the first ninety seconds, look at what came back, and decide whether this is a false positive or the start of something. Most alerts resolve in that first collection, which is the unglamorous majority of the value: not the dramatic intrusion but the hundred alerts a year that stop consuming an afternoon each. That is also the case a team can measure, which matters when somebody asks what the capability bought.
Where it does turn out to be something, the same channel supports the rest of the investigation without anybody moving. That continuity matters more than the speed, because an investigation that pauses while somebody drives to Bristol is an investigation whose evidence is decaying.
It also changes what happens out of hours. An alert at two in the morning that would previously have waited until somebody could reach the machine can now be triaged from wherever the analyst is, which either resolves it or establishes that waking more people is justified. Both outcomes are better than the alternative, which is a decision made on the alert text alone.
Hunting across a fleet
The second case, and the one that changes what a small team can attempt.
Hunting means asking a question of every machine when you have no alert: does anything on this estate carry the indicator from that advisory, is any host configured the way the compromised one was, does anything run from a location nothing legitimate uses. Without a mechanism for asking, those questions are theoretical.
The advisory case is the most immediate. Something is published on a Tuesday describing a technique and its indicators, and the question every security team has is whether it applies to them. Without this capability the answer is assembled from whatever happens to be in a log platform; with it, the question is asked directly of the machines and answered within the day.
The capability makes them cheap enough to be routine, and the discipline the course teaches is what keeps them useful. A hunt that returns nothing means something specific and narrower than it appears, a hunt that returns everything means the question was wrong, and a hunt that fills a server means somebody skipped the arithmetic.
This is also where a small team gets leverage disproportionate to its size. Two people who can ask a good question of eight hundred machines cover ground that would otherwise need a much larger team or a much more expensive product.
The qualification is that leverage cuts both ways, which is why two of Module 5's six sections are about not doing damage. The same mechanism that lets two people ask eight hundred machines a question lets them run an expensive collection on eight hundred machines simultaneously, and the platform will not stop them.
Proactive work between incidents
The third case is the one most teams never get to and is arguably where the tool pays for itself.
Comparing the estate against a known-good reference to see what changed. Establishing what normal looks like so that abnormal is visible rather than a judgment call. Checking whether a configuration you rely on is actually in place everywhere you believe it is. Answering an auditor's question about the estate with a measurement rather than an assumption.
None of that is incident response and all of it uses the same mechanisms. Module 6's baselining section exists because the difference between a team that can say what changed and one that can only say what is present is substantial and mostly a matter of having taken a reference at some point.
The honest obstacle to proactive work is not capability but that it pays nothing on the day you do it. A baseline taken this month is valuable during an incident that has not happened yet, to somebody who may not be you, which makes it perpetually the thing that gets postponed. Section 6.2 addresses that by making the recurring version small enough that it does not need prioritizing.
Supporting an investigation you do not own
The fourth case is common and rarely discussed.
Somebody else is running the incident: an external responder, a parent organization's team, a regulator's appointed examiner. What they need is evidence from your estate, quickly, in a form they can use, with a record of where it came from. On a serious matter this becomes most of the work your team does, and it is work that is judged.
That is a different job from investigating. The skills it needs are collection discipline, scoping, custody and clear reporting, which is why Sections 4.6 and 6.6 spend their time on records and phrasing rather than on technique. A collection handed over without its provenance is a folder of files somebody has to take on trust.
It is also the case where getting it wrong is most visible, because the recipient is a professional whose job is to evaluate what you handed them. An external responder who receives a collection with no record of what was asked, when, by whom, or what was excluded will say so, and the conversation that follows is about your process rather than about the incident.
Who ends up doing this
Four roles recur, and the course is written so that each finds what it needs.
Incident responders, for whom this is the tool that turns a remote host into a reachable one. The volatility ordering in Module 4 and the timeline work in Module 6 are the sections closest to what they already do. What is most likely to be new is how much of that discipline the platform will let them skip without complaining.
SOC analysts, who mostly meet it as the thing to run when an alert needs more than the console shows. For them the first ninety seconds and reading a result honestly matter more than fleet work, so Modules 2 and 4 carry most of the value. The single most useful thing this course gives that role is the ability to distinguish an alert that resolves from one that does not, quickly and with evidence, rather than by judgment.
Threat hunters, for whom Module 5 and Module 6 are the course. Prevalence, baselining and the failure cases of both are the material, and the earlier modules are the mechanics that make them possible. Module 6 in particular is where hunting stops being a search and becomes an argument, which is the part that distinguishes a hunt that found something from one that can say what it found.
Security engineers and administrators, who often own the deployment without being the people who investigate with it. Modules 1 and 7 are theirs, and the reason to read the middle is that a deployment tuned by somebody who has never run a hunt tends to be tuned for the wrong things. The reverse is equally true and less often said: an analyst who has never operated a deployment tends to make requests that are expensive for reasons nobody explained to them.
What this is not preparation for
Two boundaries, stated so the course is not mistaken for something it is not.
It is not a malware analysis course. You will retrieve a sample, hash it, and reason about where it came from and what it touched. Taking it apart is a different discipline with different tooling, and the course explicitly recommends sending the sample somewhere it can be worked in parallel rather than spending an investigation's attention on it.
That recommendation is not modesty about scope. Section 6.5 argues it as a matter of investigative priority: understanding the sample tells you what it can do, and rarely tells you where else it is or who else has access, which are the questions that decide whether the incident is contained.
It is not a certification course. There is no exam being targeted and no syllabus being tracked. What it targets is the ability to run this tool in an environment you are responsible for and to defend the conclusions you draw from it. The knowledge checks and the course exam exist to test that ability rather than to rehearse anybody's question bank.
If your interest is either of those, the material will still be useful and it is not shaped around them.