A security analyst receives a high-priority alert from a perimeter Network Intrusion Detection System (NIDS) indicating anomalous, high-frequency outbound HTTPS connections from an internal host to an unrated external IP address. Place the operational monitoring and initial response steps in the correct chronological order from alert reception to formal escalation.
- 1Analyze raw network telemetry and packet captures (PCAP) to validate the alert signature and rule out a sensor false positive.
- 2Cross-examine SIEM and host-level endpoint detection logs to confirm whether malicious process execution occurred on the source host.
- 3Apply network isolation controls to the affected endpoint to contain potential command-and-control (C2) communication.
- 4Document verified indicators of compromise (IoCs) and formally escalate the case to the Incident Response team.
Answer
The correct chronological order begins with validating raw network telemetry and packet captures to rule out false positives, followed by correlating network activity with host-level SIEM logs to verify compromise. Once verified, network isolation controls are applied to contain the threat, and finally, gathered IoCs are documented and escalated to the Incident Response team.
The triage workflow follows a logical progression: packet validation (confirming the network anomaly), host correlation (verifying execution and impact), endpoint containment (mitigating active threat risk), and incident escalation (handing over complete IoC artifacts).
Step-by-Step Solution
Key Concept
Network Security Monitoring Triage and Incident Containment Lifecycle