破解“行为准则”:多阶段钓鱼活动借 AiTM 劫持身份令牌

微软 Defender 研究团队披露 2026 年 4 月一场以“行为准则审查”为饵的多阶段 AiTM 钓鱼:超 3.5 万用户、1.3 万组织、26 国中招,借 Cloudflare CAPTCHA 闸门与合法登录页实时劫持身份令牌。附完整 IoC 与 Defender 检测。

📖 本页为 ztpop.net 对权威原始来源的「策展索引」——仅整理呈现原始出处与原文要点,一切以原文为准。原文:Breaking the code: Multi-stage 'code of conduct' phishing campaign leads to AiTM token compromise(Microsoft Defender Security Research Team 与 Microsoft Threat Intelligence,2026-05-04)。

概述:一次规模化的身份令牌劫持

2026 年 4 月 14—16 日,Microsoft Defender 研究团队观察到一场复杂的大规模凭据窃取活动。该活动以"行为准则(code of conduct)"为诱饵,通过多阶段攻击链、合法邮件服务投递完全通过身份验证的消息,最终导向中间人(AiTM)钓鱼流程,实时劫持身份令牌。活动覆盖 超过 3.5 万名用户逾 1.3 万个组织26 个国家,其中 92% 的目标位于美国

受影响的行业分布为:医疗与生命科学(19%)、金融服务(18%)、专业服务(11%)、科技与软件(11%)。消息在 4 月 14 日 06:51 UTC 至 4 月 16 日 03:54 UTC 之间分多波次投递。

多阶段社工攻击链

邮件伪装成内部合规或监管通信,发件人显示名包括 "Internal Regulatory COC"、"Workforce Communications"、"Team Conduct Report";主题行如 "Internal case log issued under conduct policy"、"Reminder: employer opened a non-compliance case log"。正文声称已发起"行为准则审查",并提示收件人打开个性化附件。

微软指出,该攻击的某一阶段带有设备码钓鱼(device code phishing)的若干特征,但仅能确认 AiTM 部分。不同于传统凭据 harvesting,AiTM 实时拦截认证流量,可在 MFA 之外取得会话令牌。

参考 IoC(微软原文披露)

恶意域名:

发件邮箱:

PDF 文件名: Awareness Case Log File – Monday 13th, April 2026.pdf…Tuesday 14th……Wednesday 15th…Disciplinary Action – Employee Device Handling Case.pdf

SHA-256:

防御与缓解建议

Microsoft Defender 检测覆盖

初始访问(钓鱼邮件)— Defender for Office 365:检测到可能恶意的 URL 点击;用户点击跳转至可能恶意的 URL;检测到可疑邮件发送模式;投递后移除含恶意 URL 的邮件;投递后移除邮件;用户举报为恶意软件或钓鱼。

持久化(攻击者用窃取的合法凭据登录)— Microsoft Entra ID Protection:Anomalous Token、Unfamiliar sign-in properties、Unfamiliar sign-in properties for session cookies。Microsoft Defender for Cloud Apps:Impossible travel activity。

Microsoft Security Copilot:内嵌于 Defender XDR,可部署 Threat Intelligence Briefing、Phishing Triage、Threat Hunting、Dynamic Threat Detection 等代理。

高级狩猎(KQL 示例):

EmailEvents
| where SenderMailFromAddress in (
  "cocpostmaster@cocinternal.com",
  "nationaladmin@gadellinet.com",
  "nationalintegrity@harteprn.com",
  "m365premiumcommunications@cocinternal.com",
  "documentviewer@na.businesshellosign.de")

了解更多行业资讯,请访问 行业资讯首页 或致电 021-69753778 获取安全咨询服务。

相关文章


—— ztpop.net 策展(译自 Microsoft Defender Security Research Team 与 Microsoft Threat Intelligence 原始发布,内容以原文为准)