Question

Difficulty: MediumIncident Response Process and Playbooks

During operational threat hunting, a security analyst detects an internal workstation communicating with an unrecognized external IP address using DNS over HTTPS (DoH). Detailed inspection of the query logs reveals that sensitive file paths and directory metadata are being systematically encoded into subdomains and sent outside the enterprise network. According to standard incident response lifecycle guidelines (NIST SP 800-61), which of the following actions should the incident response team execute FIRST upon confirming this activity?

  1. Isolate the workstation from the network and block the external destination IP address.Answer
  2. B
    Delete the compromised data files on the workstation and restore them from a clean backup.
  3. C
    Update perimeter firewall rules to block incoming SQL injection payload strings across web portals.
  4. D
    Execute host anti-malware software to remove self-replicating network worm binaries from volatile RAM.

Answer

Isolate the workstation from the network and block the external destination IP address.
According to the NIST Incident Response Framework, once an incident involves active data exfiltration, the team must prioritize Containment. Isolating the impacted workstation and restricting destination communication prevents further loss of confidential data while maintaining the system state for forensic investigation.

Step-by-Step Solution

1
Determine current incident lifecycle stage
The incident has been verified during the Identification phase as an active data exfiltration breach.
NIST SP 800-61 dictates that following identification, responders must prioritize Containment to prevent further data loss.
2
Select the appropriate Containment action
Disconnecting the host severs external C2/exfiltration channels while preserving volatile memory state for digital forensics.
Host isolation stops the active exfiltration vector without prematurely altering system artifacts needed for root-cause analysis.

Key Concept

Containment Phase Actions in Incident Response Playbooks
Rate this question