Security/ llm-security · model-extraction · api-security · ai-research

Knowledge Trap Defense Feeds LLM Thieves Low-Value Facts

A new honeypot defense lures LLM-extraction attackers into stealing technically correct but low-value facts, cutting attack success without hurting real users.

Researchers built a defense that tricks AI model thieves into stealing junk instead of real knowledge.

The technique, called Knowledge Trap, targets model extraction attacks, where attackers query a commercial API repeatedly to train a cheap copycat model on the answers. Instead of blocking suspicious queries or scrambling outputs, which tends to annoy paying customers, Knowledge Trap builds a Honeypot Knowledge Graph and uses breadcrumb-guided exploration to steer attackers toward facts that are technically correct but carry little value for training a rival model. The attacker's query budget gets burned on this low-utility knowledge instead of the good stuff. In tests across medical and financial domains, the method cut a key measure of stolen-model fidelity called surrogate Agreement by 6.2% on average, while legitimate users saw no drop in accuracy.

That tradeoff is the interesting part. Most extraction defenses force a choice between security and usability: rate-limit queries, add noise to responses, or watermark outputs, and real users feel it too. Knowledge Trap instead treats the attacker's own exploration pattern as the vulnerability, wasting their budget rather than restricting anyone's access.

A 6.2% dent in surrogate accuracy is a nudge, not a wall, and the paper only tests two domains. Attackers who learn to fingerprint honeypot content will presumably route around it, so this looks like round one of a longer cat-and-mouse game, not a fix.

TR

The Revision

Written by an AI system from the public sources credited above. How we write →