<p>A technique associated with attacks against artificial intelligence systems has crossed into conventional email fraud. Microsoft researchers found that a high-volume phishing campaign used invisible Unicode tag characters to break up financially themed words before security filters analyzed them.</p><p>The messages still displayed familiar terms such as funding and business loans to recipients. Underneath the visible text, however, attackers inserted non-rendering characters from the Unicode Tags block. Filters relying on literal keyword matching, inconsistent text normalization or vulnerable tokenization processes could interpret the altered words differently.</p><h2>A Campaign Operating at Significant Scale</h2><p>Microsoft discovered the activity while developing hunting logic for prompt injection in email. Signature hits rose dramatically on February 9, 2026, reaching more than 1.3 million messages that day and peaking above 2.3 million messages on February 11. The high-volume phase continued for roughly three months and was associated primarily with disposable, finance-themed sender domains.</p><p>The campaign also followed a pronounced weekday schedule, with traffic dropping sharply during weekends. That pattern suggests an organized bulk-mail operation supported by automated infrastructure rather than isolated experimentation.</p><h2>Why Traditional Filtering Can Struggle</h2><p>Invisible-character evasion is not entirely new, but the choice of Unicode tag characters is noteworthy. These characters recently attracted attention because AI models may process hidden instructions that people cannot see. Criminals appear to have recognized that the same gap between visual presentation and machine interpretation can disrupt older security technologies.</p><p>Organizations should review how email gateways, data pipelines and machine-learning classifiers normalize Unicode. Useful defensive measures include:</p><ul><li>Removing or flagging unexpected non-rendering characters before classification.</li><li>Testing security controls against altered Unicode and homoglyph samples.</li><li>Correlating suspicious text patterns with sender reputation and domain age.</li><li>Running awareness exercises using realistic financial solicitations.</li></ul><h3>Expert View</h3><p>In my view, the important lesson is not that one obscure Unicode range has become dangerous. It is that techniques developed around AI security can quickly migrate into established attack channels. Defenders should expect criminals to reuse prompt-injection research, tokenization weaknesses and model behavior studies wherever those methods create an advantage. Layered detection remains essential because attackers only need one parsing inconsistency to improve delivery rates.</p>