A security engineer is configuring a SIEM collector to process raw syslog feeds from perimeter devices. Place the stages of SIEM log processing in the correct order from initial ingestion to analyst notification.
- 1Log Collection & Ingestion: Raw syslog telemetry packets are received over the network from security appliances.
- 2Parsing & Field Extraction: Unstructured syslog strings are split into discrete key-value fields such as source IP, destination IP, and event ID.
- 3Data Normalization: Extracted vendor-specific attributes are converted into standardized naming formats across all ingested data sources.
- 4Event Correlation: Normalized log data is cross-referenced against historical trends, threat intelligence, and detection rule criteria.
- 5Alert Generation: Triggered correlation rule outputs spawn security incidents and dispatch notifications to SOC analysts.
Cevap
The correct sequence of SIEM log processing stages is Log Collection & Ingestion, Parsing & Field Extraction, Data Normalization, Event Correlation, and Alert Generation.
The SIEM log processing pipeline must proceed sequentially from raw data capture to actionable intelligence. First, Log Collection & Ingestion gathers raw logs from network sources. Second, Parsing & Field Extraction breaks unstructured strings into distinct field variables. Third, Data Normalization maps vendor-specific variables into a unified schema. Fourth, Event Correlation analyzes normalized fields against detection rules and threat feeds. Finally, Alert Generation dispatches notifications to analysts when correlated events breach security thresholds.
Adım Adım Çözüm
Anahtar Kavram
SIEM Log Processing Pipeline