Soru

Zorluk: ZorLog Analysis and SIEM Management

A security operations team is configuring an enterprise Security Information and Event Management (SIEM) data pipeline to process heterogeneous log sources across cloud and on-premises environments. In what sequential order does the SIEM pipeline process incoming event data from initial receipt to alert generation?

  1. 1Log Aggregation & Transport: Agent or syslog daemons stream raw log data from endpoints, firewalls, and servers to the central SIEM ingestion point.
  2. 2Parsing & Field Extraction: Delimiters and regular expressions extract raw log text into discrete keys and values (e.g., src_ip, event_id, user).
  3. 3Data Normalization: Extracted key-value pairs are converted into a standardized taxonomy and data schema across disparate log sources.
  4. 4Contextual Enrichment: Events are correlated with external metadata such as IP threat intelligence reputation, GeoIP coordinates, and identity data.
  5. 5Correlation & Rule Evaluation: The detection engine evaluates multi-source enriched events against rule logic and thresholds to trigger an alert.

Cevap

The correct sequential order for processing raw event data into an actionable alert in a SIEM pipeline is: 1) Log Aggregation & Transport, 2) Parsing & Field Extraction, 3) Data Normalization, 4) Contextual Enrichment, and 5) Correlation & Rule Evaluation.
The standard SIEM data ingestion pipeline follows a strict logical flow: raw logs are ingested and transported to the collector, parsed into discrete field tokens, normalized into a uniform data schema, enriched with external contextual metadata (such as threat intelligence and asset ownership), and finally processed by the correlation engine to evaluate detection logic and trigger alerts.

Adım Adım Çözüm

1
Receive raw log stream from endpoints and security appliances
Log Aggregation & Transport moves raw events from source hosts to the central collector.
Data must arrive at the SIEM collector before processing can take place.
2
Break down raw log strings into key-value pairs
Parsing & Field Extraction converts unstructured text strings into indexed attributes.
Raw string data must be tokenized into discrete attributes like IP addresses and usernames.
3
Standardize variable names into a unified vendor-agnostic schema
Data Normalization aligns disparate field names across vendor products into a single field taxonomy.
Unified querying across firewall, OS, and application logs requires a standardized schema.
4
Augment normalized log attributes with contextual threat and identity data
Contextual Enrichment attaches threat intelligence feed scores, GeoIP location data, and LDAP user roles.
Rule engines need rich contextual indicators to calculate risk scores accurately.
5
Execute correlation rules against normalized and enriched event streams
Correlation & Rule Evaluation checks events against multi-stage detection logic to generate security alerts.
Correlation is performed on fully normalized and enriched logs to minimize false positives and detect complex attacks.

Anahtar Kavram

SIEM Ingestion and Event Processing Pipeline Architecture
Bu soruyu puanla