During off-hours monitoring, a Security Operations Center (SOC) analyst detects an unauthorized PowerShell script executing on an internal domain-joined workstation. EDR telemetry confirms the script is actively performing Kerberoasting by requesting Service Principal Name (SPN) tickets with weak RC4 encryption across the internal subnet to prepare for offline password cracking. According to standard incident response lifecycle frameworks, which of the following actions should the analyst perform FIRST?
- Isolate the compromised workstation from the network using host-level isolation controls.Answer
- BReset the passwords of all target service accounts across Active Directory.
- CRe-image the workstation operating system using a clean baseline backup image.
- DReconfigure the edge firewall to block all inbound HTTP traffic to the domain controller.
Answer
Isolate the compromised workstation from the network using host-level isolation controls.
In standard incident response frameworks (such as NIST SP 800-61), once an active threat is detected on a system, the immediate priority is Containment. Disconnecting or isolating the compromised endpoint from the network stops the ongoing Kerberoasting attack from reaching other Domain Controllers or pivoting laterally across the internal subnet, while keeping the machine powered on for volatile memory capture.
Step-by-Step Solution
Key Concept
Incident Response Containment Phase Prioritization