CRAILGMay 28

Honeyval: A Comprehensive Evaluation Framework for LLM-powered HTTP Honeypots

arXiv:2605.2996390.3
Predicted impact top 5% in CR · last 90 daysOriginality Incremental advance
AI Analysis

For cybersecurity researchers and practitioners, this provides a standardized, reproducible method to evaluate LLM-based honeypots, filling a critical gap in the field.

The paper introduces Honeyval, a unified evaluation framework for LLM-powered HTTP honeypots, addressing scalability, reproducibility, and adaptability gaps in prior work. Experiments show LLM-powered honeypots yield longer attacker interactions and lower detection rates than rule-based baselines, with cost advantages over agentic attackers.

Honeypots are decoy systems mimicking real system components designed to defend against cyber attacks. Recently, LLMs increasingly serve as simulation backbones for honeypots. They enable defenders to construct high-interaction honeypots with low system security risks. However, LLM-powered honeypot development lacks a unified evaluation framework. Most evaluations consist of measuring response similarity on fixed commands, manual testing, or real-world deployment. These methods are often not scalable for development, reproducible across evaluations, representative of practical attacks, or adaptable to various attacker and honeypot configurations. In this work, we bridge this gap and propose Honeyval, a comprehensive evaluation framework for LLM-powered HTTP honeypots. We address the limitations of prior evaluations by grounding the honeypots in 16 backend applications, using AI hacking agents as attackers, employing two control tasks to monitor agent and honeypot capabilities across customizations, and defining clear and verifiable exploit goals for the attacker. Using Honeyval, we conduct an extensive evaluation of recent cost-efficient LLMs as HTTP honeypots. Our experiments highlight the promise of LLM-powered honeypots; they lead to substantially longer interactions with the attacker than rule-based baseline honeypots and are far less frequently detected even by frontier models, all while, on average, preserving a running cost advantage against agentic attackers. Further, we experiment with different counter-offensive honeypots configurations, and observe unique trade-offs, such as longer interactions at the cost of increased detection.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes