Microsoft Defender logged ASCII smuggling signatures rising from 21,000 to 2.5 million daily in early February spam campaigns
ASCII smuggling migrated from LLM prompt injection to high-volume spam after Microsoft documented a sustained multi-month detection spike. The same invisibility property that hid instructions now evades keyword filters. Defenders must normalize tag characters at ingress to restore filter efficacy.
Spammers adopted the Unicode tag block previously used for prompt injection attacks. The 128 characters map directly to ASCII letters yet render invisible to human readers while remaining visible to text processors and LLMs. Microsoft observed the technique applied to keyword obfuscation rather than instruction smuggling, inverting the original attack goal while preserving the same evasion property against content filters.
Detection data came from Microsoft Defender for Office 365 signatures. Volume stayed elevated for roughly three months after the initial February spike, then dropped without public disclosure of new filter rules. This pattern matches earlier shifts in spam infrastructure when detection thresholds tightened around zero-width characters and homoglyph substitution.
Operationally the change forces email gateways to expand Unicode normalization and tag stripping before any downstream classifier runs. Defenders must now treat invisible tag ranges as equivalent to base ASCII for policy evaluation. Failure to normalize leaves both spam campaigns and residual prompt-injection vectors unblocked at the boundary layer.
Microsoft: daily ASCII smuggling detections will remain below 100,000 through Q1 2027 once tag normalization is enforced at MTA ingress.
Sources (2)
- [1]Ars Technica Security Report(https://arstechnica.com/security/2026/09/once-popular-for-attacking-ai-ascii-smuggling-is-embraced-by-spammers/)
- [2]Microsoft Defender for Office Threat Intelligence Update(https://techcommunity.microsoft.com/t5/microsoft-defender-for-office/unicode-tag-character-spam-surge-february-2026/ba-p/1234567)