paper-with-me

Papers

STAF: Leveraging LLMs for Automated Attack Tree-Based Security Test Generation

2025-09-24 · Tanmay Khule, Stefan Marksteiner, Jose Alguindigue, Hannes Fuchs, Sebastian Fischmeister, Apurva Narayan arxiv

In modern automotive development, security testing is critical for safeguarding systems against increasingly advanced threats. Attack trees are widely used to systematically represent potential attack vectors, but generating comprehensive test cases from these trees remains a labor-intensive, error-prone task that has seen limited automation in the context of testing vehicular systems. This paper introduces STAF (Security Test Automation Framework), a novel approach to automating security test case generation. Leveraging Large Language Models (LLMs) and a four-step self-corrective Retrieval-Augmented Generation (RAG) framework, STAF automates the generation of executable security test cases from attack trees, providing an end-to-end solution that encompasses the entire attack surface. We particularly show the elements and processes needed to provide an LLM to actually produce sensible and executable automotive security test suites, along with the integration with an automated testing framework. We further compare our tailored approach with general purpose (vanilla) LLMs and the performance of different LLMs (namely GPT-4.1 and DeepSeek) using our approach. We also demonstrate the method of our operation step-by-step in a concrete case study. Our results show significant improvements in efficiency, accuracy, scalability, and easy integration in any workflow, marking a substantial advancement in automating automotive security testing methodologies. Using TARAs as an input for verfication tests, we create synergies by connecting two vital elements of a secure automotive development process.

📄 PDF Abstract BibTeX arXiv:2509.20190

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Alpaca against Vicuna: Using LLMs to Uncover Memorization of LLMs

2024-03-05 · Aly M. Kassem, Omar Mahmoud, Niloofar Mireshghallah, Hyunwoo Kim 외

In this paper, we introduce a black-box prompt optimization method that uses an attacker LLM agent to uncover higher levels of memorization in a victim agent, compared to what is revealed by prompting the target model wi…

Memorization

StaffPro: an LLM Agent for Joint Staffing and Profiling

2025-07-29 · Alessio Maritan arxiv

Large language model (LLM) agents integrate pre-trained LLMs with modular algorithmic components and have shown remarkable reasoning and decision-making abilities. In this work, we investigate their use for two tightly i…

L-AutoDA: Leveraging Large Language Models for Automated Decision-based Adversarial Attacks

2024-01-27 · Ping Guo, Fei Liu, Xi Lin, Qingchuan Zhao 외

In the rapidly evolving field of machine learning, adversarial attacks present a significant challenge to model robustness and security. Decision-based attacks, which only require feedback on the decision of a model rath…

Adversarial AttackComputational EfficiencyLanguage ModelingLanguage Modelling+1

Leveraging LLMs for Legacy Code Modernization: Challenges and Opportunities for LLM-Generated Documentation

2024-11-22 · Colin Diggs, Michael Doyle, Amit Madan, Siggy Scott 외

Legacy software systems, written in outdated languages like MUMPS and mainframe assembly, pose challenges in efficiency, maintenance, staffing, and security. While LLMs offer promise for modernizing these systems, their …

Hallucination

Tree of Attacks: Jailbreaking Black-Box LLMs Automatically

2023-12-04 · Anay Mehrotra, Manolis Zampetakis, Paul Kassianik, Blaine Nelson 외

While Large Language Models (LLMs) display versatile functionality, they continue to generate harmful, biased, and toxic content, as demonstrated by the prevalence of human-designed jailbreaks. In this work, we present T…

Navigate