Skip to main content
arXiv is now an independent nonprofit! Learn more

Showing 1–18 of 18 results for author: Happe, A

Searching in archive cs. Search in all archives.
.
  1. ATLAS: Discovering Agent Strategies through LLM-Guided Abstraction and Automata Learning

    Authors: Ignacio D. Lopez-Miguel, Andreas Happe, Jürgen Cito, Ezio Bartocci, Bettina Könighofer, Martin Tappler

    Abstract: Large Language Model (LLM)-based agents are increasingly used for complex tasks such as software testing and cybersecurity assessment. While these agents demonstrate impressive capabilities, their behavior is difficult to understand, explain, and analyze. Existing evaluations focus mainly on task success and execution traces, offering limited insight into the strategies employed by the agent. We p… ▽ More

    Submitted 14 August, 2026; originally announced August 2026.

    Comments: 7 pages, accepted for publication at ACM/IEEE MODELS 2026

  2. arXiv:2607.20255  [pdf, ps, other

    cs.CR cs.AI

    The Ethics of Autonomous AI Agents for Offensive Security

    Authors: Andreas Happe, Jürgen Cito, Jasmin Wachter

    Abstract: LLM-driven autonomous agents are reshaping offensive security. Unlike traditional penetration-testing tooling - deterministic, narrowly scoped, and operated by trained practitioners - agentic security tools exhibit indeterminacy along three independent dimensions. First, their actions are drawn from a non-deterministic policy whose outputs resist both ex-ante and ex-post explanation. This complica… ▽ More

    Submitted 7 August, 2026; v1 submitted 22 July, 2026; originally announced July 2026.

    Comments: accepted at FAIEMA 2026

  3. arXiv:2605.11671  [pdf, ps, other

    cs.CR cs.AI cs.SE

    Cochise: A Reference Harness for Autonomous Penetration Testing

    Authors: Andreas Happe, Jürgen Cito

    Abstract: Recent work on LLM-driven autonomous penetration testing reports promising results, but existing systems often bundle architectural, prompting, and tool-integration choices together. This makes it difficult to determine what is gained over a simple agent and harness. We present Cochise, a 630 LOC Python reference implementation for autonomous penetration-testing experiments. Cochise connects to a… ▽ More

    Submitted 3 August, 2026; v1 submitted 12 May, 2026; originally announced May 2026.

  4. arXiv:2604.27143  [pdf, ps, other

    cs.CR cs.AI

    Enhancing Linux Privilege Escalation Attack Capabilities of Local LLM Agents

    Authors: Benjamin Probst, Andreas Happe, Jürgen Cito

    Abstract: Cloud-based Large Language Models (LLMs) can perform autonomous penetration-testing sub-tasks such as Linux privilege escalation, but raise security, privacy, and sovereignty concerns. Locally hosted open-weight models avoid these issues, yet prior work reports that small open-weight models succeed on only 8-16% of standardized privilege-escalation tasks, far below frontier cloud models. This pape… ▽ More

    Submitted 12 August, 2026; v1 submitted 29 April, 2026; originally announced April 2026.

    Comments: Accepted at RAISE workshop (https://raise-workshop.github.io/)

  5. arXiv:2603.17673  [pdf, ps, other

    cs.CR cs.AI

    Towards Reliable Local Security Agents: Verifiable Post-Training for Linux Privilege Escalation

    Authors: Philipp Normann, Andreas Happe, Jürgen Cito, Daniel Arp

    Abstract: LLM agents are becoming increasingly important in the security domain, but leading systems are often closed-source, cloud-based, hard to reproduce or use with sensitive code. This creates a need for small, local models that can perform security tasks under strict resource constraints, though effective methods for developing them remain unexplored. In this paper, we address this gap by proposing a… ▽ More

    Submitted 3 July, 2026; v1 submitted 18 March, 2026; originally announced March 2026.

  6. Can LLMs Hack Enterprise Networks? -- Replicated Computational Results (RCR) Report

    Authors: Andreas Happe, Jürgen Cito

    Abstract: This is the Replicated Computational Results (RCR) Report for the paper ``Can LLMs Hack Enterprise Networks?" The paper empirically investigates the efficacy and effectiveness of different LLMs for penetration-testing enterprise networks, i.e., Microsoft Active Directory Assumed-Breach Simulations. This RCR report describes the artifacts used in the paper, how to create an evaluation setup, and hi… ▽ More

    Submitted 2 March, 2026; originally announced March 2026.

  7. Adversarial Bug Reports as a Security Risk in Language Model-Based Automated Program Repair

    Authors: Piotr Przymus, Andreas Happe, Jürgen Cito

    Abstract: Large Language Model (LLM) - based Automated Program Repair (APR) systems are increasingly integrated into modern software development workflows, offering automated patches in response to natural language bug reports. However, this reliance on untrusted user input introduces a novel and underexplored attack surface. In this paper, we investigate the security risks posed by adversarial bug reports… ▽ More

    Submitted 26 January, 2026; v1 submitted 4 September, 2025; originally announced September 2025.

  8. arXiv:2507.00829  [pdf, ps, other

    cs.CR

    On the Surprising Efficacy of LLMs for Penetration-Testing

    Authors: Andreas Happe, Jürgen Cito

    Abstract: This paper presents a critical examination of the surprising efficacy of Large Language Models (LLMs) in penetration testing. The paper thoroughly reviews the evolution of LLMs and their rapidly expanding capabilities which render them increasingly suitable for complex penetration testing operations. It systematically details the historical adoption of LLMs in both academic research and industry,… ▽ More

    Submitted 1 July, 2025; originally announced July 2025.

  9. arXiv:2506.08693  [pdf, ps, other

    cs.CR

    Recognition Without Mitigation: Ethical Frameworks in Autonomous Offensive-LLM Agent Research

    Authors: Andreas Happe, Jürgen Cito

    Abstract: Large language models have moved from advising on offensive security to autonomously conducting it. A growing literature presents agents that execute reconnaissance, exploitation, and privilege escalation against real or simulated targets. Such an agent is a deployable, re-pointable capability whose harm potential scales with the underlying model. The papers that introduce it therefore carry an un… ▽ More

    Submitted 29 July, 2026; v1 submitted 10 June, 2025; originally announced June 2025.

    Comments: Accepted at AutonomousCyber 2026

  10. arXiv:2504.10112  [pdf, ps, other

    cs.CR cs.AI

    Benchmarking Practices in LLM-driven Offensive Security: Testbeds, Metrics, and Experiment Design

    Authors: Andreas Happe, Jürgen Cito

    Abstract: Large Language Models (LLMs) have emerged as a powerful approach for driving offensive penetration-testing tooling. Due to the opaque nature of LLMs, empirical methods are typically used to analyze their efficacy. The quality of this analysis is highly dependent on the chosen testbed, captured metrics and analysis methods employed. This paper analyzes the methodology and benchmarking practices u… ▽ More

    Submitted 16 June, 2025; v1 submitted 14 April, 2025; originally announced April 2025.

  11. Can LLMs Hack Enterprise Networks? Autonomous Assumed Breach Penetration-Testing Active Directory Networks

    Authors: Andreas Happe, Jürgen Cito

    Abstract: Enterprise penetration-testing is often limited by high operational costs and the scarcity of human expertise. This paper investigates the feasibility and effectiveness of using Large Language Model (LLM)-driven autonomous systems to address these challenges in real-world Active Directory (AD) enterprise networks. We introduce a novel prototype designed to employ LLMs to autonomously perform Ass… ▽ More

    Submitted 11 September, 2025; v1 submitted 6 February, 2025; originally announced February 2025.

  12. arXiv:2405.02106  [pdf, ps, other

    cs.CR

    Got Root? A Linux Priv-Esc Benchmark

    Authors: Andreas Happe, Jürgen Cito

    Abstract: Linux systems are integral to the infrastructure of modern computing environments, necessitating robust security measures to prevent unauthorized access. Privilege escalation attacks represent a significant threat, typically allowing attackers to elevate their privileges from an initial low-privilege account to the all-powerful root account. A benchmark set of vulnerable systems is of high importa… ▽ More

    Submitted 6 May, 2024; v1 submitted 3 May, 2024; originally announced May 2024.

    Comments: arXiv admin note: substantial text overlap with arXiv:2310.11409

  13. LLMs as Hackers: Autonomous Linux Privilege Escalation Attacks

    Authors: Andreas Happe, Aaron Kaplan, Juergen Cito

    Abstract: Penetration-testing is crucial for identifying system vulnerabilities, with privilege-escalation being a critical subtask to gain elevated access to protected resources. Language Models (LLMs) presents new avenues for automating these security practices by emulating human behavior. However, a comprehensive understanding of LLMs' efficacy and limitations in performing autonomous Linux privilege-esc… ▽ More

    Submitted 11 February, 2026; v1 submitted 17 October, 2023; originally announced October 2023.

  14. Understanding Hackers' Work: An Empirical Study of Offensive Security Practitioners

    Authors: Andreas Happe, Jürgen Cito

    Abstract: Offensive security-tests are a common way to pro-actively discover potential vulnerabilities. They are performed by specialists, often called penetration-testers or white-hat hackers. The chronic lack of available white-hat hackers prevents sufficient security test coverage of software. Research into automation tries to alleviate this problem by improving the efficiency of security testing. To ach… ▽ More

    Submitted 23 August, 2023; v1 submitted 14 August, 2023; originally announced August 2023.

  15. arXiv:2308.00121  [pdf, other

    cs.CL cs.AI cs.CR cs.SE

    Getting pwn'd by AI: Penetration Testing with Large Language Models

    Authors: Andreas Happe, Jürgen Cito

    Abstract: The field of software security testing, more specifically penetration testing, is an activity that requires high levels of expertise and involves many manual testing and analysis steps. This paper explores the potential usage of large-language models, such as GPT3.5, to augment penetration testers with AI sparring partners. We explore the feasibility of supplementing penetration testers with AI mo… ▽ More

    Submitted 17 August, 2023; v1 submitted 24 July, 2023; originally announced August 2023.

  16. arXiv:1709.03309  [pdf, other

    cs.AI cs.DS

    Discriminant chronicles mining: Application to care pathways analytics

    Authors: Yann Dauxais, Thomas Guyet, David Gross-Amblard, André Happe

    Abstract: Pharmaco-epidemiology (PE) is the study of uses and effects of drugs in well defined populations. As medico-administrative databases cover a large part of the population, they have become very interesting to carry PE studies. Such databases provide longitudinal care pathways in real condition containing timestamped care events, especially drug deliveries. Temporal pattern mining becomes a strategi… ▽ More

    Submitted 11 September, 2017; originally announced September 2017.

    Comments: Artificial Intelligence in Medicine, Jun 2017, Vienna, Austria. 2017, 16th Conference on Artificial Intelligence in Medicine

  17. Advances in Security in Computing and Communications

    Authors: Jaydip Sen, Javier Franco-Contreras, Gouenou Coatrieux, Nilay K Sangani, Haroot Zarger, Faouzi Jaidi, Bob Duncan, Alfred Bratterud, Andreas Happe, Chin-Feng Lin, Che-Wei Liu, Walid Elgeanidi, Muftah Fraifer, Thomas Newe, Eoin OConnell, Avijit Mathur, Ruolin Zhang, Eric Filiol

    Abstract: In the era of Internet of Things (IoT) and with the explosive worldwide growth of electronic data volume, and associated need of processing, analysis, and storage of such humongous volume of data, several new challenges are faced in protect-ing privacy of sensitive data and securing systems by designing novel schemes for secure authentication, integrity protection, encryption, and non-repudiation.… ▽ More

    Submitted 29 July, 2017; originally announced July 2017.

    Comments: 190 pages, 8 Chapters. Published by Intech Open Publishers, Croatia, July 2017

  18. Declarative Sequential Pattern Mining of Care Pathways

    Authors: Thomas Guyet, André Happe, Yann Dauxais

    Abstract: Sequential pattern mining algorithms are widely used to explore care pathways database, but they generate a deluge of patterns, mostly redundant or useless. Clinicians need tools to express complex mining queries in order to generate less but more significant patterns. These algorithms are not versatile enough to answer complex clinician queries. This article proposes to apply a declarative patter… ▽ More

    Submitted 26 July, 2017; originally announced July 2017.

    Journal ref: Conference on Artificial Intelligence in Medicine in Europe, Jun 2017, Vienna, Austria. 24, pp.1161 - 266, 2017