English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

LLMmap: Fingerprinting LLMs in 8 Queries with 95%+ Accuracy

Forum topic · 二一 · 2026-05-13

Summary

LLMmap, presented at USENIX Security 2025, is the first fingerprinting technique targeting LLM-integrated applications. By sending as few as 8 carefully crafted queries, it identifies which model powers an application—open-source or closed-source—across 42 different model versions, with over 95% accuracy. The approach relies on domain knowledge: different LLMs respond distinctively to specific subject-variation prompts, producing recognizable patterns in word frequency, sentence structure, and content logic, analogous to handwriting analysis. The fingerprint remains robust against system prompts, sampling parameters, and generation frameworks such as RAG and Chain-of-Thought. The authors discuss countermeasures, noting that effective defenses may require sacrificing response quality or diversity. Core insight: every LLM answer carries an identity signature.

LLMmap, presented at USENIX Security 2025, is the first fingerprinting technique designed for LLM-integrated applications. With just 8 carefully crafted queries, it can identify which LLM powers an application—whether open-source or closed-source—with over 95% accuracy across 42 different model versions.

How it works

The core principle is based on domain knowledge: different LLMs produce unique, identifiable response patterns to specific types of "subject variation" prompts. Like handwriting analysis, each model's "linguistic fingerprint" is reflected in word frequency distributions, sentence structure preferences, and content logic.

Notably, this fingerprint is robust against:

  • System prompts
  • Sampling parameters
  • Generation frameworks such as RAG and CoT (Chain-of-Thought)

Countermeasures

The paper discusses why defending against such fingerprinting is difficult—effective fingerprinting defenses may require sacrificing the quality or diversity of the model's responses.

Core insight: LLMs don't just answer questions—they leave an identity signature in every single answer.

Source: [LLMmap / USENIX Security 2025]

Tags

#llm-security#llmmap#fingerprinting#usenix-security-2025#ai-privacy#machine-learning#security-research

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/177619979