AI Security AI安全 6h ago Updated 3h ago 更新于 3小时前 43

Phishing Campaign Sends Millions of Emails Using Invisible Unicode to Evade Filters 网络钓鱼活动利用不可见Unicode字符发送数百万封邮件以规避过滤器

A high-volume phishing campaign uses invisible Unicode Tag characters (U+E0000–U+E007F) to split financial lure words like "funding" into "fun⟨U+E0020⟩ding," bypassing email filters that rely on literal string or regex matching The campaign, active from early February 2026 through mid-May 2026, sent between 1 and 2.37 million messages on weekdays, peaking on February 26, 2026, with a distinct weekly cadence (quiet on weekends, full volume on Mondays) This represents an adaptation of AI-era evasi 微软披露高频网络钓鱼活动利用Unicode Tags块(U+E0000-U+E007F)中的不可见字符分割金融关键词(如"funding"变"fun⟨U+E0020⟩ding"),绕过基于字面匹配的邮件过滤器 活动于2026年2月进入高峰期,工作日发送量达100万-237万封,2月26日达峰值,5月15日后骤降,呈现工作日活跃周末静默的规律 攻击者滥用ActiveCampaign营销自动化平台,结合AI生成个性化钓鱼页面,针对美国小企业管理局(SBA)贷款申请人窃取商业和财务信息 这是AI时代规避技术首次被大规模应用于传统网络钓鱼,展示威胁行为者将新兴技术适配到经典攻击场景的能力

65
Hot 热度
62
Quality 质量
58
Impact 影响力

Analysis 深度分析

TL;DR

  • A high-volume phishing campaign uses invisible Unicode Tag characters (U+E0000–U+E007F) to split financial lure words like "funding" into "fun⟨U+E0020⟩ding," bypassing email filters that rely on literal string or regex matching
  • The campaign, active from early February 2026 through mid-May 2026, sent between 1 and 2.37 million messages on weekdays, peaking on February 26, 2026, with a distinct weekly cadence (quiet on weekends, full volume on Mondays)
  • This represents an adaptation of AI-era evasion techniques—originally designed for prompt injection—into traditional phishing and spam infrastructure
  • The operation leverages the ActiveCampaign marketing automation platform to mass-produce AI-generated phishing emails and relay them through reputable domains, complicating reputation-based filtering
  • The campaign targets Small Business Administration (SBA) loan applicants using hundreds of disposable finance-themed sender domains to harvest business and financial information for future spear-phishing

Why It Matters

This campaign demonstrates that adversarial techniques developed for attacking AI systems (invisible Unicode smuggling) are now being weaponized against traditional security infrastructure, blurring the line between AI-specific and conventional threats. For AI practitioners and security teams, it highlights the urgent need to update email filtering pipelines to handle invisible Unicode code points rather than assuming normalization will strip them safely. The scale of the operation—millions of messages daily—signals that threat actors are rapidly adopting cutting-edge evasion methods at production volume.

Technical Details

  • Unicode Tags block abuse: Attackers exploit the deprecated Unicode Tags block (U+E0000–U+E007F), which contains shadow copies of printable ASCII characters (e.g., U+E0041 mirrors 'A'). These characters are invisible in human-readable interfaces but preserved in byte sequences, causing literal-string and regex-based detectors to miss keyword matches.
  • Word-splitting obfuscation: Financial lure terms are fragmented with interleaved invisible code points—for example, "funding" becomes "fun⟨U+E0020⟩ding"—so the text renders normally to recipients and normalization pipelines while breaking contiguous keyword detection in security filters.
  • ActiveCampaign infrastructure abuse: The campaign uses ActiveCampaign's AI-powered marketing automation to mass-produce tailored phishing emails with varying designs, content, and flows. All outbound links are routed through ActiveCampaign's click-tracking domains (acemlnd.com and activehosted.com), lending the traffic the appearance of legitimate marketing email.
  • Reputation-based filtering evasion: By originating from a reputable marketing platform with established IP reputation and authentication, the campaign mimics legitimate marketing traffic, complicating reputation-based email security controls.
  • Detection gap: Microsoft notes that detectors matching literal strings or regex patterns that do not account for interleaved invisible code points will fail to flag the obfuscated keywords, representing a systemic gap in current email security parsing pipelines.

Industry Insight

  • Security vendors must update normalization pipelines: Email security providers should treat invisible Unicode characters as a first-class concern in their parsing and filtering logic, ensuring that content is normalized (stripping or flagging these code points) before keyword and regex-based detection runs.
  • Reputation-based filtering has inherent blind spots: The abuse of legitimate marketing platforms like ActiveCampaign demonstrates that IP and domain reputation alone are insufficient; behavioral and content-based analysis must be layered on top to detect obfuscated payloads originating from trusted senders.
  • AI-era attack techniques are cross-pollinating: The adaptation of prompt-injection evasion tactics into traditional phishing infrastructure signals a broader trend—threat actors are treating AI research as a toolkit. Security teams should monitor for spillover of adversarial ML techniques into non-AI attack vectors and update threat intelligence accordingly.

TL;DR

  • 微软披露高频网络钓鱼活动利用Unicode Tags块(U+E0000-U+E007F)中的不可见字符分割金融关键词(如"funding"变"fun⟨U+E0020⟩ding"),绕过基于字面匹配的邮件过滤器
  • 活动于2026年2月进入高峰期,工作日发送量达100万-237万封,2月26日达峰值,5月15日后骤降,呈现工作日活跃周末静默的规律
  • 攻击者滥用ActiveCampaign营销自动化平台,结合AI生成个性化钓鱼页面,针对美国小企业管理局(SBA)贷款申请人窃取商业和财务信息
  • 这是AI时代规避技术首次被大规模应用于传统网络钓鱼,展示威胁行为者将新兴技术适配到经典攻击场景的能力

为什么值得看

该案例揭示了网络钓鱼攻击正从传统社会工程学向技术驱动型演进,防御者需重新评估基于内容匹配的过滤机制有效性。对AI从业者而言,这凸显了Unicode字符处理在安全系统中的关键漏洞,以及营销自动化平台被滥用为攻击基础设施的风险。

技术解析

  • Unicode Tags块滥用:攻击者使用U+E0000-U+E007F范围的不可见标签字符(如U+E0020镜像空格),插入关键词内部形成视觉正常但字节序列断裂的文本,使字面匹配和正则表达式过滤器失效
  • 活动规模与模式:2026年2-5月高峰期,工作日发送量100万-237万封,峰值达237万封(2月26日),使用数百个金融主题临时域名(如guardiangrowthfunding[.]com),通过ActiveCampaign平台路由所有出站链接
  • 技术融合架构:结合ActiveCampaign的AI营销自动化功能批量生成个性化钓鱼页面,利用平台信誉IP绕过基于发送者声誉的过滤,同时收集SBA贷款申请人详细信息用于后续定向攻击
  • 检测难点:邮件过滤器通常丢弃或规范化不可见字符,导致内容恢复为原始关键词,但基于字节序列的签名检测无法识别这种"隐形分割"技术

行业启示

  • 防御策略升级:邮件安全系统需从字面匹配转向语义理解,增加对Unicode不可见字符的显式检测和规范化处理,避免依赖单一过滤维度
  • 平台责任强化:营销自动化服务商应加强账户行为监控,将高频使用不可见字符列为可疑信号,并建立与威胁情报的实时联动机制
  • 威胁趋势预判:AI时代规避技术正快速下沉到传统网络犯罪,防御者需建立跨领域威胁情报共享,关注技术扩散路径而非孤立事件响应

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Security 安全 Research 科学研究