Question

Difficulty: HardIncident Response Process and Playbooks

During an ongoing security breach, an Incident Response Team (IRT) identifies that an attacker has gained access to internal endpoints using harvested domain administrator credentials and is actively attempting lateral movement across enterprise network segments via pass-the-ticket techniques. Which of the following containment actions should the IRT execute IMMEDIATELY to stop ongoing lateral movement while preserving evidence integrity? (Select TWO.)

  1. Place affected endpoints into network quarantine VLANs or apply host-level isolation rules to block non-essential communications.Answer
  2. Reset compromised user credentials and force a double reset of the Kerberos Ticket Granting Service account (KRBTGT) password.Answer
  3. C
    Immediately re-image the operating systems of all affected workstations using known-good baseline gold images.
  4. D
    Deploy Web Application Firewall (WAF) rules to block incoming parameterized SQL queries on perimeter gateways.

Answer

The incident response team should place affected endpoints into network quarantine or isolate them at the host level, and reset compromised credentials along with the Kerberos Ticket Granting Service account (KRBTGT) password.
During the containment phase of an incident response process involving Active Directory credential theft and lateral movement, the priority is stopping further adversary spread while maintaining evidence integrity. Network/host isolation prevents C2 traffic and lateral connections while keeping volatile memory intact for digital forensics. Resetting compromised domain credentials along with a double reset of the KRBTGT password invalidates stolen Kerberos tickets, preventing ongoing unauthorized authentication across the enterprise domain.

Step-by-Step Solution

1
Analyze the attack vector and phase requirements.
Identified pass-the-ticket lateral movement using valid domain admin credentials during the Containment phase of incident response.
Containment requires stopping adversary movement immediately without destroying evidence.
2
Select host and network-level containment controls.
Isolate affected hosts via software isolation or quarantine VLANs.
Host isolation stops lateral traffic while keeping the system powered on for RAM capture.
3
Select identity containment controls.
Reset compromised credentials and perform a double reset of the KRBTGT account password.
A double reset of KRBTGT invalidates both current and previous Kerberos Ticket Granting Tokens (TGTs), revoking adversary access across the domain.

Key Concept

NIST Incident Response Containment Strategy & Active Directory Attack Remediation
Rate this question