LLM प्राइवेसी अटैक रिसर्च
12 सहकर्मी-समीक्षित अनुसंधान पत्र जो दर्शाते हैं कि कृत्रिम बुद्धिमत्ता के विरुद्ध छद्मनाम क्यों विफल होता है।
De-anonymization, PII निष्कर्षण, membership inference, prompt injection अटैक — और उनसे कैसे बचा जाए।
प्राइवेसी अटैक श्रेणियां
De-anonymization
LLM लिखने की शैली, तथ्य और अस्थायी पैटर्न का उपयोग करके अनाम पोस्ट को वास्तविक पहचान से मेल खाते हैं। 68% सटीकता $1-$4/प्रोफाइल पर।
विशेषता अनुमान
LLM व्यक्तिगत विशेषताएं (स्थान, आय, आयु) पाठ से अनुमान लगाते हैं भले ही बताया न गया हो। GPT-4 85% top-1 सटीकता प्राप्त करता है।
PII निष्कर्षण
प्रशिक्षण डेटा या प्रॉम्प्ट से व्यक्तिगत जानकारी निकालना। GPT-4 के साथ 100% ईमेल निष्कर्षण सटीकता। उन्नत अटैक के साथ 5× वृद्धि।
Prompt Injection
कार्य निष्पादन के दौरान व्यक्तिगत डेटा लीक करने के लिए LLM एजेंटों में हेराफेरी करना। बैंकिंग परिदृश्यों पर ~20% अटैक सफलता दर।
Large-scale online deanonymization with LLMs
Simon Lermen (MATS), Daniel Paleka (ETH Zurich), Joshua Swanson (ETH Zurich), Michael Aerni (ETH Zurich), Nicholas Carlini (Anthropic), Florian Tramèr (ETH Zurich)
Published: February 18, 2026
मुख्य खोज
68% recall at 90% precision for deanonymization using ESRC framework
कार्यपद्धति
Designed attacks for closed-world setting with scalable attack pipeline using LLMs to: (1) extract identity-relevant features, (2) search for candidate matches via semantic embeddings, (3) reason over top candidates to verify matches and reduce false positives.
ESRC फ्रेमवर्क
LLM अनाम पोस्ट से पहचान करने वाले तथ्य निकालता है
सार्वजनिक डेटाबेस (LinkedIn, आदि) को क्वेरी करने के लिए तथ्यों का उपयोग करता है
LLM उम्मीदवार मेल के बारे में तर्क देता है
झूठी सकारात्मकता को कम करने के लिए आत्मविश्वास स्कोरिंग
प्रायोगिक परिणाम
| डेटासेट | Recall @ 90% सटीकता | नोट्स |
|---|---|---|
| Hacker News → LinkedIn | 68% | vs near 0% for classical methods |
| Reddit cross-community | 8.5% | Multiple subreddits |
| Reddit temporal split | 67% | Same user over time |
| Internet-scale (extrapolated) | 35% | At 1M candidates |
निहितार्थ
Practical obscurity protecting pseudonymous users online no longer holds. Classical methods achieve near 0% recall under same conditions.
सभी अनुसंधान पत्र
LLM प्राइवेसी अटैक पर 11 अतिरिक्त सहकर्मी-समीक्षित अध्ययन
Beyond Memorization: Violating Privacy via Inference with Large Language Models
Robin Staab, Mark Vero, Mislav Balunović, et al. (ETH Zurich)
85% top-1 accuracy inferring personal attributes from Reddit posts
First comprehensive study on LLM capabilities to infer personal attributes from text. GPT-4 achieved highest accuracy among 9 tested models.
मुख्य खोजें
- •85% top-1 accuracy, 95% top-3 accuracy at inferring personal attributes
- •100× cheaper and 240× faster than human annotators
- •Tested 9 state-of-the-art LLMs including GPT-4, Claude 2, Llama 2
- •Infers location, income, age, sex, profession from subtle text cues
AutoProfiler: Automated Profile Inference with Language Model Agents
Yuntao Du, Zitao Li, Bolin Ding, et al. (Virginia Tech, Alibaba, Purdue University)
85-92% accuracy for automated profiling at scale using four specialized LLM agents
Framework using specialized LLM agents (Strategist, Extractor, Retriever, Summarizer) for automated profile inference from pseudonymous platforms.
मुख्य खोजें
- •Four specialized agents: Strategist, Extractor, Retriever, Summarizer
- •Iterative workflow enables sequential scraping, analysis, and inference
- •Outperforms baseline FTI across all attributes and LLM backbones
- •Short-term memory for Extractor/Retriever, long-term memory for Strategist/Summarizer
Large Language Models are Advanced Anonymizers
Robin Staab, Mark Vero, Mislav Balunović, et al. (ETH Zurich SRI Lab)
Adversarial anonymization reduces attribute inference from 66.3% to 45.3% after 3 iterations
LLMs can be used defensively in adversarial framework to anonymize text. Outperforms commercial anonymizers in both privacy and utility.
मुख्य खोजें
- •Adversarial feedback enables anonymization of significantly finer details
- •Attribute inference accuracy drops from 66.3% to 45.3% after 3 iterations
- •Evaluated 13 LLMs on real-world and synthetic online texts
- •Human study (n=50) showed strong preference for LLM-anonymized texts
AgentDAM: Privacy Leakage Evaluation for Autonomous Web Agents
Arman Zharmagambetov, Chuan Guo, Ivan Evtimov, et al. (Meta AI, CMU)
GPT-4, Llama-3, and Claude web agents are prone to inadvertent use of unnecessary sensitive information
Benchmark measuring if AI web agents follow data minimization principle. Simulates realistic web interactions across GitLab, Shopping, and Reddit.
मुख्य खोजें
- •Evaluates GPT-4, Llama-3, Claude-powered web navigation agents
- •Measures data minimization compliance: use PII only if 'necessary' for task
- •Agents often leak sensitive information when unnecessary
- •Three test environments: GitLab, Shopping, Reddit web apps
SoK: The Privacy Paradox in Large Language Models
Various researchers
Systematization of 5 distinct privacy incident categories beyond memorization
Comprehensive survey categorizing privacy risks: training data leakage, chat leakage, context leakage, attribute inference, and attribute aggregation.
मुख्य खोजें
- •Five privacy incident categories identified:
- •1. Training data leakage via regurgitation
- •2. Direct chat leakage through provider breaches
- •3. Indirect context leakage via agents and prompt injection
PII-Scope: A Comprehensive Study on Training Data PII Extraction Attacks in LLMs
Krishna Kanth Nakka, Ahmed Frikha, Ricardo Mendes, et al. (Various)
PII extraction rates increase up to 5× with sophisticated adversarial capabilities and limited query budget
Comprehensive benchmark for PII extraction attacks. Reveals notable underestimation of PII leakage in existing single-query attacks.
मुख्य खोजें
- •PII extraction rates can increase up to 5× with sophisticated attacks
- •Existing single-query attacks notably underestimate PII leakage
- •Taxonomy: Black-box (True-prefix, ICL, PII Compass) and White-box (SPT) attacks
- •Hyperparameters like demonstration selection crucial to attack effectiveness
Evaluating LLM-based Personal Information Extraction and Countermeasures
Yupei Liu, Yuqi Jia, Jinyuan Jia, et al. (Penn State, Duke University)
GPT-4 achieves 100% accuracy extracting emails and 98% for phone numbers from synthetic profiles
Systematic measurement study benchmarking LLM-based personal information extraction (PIE). Proposes prompt injection as novel defense.
मुख्य खोजें
- •GPT-4: 100% email extraction, 98% phone number extraction on synthetic data
- •Larger LLMs more successful: vicuna-7b achieves 65%/95% vs GPT-4's 100%/98%
- •LLMs better at: emails, phone numbers, addresses, names
- •LLMs worse at: work experience, education, affiliation, occupation
Preserving Privacy in Large Language Models: A Survey on Current Threats and Solutions
Michele Miranda, Elena Sofia Ruzzetti, Andrea Santilli, et al. (Various)
Comprehensive taxonomy of privacy attacks: training data extraction, membership inference, model inversion
Survey examining privacy threats from LLM memorization. Proposes solutions from dataset anonymization to differential privacy and machine unlearning.
मुख्य खोजें
- •Privacy attacks covered: Training data extraction, Membership inference, Model inversion
- •Training data extraction: non-adversarial and adversarial prompting
- •Membership inference: shadow models and threshold-based approaches
- •Model inversion: output inversion and gradient inversion
Beyond Data Privacy: New Privacy Risks for Large Language Models
Various researchers
LLM autonomous capabilities create new vulnerabilities for inadvertent data leakage and malicious exfiltration
Explores privacy vulnerabilities from LLM integration into applications and weaponization of autonomous abilities.
मुख्य खोजें
- •LLM integration creates new privacy vulnerabilities beyond traditional risks
- •Opportunities for both inadvertent leakage and malicious exfiltration
- •Adversaries can exploit systems for sophisticated large-scale privacy attacks
- •Autonomous LLM abilities can be weaponized for data exfiltration
Simple Prompt Injection Attacks Can Leak Personal Data Observed by LLM Agents
Various researchers
15-50% utility drop under attack with ~20% average attack success rate for personal data leakage
Examines prompt injection causing tool-calling agents to leak personal data during task execution. Uses fictitious banking agent scenario.
मुख्य खोजें
- •16 user tasks from AgentDojo benchmark evaluated
- •15-50 percentage point drop in LLM utility under attack
- •~20% average attack success rate across LLMs
- •Most LLMs avoid leaking passwords due to safety alignments
Membership Inference Attacks on Large-Scale Models: A Survey
Various researchers
First comprehensive review of MIAs targeting LLMs and LMMs across pre-training, fine-tuning, alignment, and RAG stages
Survey analyzing membership inference attacks by model type, adversarial knowledge, strategy, and pipeline stage.
मुख्य खोजें
- •Analyzes MIAs across: pre-training, fine-tuning, alignment, RAG stages
- •Strong MIAs require training multiple reference models (computationally expensive)
- •Weaker attacks often perform no better than random guessing
- •Tokenizers identified as new attack vector for membership inference
अनुसंधान से सुरक्षा रणनीति
क्या काम नहीं करता
- ✗Pseudonymization — LLM usernames, handles, display names को हरा देते हैं
- ✗Text-to-image रूपांतरण — Multimodal LLM के विरुद्ध केवल मामूली कमी
- ✗मॉडल alignment अकेले — वर्तमान में अनुमान को रोकने में अप्रभावी
- ✗साधारण पाठ anonymization — LLM तर्क के विरुद्ध अपर्याप्त
क्या काम करता है
- ✓प्रतिकूल anonymization — अनुमान को 66.3% → 45.3% तक कम करता है
- ✓विभेदक गोपनीयता — PII सटीकता को 33.86% → 9.37% तक कम करता है
- ✓Prompt injection रक्षा — LLM-आधारित PIE के विरुद्ध सबसे प्रभावी
- ✓सच्चा PII हटाना/प्रतिस्थापन — LLM उपयोग के संकेत हटाता है
यह अनुसंधान क्यों महत्वपूर्ण है
ये 12 अनुसंधान पत्र प्राइवेसी खतरों में एक मौलिक बदलाव प्रदर्शित करते हैं। छद्मनाम, usernames और handle परिवर्तन जैसे पारंपरिक anonymization तरीके अब LLM तक पहुंच वाले निर्धारित प्रतिद्वंद्वियों के विरुद्ध पर्याप्त सुरक्षा नहीं हैं।
मुख्य खतरा मेट्रिक्स
- 68% de-anonymization सटीकता 90% सटीकता पर (Hacker News → LinkedIn)
- स्थान, आय, आयु, व्यवसाय के लिए 85% विशेषता अनुमान सटीकता
- 100% ईमेल निष्कर्षण और 98% फोन नंबर निष्कर्षण (GPT-4)
- परिष्कृत बहु-क्वेरी अटैक के साथ PII लीकेज में 5× वृद्धि
- $1-$4 प्रति प्रोफाइल लागत बड़े पैमाने पर अटैक आर्थिक रूप से व्यवहार्य बनाती है
जोखिम में कौन है
- व्हिसलब्लोअर्स & कार्यकर्ता: अनाम पोस्ट वास्तविक पहचान से जुड़े जा सकते हैं
- पेशेवर: Reddit गतिविधि LinkedIn प्रोफाइल से जुड़ी हुई है
- स्वास्थ्यसेवा रोगी: Membership inference यह प्रकट करता है कि डेटा प्रशिक्षण में था या नहीं
- ऐतिहासिक पोस्ट वाला कोई भी: वर्षों का डेटा पूर्वलक्षी रूप से de-anonymized किया जा सकता है
anonym.legal ये खतरे कैसे संबोधित करता है
anonym.legal सच्ची anonymization प्रदान करता है जो LLM उपयोग के संकेत हटाता है:
- 285+ इकाई प्रकार: नाम, स्थान, तारीखें, अस्थायी मार्कर, पहचानकर्ता
- लिखने का पैटर्न व्यवधान: पाठ को बदलता है जो stylometric fingerprints को प्रकट करता है
- उलटने योग्य एन्क्रिप्शन: अधिकृत पहुंच की आवश्यकता वाले मामलों के लिए AES-256-GCM
- कई ऑपरेटर: प्रतिस्थापन, Redact, Hash, Encrypt, Mask, कस्टम
अक्सर पूछे जाने वाले प्रश्न
LLM-आधारित de-anonymization क्या है?
LLM-आधारित de-anonymization बड़ी भाषा मॉडल का उपयोग करके अनाम या pseudonymous ऑनलाइन पोस्ट से वास्तविक व्यक्तियों की पहचान करने के लिए। पारंपरिक तरीकों के विपरीत जो पैमाने पर विफल होते हैं, LLM लिखने की शैली विश्लेषण (stylometry), बताए गए तथ्य, अस्थायी पैटर्न और संदर्भ तर्क को जोड़ सकते हैं अनाम प्रोफाइल को वास्तविक पहचान से मेल खाने के लिए। अनुसंधान 68% सटीकता 90% सटीकता पर दिखाता है, पारंपरिक तरीकों के लिए लगभग 0% की तुलना में।
LLM de-anonymization कितना सटीक है?
अनुसंधान भयावह सटीकता स्तर प्रदर्शित करता है: Hacker News से LinkedIn मेल खाने के लिए 90% सटीकता पर 68% recall, Reddit अस्थायी विश्लेषण के लिए 67% (समय के साथ एक ही उपयोगकर्ता), इंटरनेट-स्तर पर 35% (1M+ उम्मीदवार)। विशेषता अनुमान के लिए, GPT-4 85% top-1 सटीकता प्राप्त करता है Reddit पोस्ट अकेले स्थान, आय, आयु और व्यवसाय जैसी व्यक्तिगत विशेषताओं को अनुमान लगाते हुए।
ESRC फ्रेमवर्क क्या है?
ESRC (Extract-Search-Reason-Calibrate) एक चार-चरणीय LLM de-anonymization फ्रेमवर्क है: (1) Extract - LLM NLP का उपयोग करके अनाम पोस्ट से पहचान करने वाले तथ्य निकालता है, (2) Search - निकाले गए तथ्य और semantic embeddings का उपयोग करके LinkedIn जैसे सार्वजनिक डेटाबेस को क्वेरी करता है, (3) Reason - LLM उम्मीदवार मेल के बारे में तर्क देता है सुसंगतता का विश्लेषण करते हुए, (4) Calibrate - झूठी सकारात्मकता को कम करते हुए वास्तविक मेल को अधिकतम करने के लिए आत्मविश्वास स्कोरिंग।
LLM de-anonymization की लागत कितनी है?
अनुसंधान दिखाता है कि LLM-आधारित de-anonymization की लागत $1-$4 प्रति प्रोफाइल है, बड़े पैमाने पर de-anonymization आर्थिक रूप से व्यवहार्य बनाता है। रक्षात्मक anonymization के लिए, लागतें GPT-4 का उपयोग करके प्रति टिप्पणी $0.035 से कम हैं। यह कम लागत राज्य अभिनेताओं, निगमों, stalkers और दुर्भावनापूर्ण व्यक्तियों को बड़े पैमाने पर प्राइवेसी अटैक करने में सक्षम बनाती है।
LLM पाठ से किस प्रकार की PII निकाल सकते हैं?
LLM निकालने में उत्कृष्ट हैं: ईमेल पते (GPT-4 के साथ 100% सटीकता), फोन नंबर (98%), मेलिंग पते, और नाम। वे गैर-स्पष्ट PII भी अनुमान लगा सकते हैं: स्थान, आय स्तर, आयु, लिंग, व्यवसाय, शिक्षा, रिश्ते की स्थिति, और सूक्ष्म पाठ्य संकेत और लिखने के पैटर्न से जन्म का स्थान।
membership inference attack (MIA) क्या है?
Membership inference attacks निर्धारित करते हैं कि क्या विशिष्ट डेटा AI मॉडल को प्रशिक्षित करने के लिए उपयोग किया गया था। LLM के लिए, यह प्रकट करता है कि आपकी व्यक्तिगत जानकारी प्रशिक्षण डेटासेट में थी या नहीं। अनुसंधान दिखाता है कि ईमेल पते और फोन नंबर विशेष रूप से कमजोर हैं। नए अटैक वेक्टर में tokenizer-आधारित अनुमान और attention signal विश्लेषण (AttenMIA) शामिल हैं।
prompt injection attacks व्यक्तिगत डेटा कैसे लीक करते हैं?
Prompt injection कार्य निष्पादन के दौरान देखे गए व्यक्तिगत डेटा लीक करने के लिए LLM एजेंटों में हेराफेरी करता है। बैंकिंग एजेंट परिदृश्यों में, अटैक व्यक्तिगत डेटा exfiltration पर ~20% सफलता दर प्राप्त करते हैं, 15-50% उपयोगिता degradation अटैक के तहत। जबकि सुरक्षा संरेखण पासवर्ड लीकेज को रोकते हैं, अन्य व्यक्तिगत डेटा कमजोर रहता है।
anonym.legal LLM प्राइवेसी अटैक से बचाव में कैसे मदद कर सकता है?
anonym.legal सच्ची anonymization प्रदान करता है: (1) PII डिटेक्शन - 285+ इकाई प्रकार नाम, स्थान, तारीखें, लिखने के पैटर्न सहित, (2) प्रतिस्थापन - वास्तविक PII को प्रारूप-वैध विकल्प से बदलता है, (3) Redaction - पूरी तरह से संवेदनशील जानकारी हटाता है, (4) उलटने योग्य एन्क्रिप्शन - अधिकृत पहुंच के लिए AES-256-GCM। Pseudonymization के विपरीत जो LLM को हरा देता है, सच्ची anonymization उन संकेतों को हटाता है जो LLM de-anonymization के लिए उपयोग करते हैं।
LLM प्राइवेसी अटैक से बचाव करें
Pseudonymity पर निर्भर न रहें। संवेदनशील दस्तावेज़, उपयोगकर्ता डेटा और AI-संचालित पहचान अटैक से संचार की सुरक्षा के लिए सच्ची anonymization का उपयोग करें।