paper-with-me

홈 › Papers

HoneyRoute: Honeypot-Model Routing for Adversarial LLM Serving

2026-09-08 · Han Jin arxiv

We introduce HoneyRoute, an inference-serving layer that detects whether an incoming request is malicious and, if so, routes it to a dedicated honeypot model, shielding production while the adversary's interaction is continuously harvested for intelligence. Existing defenses embed traps inside model memory or rebuild deception at the protocol layer, leaving the serving tier unprotected and feeding nothing back into detection. HoneyRoute couples (i) a streaming router (a frozen 0.8B-embedding backbone with per-domain MLP heads), (ii) a dual-implementation honeypot (a rule/prompt-engineered code honeypot or a dedicated same-family replica), and (iii) an analysis loop that converts trapped interactions into attacker fingerprints for router retraining. On a production trace plus a seven-domain attack corpus, the router reaches F1=.911 at 38 ms median added latency, matching 96% of a two-tier guard-LLM cascade's F1 at 1/385 of its latency with 0% evasion under 13 adversarial transformations; diverting the malicious share cuts production-model token consumption under concurrent flooding with real GCG-suffix payloads by 97.8%; the trained replica agrees with the production model on 92.9% of benign holdout requests, while naive unconditional bait injection collapses to 7.6% and selective camouflaged injection recovers to 88.9%, mapping the recoverable fidelity-traceability frontier; and a loop-trained correction head cuts misrouting of legitimate security research 9x while raising detection F1 to .933.

📄 PDF Abstract BibTeX arXiv:2609.08306

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Partial Break of the Honeypots Defense to Catch Adversarial Attacks

2020-09-23 · Nicholas Carlini

A recent defense proposes to inject "honeypots" into neural networks in order to detect adversarial attacks. We break the baseline version of this defense by reducing the detection true positive rate to 0\% and the detec…

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…

HoneyCar: A Framework to Configure HoneypotVulnerabilities on the Internet of Vehicles

2021-11-03 · Sakshyam Panda, Stefan Rass, Sotiris Moschoyiannis, Kaitai Liang 외

The Internet of Vehicles (IoV), whereby interconnected vehicles communicate with each other and with road infrastructure on a common network, has promising socio-economic benefits but also poses new cyber-physical threat…

What are Attackers after on IoT Devices? An approach based on a multi-phased multi-faceted IoT honeypot ecosystem and data clustering

2021-12-21 · Armin Ziaie Tabari, Xinming Ou, Anoop Singhal

The growing number of Internet of Things (IoT) devices makes it imperative to be aware of the real-world threats they face in terms of cybersecurity. While honeypots have been historically used as decoy devices to help r…

HoneyModels: Machine Learning Honeypots

2022-02-21 · Ahmed Abdou, Ryan Sheatsley, Yohan Beugin, Tyler Shipp 외

Machine Learning is becoming a pivotal aspect of many systems today, offering newfound performance on classification and prediction tasks, but this rapid integration also comes with new unforeseen vulnerabilities. To har…

BIG-bench Machine LearningComputational Efficiency