paper-with-me

Papers

LLM in the Shell: Generative Honeypots

2023-08-31 · Muris Sladić, Veronica Valeros, Carlos Catania, Sebastian Garcia

Honeypots are essential tools in cybersecurity for early detection, threat intelligence gathering, and analysis of attacker's behavior. However, most of them lack the required realism to engage and fool human attackers long-term. Being easy to distinguish honeypots strongly hinders their effectiveness. This can happen because they are too deterministic, lack adaptability, or lack deepness. This work introduces shelLM, a dynamic and realistic software honeypot based on Large Language Models that generates Linux-like shell output. We designed and implemented shelLM using cloud-based LLMs. We evaluated if shelLM can generate output as expected from a real Linux shell. The evaluation was done by asking cybersecurity researchers to use the honeypot and give feedback if each answer from the honeypot was the expected one from a Linux shell. Results indicate that shelLM can create credible and dynamic answers capable of addressing the limitations of current honeypots. ShelLM reached a TNR of 0.90, convincing humans it was consistent with a real Linux shell. The source code and prompts for replicating the experiments have been publicly available.

📄 PDF Abstract BibTeX arXiv:2309.00155

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VelLMes: A high-interaction AI-based deception framework

2025-10-08 · Muris Sladić, Veronica Valeros, Carlos Catania, Sebastian Garcia arxiv

There are very few SotA deception systems based on Large Language Models. The existing ones are limited only to simulating one type of service, mainly SSH shells. These systems - but also the deception technologies not b…

SBASH: a Framework for Designing and Evaluating RAG vs. Prompt-Tuned LLM Honeypots

2025-10-24 · Adetayo Adebimpe, Helmut Neukirchen, Thomas Welsh arxiv

Honeypots are decoy systems used for gathering valuable threat intelligence or diverting attackers away from production systems. Maximising attacker engagement is essential to their utility. However research has highligh…

HoneyGPT: Breaking the Trilemma in Terminal Honeypots with Large Language Model

2024-06-04 · Ziyang Wang, Jianzhou You, Haining Wang, Tianwei Yuan 외

Honeypots, as a strategic cyber-deception mechanism designed to emulate authentic interactions and bait unauthorized entities, often struggle with balancing flexibility, interaction depth, and deception. They typically f…

Language ModelingLanguage ModellingLarge Language ModelPrompt Engineering

IoTFlowGenerator: Crafting Synthetic IoT Device Traffic Flows for Cyber Deception

2023-05-01 · Joseph Bao, Murat Kantarcioglu, Yevgeniy Vorobeychik, Charles Kamhoua

Over the years, honeypots emerged as an important security tool to understand attacker intent and deceive attackers to spend time and resources. Recently, honeypots are being deployed for Internet of things (IoT) devices…

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

2026-05-28 · Mark Vero, Fabian Kaczmarczyck, Ivan Petrov, Ilia Shumailov 외 arxiv

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-inte…