Cyberstudy
PDF p.326 In progress

Alerting and Monitoring Activities

Open PDF at p.326 24 flashcards

Summary

PDF p.326

SIEM tools implement alerting, reporting, and archiving activities by consolidating data from various sources into a single management interface. This enhances visibility and streamlines incident response processes.

In plain words

Supplementary — not from your PDF

SIEM correlation rules combine conditions with logic (AND, OR, comparisons), for example more than 3 login failures for one user within an hour, and add threat intelligence. Alerts go through validation, containment and remediation, often automated with SOAR. Reports suit their audience (executive, manager, compliance) and track metrics such as authentication failures, missing patches, account anomalies, case volumes and trends. Archiving keeps data for hunting, forensics and compliance, with log rotation to keep the SIEM fast.

Detailed explanation

PDF p.326

Alerting

  • Correlation Rules: SIEM runs rules on indicators to detect potential incidents.
  • Logical Expressions: Uses AND, OR, ==, <, >, in to match conditions.
    • Example Rule: Error.LoginFailure > 3 AND LoginFailure.User AND Duration < 1 hour
  • Threat Intelligence Feed: Associates data points with known threat indicators.
  • Incident Response: Alerts are processed through analysis, containment, eradication, and recovery.
    • Validation: Determines if an alert is a true positive.
    • Quarantine: Isolates the source of indicators.
  • Automation: SIEM and SOAR solutions can automate validation and remediation.

Reporting

  • Purpose: Provides insight into the security system's status.
  • Types of Reports
    • Executive Reports: High-level summary for decision-makers.
    • Manager Reports: Detailed information for operational decisions.
    • Compliance Reports: Information required by regulators.
  • Common Metrics
    • Authentication Data: Failed login attempts, file audit data.
    • Hosts: Missing patches, configuration vulnerabilities.
    • User Account Anomalies: Out-of-hours use, excessive permission requests.
    • Incident Case Management: Volume, open cases, resolution time.
    • Trend Reporting: Changes to key metrics over time.

Archiving

  • Retention Policy: Keeps historical log and network traffic data for a defined period.
  • Purpose: Supports retrospective incident and threat hunting, forensic evidence, and compliance.
  • Performance: Log rotation scheme moves outdated information to archive storage to maintain SIEM performance.

Important terms

taken from the text above
Correlation Rules
SIEM runs rules on indicators to detect potential incidents.
Logical Expressions
Uses AND, OR, ==, <, >, in to match conditions.
Example Rule
Error.LoginFailure > 3 AND LoginFailure.User AND Duration < 1 hour
Threat Intelligence Feed
Associates data points with known threat indicators.
Incident Response
Alerts are processed through analysis, containment, eradication, and recovery.
Quarantine
Isolates the source of indicators.
Automation
SIEM and SOAR solutions can automate validation and remediation.
Executive Reports
High-level summary for decision-makers.
Manager Reports
Detailed information for operational decisions.
Compliance Reports
Information required by regulators.
Authentication Data
Failed login attempts, file audit data.
Hosts
Missing patches, configuration vulnerabilities.
User Account Anomalies
Out-of-hours use, excessive permission requests.
Incident Case Management
Volume, open cases, resolution time.
Trend Reporting
Changes to key metrics over time.
Retention Policy
Keeps historical log and network traffic data for a defined period.
Performance
Log rotation scheme moves outdated information to archive storage to maintain SIEM performance.

Examples & real-world scenarios

Supplementary — not from your PDF
  • A rule alerting on logins from two countries within an hour.
  • An executive report showing monthly incident trends.
  • A 1-year log retention policy with archiving.

Scenario

A regulator asks for a year of authentication logs. Because the SIEM retention policy archives logs for 13 months, the team can provide them.

Common mistakes

Supplementary — not from your PDF
  • Keeping everything in the live SIEM until performance collapses.
  • Giving executives raw technical alerts instead of summaries.

Practical skills

Supplementary — not from your PDF
  • Write a correlation rule in plain logic.

What I should remember

Key Points PDF p.326
  • Alerting
    • Correlation Rules: Detect potential incidents.
    • Logical Expressions: Match conditions.
    • Threat Intelligence: Known threat indicators.
    • Incident Response: Analysis, containment, eradication, recovery.
    • Automation: Validation and remediation.
  • Reporting
    • Purpose: Security system status.
    • Types: Executive, manager, compliance.
    • Metrics: Authentication data, hosts, user anomalies, incident management, trends.
  • Archiving
    • Retention Policy: Historical data.
    • Purpose: Incident hunting, forensic evidence, compliance.
    • Performance: Log rotation scheme.