<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GenPot &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/genpot/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 13 Sep 2026 00:43:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>GenPot &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>AI-Powered Honeypot GenPot Fooled Expert Hackers in Live Cyber Deception Test</title>
		<link>https://scienmag.com/ai-powered-honeypot-genpot-fooled-expert-hackers-in-live-cyber-deception-test/</link>
		
		<dc:creator><![CDATA[Hailey Crawford]]></dc:creator>
		<pubDate>Sun, 13 Sep 2026 00:43:11 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[advanced cyber attack deterrence]]></category>
		<category><![CDATA[AI-powered honeypot]]></category>
		<category><![CDATA[cyber deception]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[cybersecurity expert threat detection]]></category>
		<category><![CDATA[energy efficiency]]></category>
		<category><![CDATA[fake web service deception]]></category>
		<category><![CDATA[FHIR]]></category>
		<category><![CDATA[generative cyber deception]]></category>
		<category><![CDATA[GenPot]]></category>
		<category><![CDATA[high-interaction honeypots]]></category>
		<category><![CDATA[honeypots]]></category>
		<category><![CDATA[large language models]]></category>
		<category><![CDATA[large language models in cybersecurity]]></category>
		<category><![CDATA[live cybersecurity testing]]></category>
		<category><![CDATA[LLM-driven cyber defense]]></category>
		<category><![CDATA[LoRA fine-tuning]]></category>
		<category><![CDATA[low-interaction honeypots limitations]]></category>
		<category><![CDATA[OpenCanary]]></category>
		<category><![CDATA[prompt injection]]></category>
		<category><![CDATA[realistic decoy systems]]></category>
		<category><![CDATA[threat intelligence]]></category>
		<category><![CDATA[threat intelligence collection]]></category>
		<category><![CDATA[web API simulation]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=200152</guid>

					<description><![CDATA[Researchers at the University of Málaga have built GenPot, a large language model-powered honeypot that fooled cybersecurity experts at chance-level accuracy while sustaining over 1,000 requests per second in live deployment.]]></description>
										<content:encoded><![CDATA[<p>Researchers at the University of Málaga have unveiled GenPot, a generative honeypot architecture that uses fine-tuned large language models to lure attackers into elaborate, entirely fake web services — and in a controlled trial, cybersecurity experts were unable to distinguish it from a genuine physical device, performing no better than random guessing. The work, published in Applied Intelligence, demonstrates that large language models (LLMs) can break the long-standing trade-off in cyber deception between realism and safety, producing decoy systems that are simultaneously convincing to adversaries and impossible for them to compromise.</p>
<p>Honeypots are decoy systems deployed to attract attackers and record their behaviour, providing threat intelligence because any interaction with them is inherently suspicious. Traditionally, defenders have faced a difficult choice. Low- and medium-interaction honeypots are safe and cheap to deploy, but their static, scripted responses are easily detected by experienced adversaries, limiting the intelligence they collect. High-interaction honeypots offer realistic responses but require real, vulnerable back-end systems and strict isolation, creating genuine network exposure. Prior LLM-driven efforts such as HoneyGPT, HoneyLLM, LLM Honeypot, LLM in the Shell and DecoyPot each attacked parts of this problem, mostly focusing on terminal shells or stateless API replies, but they generally lacked persistent session state, cross-channel consistency and operational performance data such as latency, throughput and energy consumption.</p>
<p>GenPot addresses these gaps with a modular architecture that cleanly separates transport, orchestration and inference. The researchers extended the open-source honeypot platform OpenCanary with an API Gateway that intercepts incoming HTTP requests and forwards only essential context to a Generative Engine. The engine consults a state database holding per-attacker session history, selects a persona-appropriate response template, and queries a local LLM through a dedicated Query Bus that abstracts model selection and inference policy. The model&#8217;s structured output is then rendered as JSON for API interactions or HTML for web pages and returned through the gateway. Because the layers are decoupled, the interaction surface never touches the inference backend directly, reducing fingerprintable artefacts and enabling safe fallbacks such as deterministic error responses if the model fails.</p>
<p>To make the decoy credible, the team built a dataset by systematically querying a live, fully configured Synology DiskStation Manager NAS server, capturing genuine JSON responses across seven categories including authentication, file management, system telemetry, user management, service status, error handling and explicit attack responses such as path traversal and injection probes. The Hybrid Corpus used for training contains 9,944 samples, with error and attack traffic deliberately making up roughly 42 percent so the models learn realistic defensive behaviour. A separate Gold Corpus of 1,532 samples was held out entirely for evaluation. Three open-source models — Google&#8217;s Gemma 7B, Meta&#8217;s LLaMA 3 8B and Hugging Face&#8217;s Zephyr 7B — were fine-tuned using parameter-efficient Low-Rank Adaptation with 4-bit quantisation, a strategy that adapts the models&#8217; behaviour without full retraining and keeps hardware requirements within reach of edge deployments.</p>
<p>Security against the LLM&#8217;s own weaknesses was engineered at multiple levels. A pre-generation filter sanitises incoming requests against blacklists of known prompt-injection vectors and jailbreak triggers such as &#8216;ignore previous instructions&#8217;, blocking anything suspicious before it reaches the model. At the token level, a custom balanced-stopping criterion halts generation the instant the root JSON object closes, physically preventing trailing conversational padding or unsolicited explanations. An egress filter scans final payloads for leaked internal keywords, defensive system prompts anchor device metadata such as hostname and firmware version to prevent contextual drift, and schema validation replaces malformed outputs with plausible defaults. In a dedicated resilience evaluation using 25 complex injection payloads across five threat vectors, executed three times per model, all three back-ends achieved a zero percent injection success rate and zero percent critical failure rate across 90 scored interactions, neutralising 96.67 percent of probes gracefully with authentic Synology error structures.</p>
<p>Performance testing showed the system sustains production-level traffic despite its generative core. Optimisations including deterministic time-to-live caching, which returns previously generated payloads for repeated queries in under 10 milliseconds, and structural early stopping allowed the honeypot to sustain roughly 920 to 1,040 requests per second with a flawless zero percent error rate up to 32 concurrent sessions, with p95 latencies near 10 milliseconds under load. Uncached generative inference clusters around a median of roughly 300 milliseconds — fast enough for interactive deception, though the authors note this remains a potential timing side-channel compared with sub-50-millisecond hardware responses. Response quality against the unseen Gold Corpus was similarly strong: all models produced valid JSON in more than 96.9 percent of cases, Zephyr reached 99.6 percent validity, and LLaMA 3 achieved the highest semantic fidelity with a weighted BERT F1 of 0.883. Interestingly, many flagged errors involved the models hallucinating plausible but divergent values — deviations that, against a static ground truth, count as failures, yet in live deception they add entropy that thwarts fingerprinting by automated scanners.</p>
<p>Energy efficiency emerged as a differentiating factor. The team introduced an RPS/W metric dividing sustained throughput by average GPU power draw, finding Zephyr roughly three to four times more energy-efficient than LLaMA 3 and Gemma respectively, making it the preferred back-end for power-constrained edge deployments. Training itself consumed modest energy, with Zephyr requiring the least at 86.81 watt-hours over about 3.5 hours, and all models converged healthily with validation perplexity around 2.0, indicating genuine generalisation rather than memorisation of the target API&#8217;s behaviour.</p>
<p>The decisive test was real-world deception. In a 14-day deployment on a public IP address, the Zephyr-powered honeypot recorded 1,292 unique IP addresses and 12,920 dynamic interactions, mostly from automated scanners. Compared with a static OpenCanary baseline, GenPot extended average session duration by about 38 percent, from 4.5 to 6.2 seconds, and pushed maximum interaction depth from 4 to 10 requests, trapping scripts in deeper reconnaissance loops by returning context-aware errors and structurally valid hallucinated metadata instead of breaking the illusion. In a parallel human-in-the-loop study, ten participants with backgrounds from BSc to PhD judged samples spanning raw API responses, interface screenshots and interaction videos drawn from both the real device and the honeypot. Overall accuracy fell to 45 percent — below the 50 percent expected from chance — and mean credibility ratings for real and generated API responses were nearly identical at 3.02 and 3.08. Qualitative feedback revealed participants sometimes flagged genuine telemetry as fake while accepting hallucinated LLM values as proof of an active system.</p>
<p>To prove the framework is not confined to a single persona, the researchers adapted GenPot to a FHIR R4 medical device API representing networked clinical equipment. Only the training dataset of 120 synthetic request-response pairs, the JSON schema validators and the OpenCanary skin were replaced; the gateway, query bus, fine-tuning pipeline and state management were reused untouched. On 210 held-out test interactions the parse rate remained a perfect 1.000, with accuracy of 0.838 and key match of 0.867 consistent with the NAS baseline, and the entire adaptation took under two days of engineering. The authors are transparent about limits: around 300-millisecond generative latency could betray the system to timing analysis, deep stateful exploits such as reverse shells remain out of scope because no underlying kernel is emulated, and the ten-person expert panel cannot support fine-grained statistical claims. Even so, GenPot — whose datasets, code and measurement logs are publicly available in a Zenodo repository — establishes that fine-tuned, carefully guarded LLMs can turn low-interaction honeypots into credible, scalable, energy-aware decoys, with future work pointing toward SIEM integration and MITRE ATT&amp;CK-mapped automated threat tagging across SSH, SMB and FTP services.</p>
<p><strong>Subject of Research:</strong> An LLM-powered generative honeypot architecture for adaptive and realistic web and API cyber deception</p>
<p><strong>Article Title:</strong> GenPot: A generative honeypot architecture for adaptive web and API interaction</p>
<p><strong>Article References:</strong> GenPot: A generative honeypot architecture for adaptive web and API interaction. (n.d.). <a href="https://doi.org/10.1007/s10489-026-07442-4" rel="noopener noreferrer">https://doi.org/10.1007/s10489-026-07442-4</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10489-026-07442-4" rel="noopener noreferrer">10.1007/s10489-026-07442-4</a></p>
<p><strong>Keywords:</strong> honeypots, large language models, cyber deception, GenPot, cybersecurity, prompt injection, LoRA fine-tuning, OpenCanary, web API simulation, threat intelligence, energy efficiency, FHIR</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">200152</post-id>	</item>
	</channel>
</rss>
