A Security Operations Center (SOC) analyst receives a high-priority alert indicating potential encrypted command-and-control (C2) beaconing originating from a domain controller. In what order should the analyst perform the following network security monitoring and triage steps to properly validate, investigate, and contain the incident?
- 1Correlate perimeter Network Intrusion Detection System (NIDS) alert metadata with NetFlow records and internal DNS query logs to confirm persistent outbound connection patterns.
- 2Query Endpoint Detection and Response (EDR) telemetry on the affected system to correlate the network socket with the underlying process ID and binary executable.
- 3Apply network isolation controls to the affected system at the network switch port or host agent level to prevent lateral movement while preserving volatile system memory.
- 4Update perimeter firewall rules and DNS sinkholes to block egress traffic to the identified external destination IP address and C2 domain across the enterprise.
Answer
The correct sequence begins with validating the NIDS alert against NetFlow and DNS records, followed by identifying the specific process via endpoint telemetry, isolating the host to prevent lateral movement, and finally enforcing perimeter blocking and DNS sinkholing.
The incident handling lifecycle requires starting with verification (correlating NIDS, NetFlow, and DNS logs), followed by context gathering (EDR process mapping), local containment (host network isolation to halt lateral spread while keeping power on), and global containment (perimeter firewall blocks and DNS sinkholing).
Step-by-Step Solution
Key Concept
Incident Response Lifecycle for Network Security Monitoring
Estimated Time:3m 0s