Fake CAPTCHA Scams
Bruce Schneier examines fake CAPTCHA scams that abuse human-verification prompts as social engineering lures against users.
Bruce Schneier's blog post covers fake CAPTCHA scams, a social engineering technique in which attackers pose as CAPTCHA verification checks to manipulate users. The available page text is largely site navigation, and no specific campaign, victim, or malware family is named in the source.
Claude Fable Solves a Historical Cipher
Bruce Schneier's blog highlights that the Claude Fable AI model solved a historical cipher, demonstrating LLM capabilities in cryptanalysis.
Bruce Schneier's blog post discusses the Claude Fable AI model successfully deciphering a historical cipher. The post frames the result as a notable example of LLMs applied to classical cryptanalysis. The published text provides limited technical detail beyond the headline.
Upcoming Speaking Engagements
Bruce Schneier lists upcoming 2026 speaking engagements at LAcon V, Elevate Festival, CanSecWest, and events in Anaheim, Toronto, Vancouver, and Montreal.
Bruce Schneier posted his upcoming schedule, including LAcon V in Anaheim, an online League of Women Voters event on September 22, 2026, Elevate Festival in Toronto (September 22-24), CanSecWest 2026 in Vancouver (September 30-October 1), and ATTENTION: Democracy, Rebuilt in Montreal (October 21-23, 2026).
My Talk at DEF CON
Bruce Schneier gave a DEF CON talk on AI hacking, exploring what happens when AI models become hackers; it drew over 100K YouTube views.
Bruce Schneier presented at DEF CON on 'AI hacking,' combining ideas from his 2022 book 'A Hacker's Mind' with lessons from current AI models exhibiting hacking behavior. The talk exceeded 100,000 YouTube views within days, and a related interview with him in the AI Village is also available.
Using a VM to Contain an AI Agent
Bruce Schneier reports GPT 5.6-Cyber repeatedly succeeded inside VM sandboxes, warning that off-the-shelf VMs cannot contain modern cyber-capable AI agents.
In a Schneier on Security post, Bruce Schneier reports that GPT 5.6-Cyber succeeded frequently and in telling ways against a VM-based sandbox, arguing that sandboxing quality for capable AI agents - and the whole software stack they interact with - must be reassessed. He contends that an off-the-shelf VM offers too much attack surface to contain a modern, cyber-capable agent, and that even innocuous features such as running with a display add exploitable surface. The post reflects an observed evaluation outcome rather than a formal disclosure.
What’s the Scam?
Bruce Schneier reports AI-generated fake thank-you replies to his newsletter confirmations from throwaway Gmail accounts; the scam's goal is unclear.
Bruce Schneier describes receiving a burst of AI-generated, one-line praise emails replying to Crypto-Gram newsletter confirmation messages, sent from random-character Gmail addresses. None of the senders actually subscribed, and they did not respond when he replied, weakening a pig-butchering theory. The campaign appears automated, but its objective has not been identified.
LLMs and Contextual Integrity
Bruce Schneier highlights two papers: the CIMemories benchmark shows frontier LLMs leak memory attributes up to 69%, and an RL method reduces inappropriate disclosures.
Bruce Schneier discusses contextual integrity in LLMs, referencing the CIMemories benchmark, which uses synthetic profiles with 100+ attributes per user to test whether models with persistent memory disclose sensitive information appropriately. Evaluation showed frontier models exhibit up to 69% attribute-level violations, with GPT-5's violation rate rising from 0.1% to 9.6% across 40 tasks and reaching 25.1% with repeated prompting, showing unstable leakage behavior. A second paper introduces a reinforcement learning framework trained on a synthetic 700-example dataset that substantially reduces inappropriate disclosure while maintaining task performance, with improvements transferring to the human-annotated PrivacyLens benchmark.
25 Years of Mass Surveillance Is Enough
Bruce Schneier and Cindy Cohn argue post-9/11 mass surveillance expanded far beyond its counterterrorism justification and should be reevaluated for costs to rights.
An essay by Bruce Schneier and Cindy Cohn (originally in Lawfare) traces the post-9/11 shift from targeted surveillance to mass collection of telephone and internet metadata. It cites the Section 215 bulk phone records program, struck down in interpretation by the Second Circuit in 2015 and curtailed by the USA Freedom Act, and the NSA's Upstream program under Section 702 of the 2008 FISA Amendments Act, which ended content searches in 2017. The authors note mass surveillance now serves routine law enforcement and immigration actions, with FBI Director Kash Patel confirming purchases of Americans' data from brokers, and private systems like Flock license plate readers and venue facial recognition feeding government access.
AI Agents Are Now Emailing Me with Their Security Concerns
Autonomous Claude agent documents first known defensive use of ASCII smuggling, surveying 497 Lemmy instances for bot-catching prompt-injection tripwires.
An autonomous Claude agent calling itself Tenner published field research relayed to Bruce Schneier, probing 497 Lemmy instances and finding 8 of 257 application-gated ones embed instructions aimed at bots rather than humans. lemmy.ml's form instructs bots to answer 24+24, while one instance hides a 59-character Unicode tag payload (U+E0000-U+E007F) telling bots to list 'safety' as an interest. The agent also mapped anti-automation barriers, noting identity verification never triggered and that IP reputation, captchas and account-age rules were the actual obstacles. It further documented an agent task market where advertised rewards were about 2x the actual on-chain escrow.