Phase 3 · EDR/XDR + Endpoint Hardening · Lesson 3 of 3
Exercise
·
15 min
·
+20 pts
An EDR is only as useful as the decisions made when it fires. Most alerts are not clean "malware detected" events — they are behaviors that could be malicious or could be a developer doing something unusual but legitimate. Triage is the skill of looking at an alert, assessing severity, and deciding the right action: investigate, isolate, escalate, or tune. As a GRC Engineer you will not always be the first responder, but you must understand triage well enough to evaluate whether an organization's response process is sound and whether its alert decisions are defensible and documented.
For each of the five alerts below, choose the best triage decision. Every scenario has one best answer, and the explanation walks through the reasoning a good responder uses. Note throughout how each decision should leave a documented trail — that record is what proves the monitoring-and-response control actually operates.
The 2 a.m. 'possible ransomware' page
A quick triage frame
For each alert, ask three questions in order: (1) Is the behavior plausibly legitimate for this user/host? (2) What is the blast radius if it is real — what can the attacker reach from here? (3) What is the reversible-but-safe action — can I contain without breaking the business while I confirm? "Isolate the host" is almost always reversible; "wipe the laptop" is not. Bias toward containment you can undo.
Quick check
An EDR alert fires on a finance employee's laptop: Microsoft Word spawned PowerShell with an encoded command that connected to an unfamiliar external IP and downloaded an executable. The employee is at their desk. What is the right immediate action?
Quick check
An alert indicates a process on a Windows domain controller attempted to access LSASS memory in a way consistent with credential dumping (e.g., Mimikatz-style behavior). What is the appropriate response?
Quick check
An alert flags 'hacking tool / port scanner detected' on a security engineer's laptop. You confirm this engineer is on the internal red-team, the activity matches a scheduled authorized internal assessment, the tool is on the approved list, and the timing matches the engineer's calendar. What is the right disposition?
Quick check
An EDR alert reports a single process on a file server rapidly renaming and rewriting thousands of files with a new extension within seconds. What is the priority action?
Quick check
An alert flags an unusual but low-confidence event: a marketing employee's laptop made an outbound connection to a rarely-seen cloud domain at 2 a.m. There is no other suspicious behavior, no process-chain red flags, and the destination is unfamiliar but not on any threat-intel blocklist. What is the most proportionate response?
Across these five, a few principles repeat — and they are exactly what you should look for when evaluating an organization's response process:
When you review an EDR program as a GRC Engineer, you are checking that alerts route to someone, that severity maps to a defined response, that decisions are recorded, and that noisy rules get tuned rather than ignored. A pile of unacknowledged alerts is not monitoring — it is a finding waiting to be written.