paper-with-me

Papers

Towards Agentic Investigation of Security Alerts

2026-04-28 · Even Eilertsen, Vasileios Mavroeidis, Gudmund Grov arxiv

Security analysts are overwhelmed by the volume of alerts and the low context provided by many detection systems. Early-stage investigations typically require manual correlation across multiple log sources, a task that is usually time-consuming. In this paper, we present an experimental, agentic workflow that leverages large language models (LLMs) augmented with predefined queries and constrained tool access (structured SQL over Suricata logs and grep-based text search) to automate the first stages of alert investigation. The proposed workflow integrates queries to provide an overview of the available data, and LLM components that selects which queries to use based on the overview results, extracts raw evidence from the query results, and delivers a final verdict of the alert. Our results demonstrate that the LLM-powered workflow can investigate log sources, plan an investigation, and produce a final verdict that has a significantly higher accuracy than a verdict produced by the same LLM without the proposed workflow. By recognizing the inherent limitations of directly applying LLMs to high-volume and unstructured data, we propose combining existing investigation practices of real-world analysts with a structured approach to leverage LLMs as virtual security analysts, thereby assisting and reducing the manual workload.

📄 PDF Abstract BibTeX arXiv:2604.25846

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AgentSOC: A Multi-Layer Agentic AI Framework for Security Operations Automation

2026-04-22 · Joyjit Roy, Samaresh Kumar Singh arxiv

Security Operations Centers (SOCs) increasingly encounter difficulties in correlating heterogeneous alerts, interpreting multi-stage attack progressions, and selecting safe and effective response actions. This study intr…

Survey Perspective: The Role of Explainable AI in Threat Intelligence

2025-03-03 · Nidhi Rastogi, Devang Dhanuka, Amulya Saxena, Pranjal Mairal 외

The increasing reliance on AI-based security tools in Security Operations Centers (SOCs) has transformed threat detection and response, yet analysts frequently struggle with alert overload, false positives, and lack of c…

Decision MakingNavigateSurvey

A Deep Belief Network Based Machine Learning System for Risky Host Detection

2017-12-29 · Wangyan Feng, Shuning Wu, Xiaodan Li, Kevin Kunkle

To assure cyber security of an enterprise, typically SIEM (Security Information and Event Management) system is in place to normalize security event from different preventive technologies and flag alerts. Analysts in the…

BIG-bench Machine LearningFeature EngineeringIntrusion DetectionManagement+1

Automated Alert Classification and Triage (AACT): An Intelligent System for the Prioritisation of Cybersecurity Alerts

2025-05-14 · Melissa Turcotte, François Labrèche, Serge-Olivier Paquette

Enterprise networks are growing ever larger with a rapidly expanding attack surface, increasing the volume of security alerts generated from security controls. Security Operations Centre (SOC) analysts triage these alert…

Benchmarking and Exploring the Capabilities of LLMs for Attack Investigations

2026-06-09 · Aniket Anand, Yiwei Hou, Daniel Fields, Alex Kantchelian 외 arxiv

This paper presents AuditBench, a new benchmark dataset for evaluating the capabilities of LLMs at investigating security-related system audit logs. We design and use this benchmark to explore the performance of LLMs on …