F5 Hardened Release 1 is available. Staying current is one of the most important steps you can take to protect your environment.Learn more

Security Information and Event Management (SIEM)

[@portabletext/react] Unknown block type "undefined", specify a component for it in the `components.types` prop

Key features of SIEM include:

  • Collection and Storage of Event Logs:
    SIEM systems collect and store security-related event logs from various sources such as firewalls, WAFs, antivirus software, proxy servers, operating systems, and applications. However, collecting too many logs can increase operational workload and complicate processes like normalization. Therefore, it’s crucial to prioritize and select log sources carefully.
  • Normalization of Log Data:
    Collected data must be unified in format and interpretation while eliminating redundancies. This process is called normalization.
  • Correlation Analysis Across Log Data:
    Certain security threats cannot be detected through a single log entry alone. SIEM systems analyze multiple log entries together to identify patterns and threats that individual logs cannot show. For instance, password list attacks have far fewer login attempts compared to brute-force attacks, making them indistinguishable from typical user input errors. By aggregating logs based on the source IP address and detecting multiple login attempts using different IDs from the same IP, SIEM can identify password list attacks.
  • Alerts and Reporting:
    If SIEM identifies events indicative of security threats, it sends alerts to administrators. Additionally, it generates reports that visually present these events, enabling improved management and optimization of security defenses.

F5’s BIG-IP records extensive security-related data and can integrate with various SIEM tools, further enhancing security measures through comprehensive data analysis and threat detection.