paper-with-me

Papers

CyberSOCEval: Benchmarking LLMs Capabilities for Malware Analysis and Threat Intelligence Reasoning

2025-09-24 · Lauren Deason, Adam Bali, Ciprian Bejean, Diana Bolocan, James Crnkovich, Ioana Croitoru, Krishna Durai, Chase Midler, Calin Miron, David Molnar, Brad Moon, Bruno Ostarcevic, Alberto Peltea, Matt Rosenberg, Catalin Sandu, Arthur Saputkin, Sagar Shah, Daniel Stan, Ernest Szocs, Shengye Wan, Spencer Whitman, Sven Krasser, Joshua Saxe arxiv

Today's cyber defenders are overwhelmed by a deluge of security alerts, threat intelligence signals, and shifting business context, creating an urgent need for AI systems to enhance operational security work. While Large Language Models (LLMs) have the potential to automate and scale Security Operations Center (SOC) operations, existing evaluations do not fully assess the scenarios most relevant to real-world defenders. This lack of informed evaluation impacts both AI developers and those applying LLMs to SOC automation. Without clear insight into LLM performance in real-world security scenarios, developers lack a north star for development, and users cannot reliably select the most effective models. Meanwhile, malicious actors are using AI to scale cyber attacks, highlighting the need for open source benchmarks to drive adoption and community-driven improvement among defenders and model developers. To address this, we introduce CyberSOCEval, a new suite of open source benchmarks within CyberSecEval 4. CyberSOCEval includes benchmarks tailored to evaluate LLMs in two tasks: Malware Analysis and Threat Intelligence Reasoning--core defensive domains with inadequate coverage in current benchmarks. Our evaluations show that larger, more modern LLMs tend to perform better, confirming the training scaling laws paradigm. We also find that reasoning models leveraging test time scaling do not achieve the same boost as in coding and math, suggesting these models have not been trained to reason about cybersecurity analysis, and pointing to a key opportunity for improvement. Finally, current LLMs are far from saturating our evaluations, showing that CyberSOCEval presents a significant challenge for AI developers to improve cyber defense capabilities.

📄 PDF Abstract BibTeX arXiv:2509.20166

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On Benchmarking Code LLMs for Android Malware Analysis

2025-04-01 · Yiling He, Hongyu She, Xingzhi Qian, Xinran Zheng 외

Large Language Models (LLMs) have demonstrated strong capabilities in various code intelligence tasks. However, their effectiveness for Android malware analysis remains underexplored. Decompiled Android malware code pres…

BenchmarkingMalware Analysis

AI-Generated PowerShell Malware: An Experimental Framework and Dataset

2026-06-29 · Luciano Pianese, Vittorio Orbinato, Pietro Liguori, Roberto Natella arxiv

Generative AI has emerged as a significant cybersecurity threat, with several recent attack campaigns leveraging LLMs to generate code for malicious purposes via scripting languages such as PowerShell. Consequently, for …

Large Language Model (LLM) for Software Security: Code Analysis, Malware Analysis, Reverse Engineering

2025-04-07 · Hamed Jelodar, Samita Bai, Parisa Hamedi, Hesamodin Mohammadian 외

Large Language Models (LLMs) have recently emerged as powerful tools in cybersecurity, offering advanced capabilities in malware detection, generation, and real-time monitoring. Numerous studies have explored their appli…

Language ModelingLanguage ModellingLarge Language ModelMalware Analysis+1

LAMD: Context-driven Android Malware Detection and Classification with LLMs

2025-02-18 · Xingzhi Qian, Xinran Zheng, Yiling He, Shuo Yang 외

The rapid growth of mobile applications has escalated Android malware threats. Although there are numerous detection methods, they often struggle with evolving attacks, dataset biases, and limited explainability. Large L…

Android Malware DetectionMalware AnalysisMalware Detection

LLMs Caught in the Crossfire: Malware Requests and Jailbreak Challenges

2025-06-09 · Haoyang Li, Huan Gao, Zhiyuan Zhao, Zhiyu Lin 외

The widespread adoption of Large Language Models (LLMs) has heightened concerns about their security, particularly their vulnerability to jailbreak attacks that leverage crafted prompts to generate malicious outputs. Whi…

Code Generation