Once popular for attacking AI, ASCII smuggling is embraced by spammers

by | Sep 16, 2026 | Technology

Once popular for attacking AI, ASCII smuggling is embraced by spammers

A technique originally developed to attack artificial intelligence systems through hidden text is now being employed by spammers to bypass email filtering systems. ASCII smuggling uses a specialized set of Unicode characters that remain invisible to human readers but are processed by computers, making it effective for concealing malicious content.

The approach gained prominence two years ago as a method for executing prompt injection attacks on language learning models. The technique relies on a block of 128 Unicode tags that mirror standard ASCII characters while remaining nearly imperceptible to people. When attackers embed malicious instructions using these hidden characters, AI systems can still detect and process them, but human recipients see no evidence of the concealed text.

Beginning in early February, Microsoft’s security team observed a dramatic uptick in spam messages utilizing ASCII smuggling. Daily detections jumped from approximately 21,000 to over 1.3 million within a single day, reaching 2.5 million within four days. The spike persisted for several months before declining sharply in mid-May. Spammers employ the technique to obscure trigger words commonly flagged by filters, such as financial terms and transaction-related language. By inserting invisible characters into words like “funding,” spammers can cause text-matching filters to identify the broken segments instead of the complete word.

While use of hidden characters to evade detection is not new, with spammers historically employing zero-width and non-breaking spaces, ASCII smuggling presents a more sophisticated challenge. The invisible Unicode tags may evade filters that have not been specifically programmed to detect them. More significantly, they can undermine machine learning and natural language processing systems used in modern spam detection. These systems tokenize text into smaller units for analysis, and the insertion of invisible characters can disrupt the tokenization process, making familiar harmful terms appear unfamiliar to detection algorithms.

Microsoft released guidance for developers on implementing countermeasures against ASCII smuggling in email filtering systems, including the possibility of analyzing messages visually through optical character recognition to identify content as humans would perceive it.

Article Attribution | Read More at Article Source

Article summary produced by Claude AI