A network security analyst receives a high-severity Network Intrusion Detection System (NIDS) alert signaling anomalous outbound data transfers from a internal web server to an unknown external IP address. Which of the following sequences represents the correct chronological order of network security monitoring and incident triage steps the analyst should follow from initial alert validation through enterprise protection?
- 1Correlate the NIDS alert with web server access logs and SIEM event streams to confirm a true positive condition.
- 2Capture live network flow telemetry and analyze packet payloads to determine the scope of exfiltrated data.
- 3Apply targeted network access control rules to isolate the compromised web server from external endpoints.
- 4Extract network Indicators of Compromise (IoCs) and deploy updated NIPS signatures across the enterprise perimeter.
Answer
The correct sequence for network security monitoring and triage is: 1) Correlate the NIDS alert with web server access logs and SIEM event streams to confirm a true positive condition; 2) Capture live network flow telemetry and analyze packet payloads to determine the scope of exfiltrated data; 3) Apply targeted network access control rules to isolate the compromised web server from external endpoints; 4) Extract network Indicators of Compromise (IoCs) and deploy updated NIPS signatures across the enterprise perimeter.
The standard network security monitoring triage workflow starts with alert validation against correlated SIEM and web logs to confirm a true positive. Following validation, packet payload and NetFlow telemetry are analyzed to establish the breach extent and extract threat characteristics. Once the attack profile is understood, network isolation controls are applied to block live exfiltration. Finally, derived network Indicators of Compromise (IoCs) are deployed to NIPS rules to prevent secondary attacks enterprise-wide.
Step-by-Step Solution
Key Concept
Network Security Incident Monitoring and Alert Triage Workflow