Context-Aware Web Attack Detection in Open-Source SIEM Systems via MITRE ATT&CK-Enriched Behavioral Profiling

· Source: Takara TLDR - Daily AI Papers · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cybersecurity & Data Privacy · Depth: Advanced, medium

Summary

Smart-SIEM is an AI module designed for the open-source Wazuh Security Information and Event Management (SIEM) platform, addressing the limitations of traditional rule-based systems in detecting multi-step web application attacks. It introduces two key contributions: a per-source-IP behavioral context vector that encodes HTTP response-status distributions, peak rule activation counts, and MITRE ATT&CK technique frequencies from the N most recent events; and a two-stage hybrid cascade model. This model combines LightGBM for binary attack detection and XGBoost for six-class attack categorization. Evaluated on 46,454 Wazuh security events, the context features significantly improved gradient boosting algorithms, boosting macro F1 scores from approximately 0.705 to 0.947-0.967 in Stage 1 and 0.876-0.914 in Stage 2. The hybrid cascade achieved an F1 score of 0.967 for binary detection and 0.914 for six-class categorization. Notably, while Wazuh's native engine detected 0% of Brute Force and Broken Authentication events, Smart-SIEM detected 100% and 98.3% respectively. A self-adaptive retraining mechanism also demonstrated recovery from concept drift, with F1 scores improving from 0.465 to 0.814 after retraining on combined data.

Key takeaway

For security architects evaluating SIEM capabilities, Smart-SIEM demonstrates that integrating AI-driven behavioral profiling with MITRE ATT&CK context dramatically improves detection of multi-step web attacks. Your organization should consider augmenting existing SIEMs like Wazuh with similar AI modules to overcome limitations of traditional rule-based engines, especially for sophisticated threats like Brute Force and Broken Authentication, which often go undetected by native systems. Prioritize solutions with adaptive retraining to maintain efficacy against evolving attack patterns.

Key insights

Context-aware behavioral profiling significantly enhances web attack detection and classification in SIEM systems.

Principles

Method

Smart-SIEM uses a two-stage hybrid cascade (LightGBM then XGBoost) with per-source-IP behavioral context vectors, including HTTP status, rule activations, and MITRE ATT&CK technique frequencies, for web attack detection and classification.

In practice

Topics

Code references

Best for: CTO, VP of Engineering/Data, AI Scientist, AI Security Engineer, Security Engineer, AI Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.