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

by | Sep 19, 2026 | Technology

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

ASCII smuggling, a method involving invisible Unicode characters, has transitioned from being primarily used in artificial intelligence attacks to becoming a prevalent tool among spammers seeking to circumvent email filtering systems.

The technique was originally developed as a means to conduct prompt injection attacks on AI language models. Malicious instructions are encoded using a specific range of Unicode tags that remain readable to computers but are invisible to human readers. For example, the tags U+E0041 and U+E0061 correspond to the letters “A” and “a” respectively. This 128-character Unicode block closely mirrors the American Standard Code for Information Interchange, with the critical distinction that the encoded characters exist at the text-processing level while remaining undetectable to the human eye.

Earlier this year, Microsoft observed a dramatic escalation in the use of ASCII smuggling by spam operators. Beginning in early February, the number of ASCII smuggling signatures detected by Microsoft Defender for Office increased sharply from approximately 21,000 daily detections to over 1.3 million within a single day. The spike continued to intensify, reaching 2.5 million detections within four days, and persisted at elevated levels for several months before declining sharply in mid-May.

Spammers are leveraging the invisibility of these Unicode characters to obfuscate keywords commonly targeted by email filters. By inserting hidden characters into words like “funding,” they can break the word into fragments such as “fun” and “ding” that pass through text-matching filters while the original word remains visible to the recipient. The adoption of this technique likely stems from filters previously not being programmed to detect these specific Unicode tags, and more significantly, from its effectiveness against machine learning and natural language processing-based detection systems used in modern spam classification.

Microsoft noted that contemporary spam detection increasingly relies on ML and NLP models that tokenize email text for analysis. By disrupting the tokenization process through invisible character insertion, spammers can prevent these advanced systems from recognizing familiar terms and patterns. The company provided recommendations for developers to strengthen filter programming against ASCII smuggling techniques.

Article Attribution | Read More at Article Source

Article summary produced by Claude AI