Windows Exchange UMWorkerProcess File Drops Indicating CVE-2021-26858 Exploitation

Alerts on Exchange Unified Messaging (UMWorkerProcess.exe) creating unusual files, excluding common benign names consistent with CVE-2021-26858 activity.

FreeReviewedSigma · High · v5
Product
windows
Category
file_event
Author
Bhabesh Raj (SigmaHQ), DRL 1.1
Published
2021-03-03
Updated
2026-07-31
title: Windows Exchange UMWorkerProcess File Drops Indicating CVE-2021-26858 Exploitation
id: 8352a7a2-ce03-4040-b346-20cf4209573b
status: test
description: This rule flags file creation events where the process name ends with UMWorkerProcess.exe, which is associated with Exchange Unified Messaging. It filters out specific benign-looking target filenames and alerts on other non-standard files that could represent dropped web shells or other attacker content following exploitation. The detection relies on Windows file event telemetry that captures the writing process and the target filename.
references:
  - https://www.microsoft.com/security/blog/2021/03/02/hafnium-targeting-exchange-servers/
  - https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2021/Exploits/CVE-2021-26858/file_event_win_cve_2021_26858_msexchange.yml
author: Bhabesh Raj, Huntrule Team
date: 2021-03-03
modified: 2022-10-09
tags:
  - attack.t1203
  - attack.execution
  - cve.2021-26858
  - detection.emerging-threats
logsource:
  category: file_event
  product: windows
detection:
  selection:
    Image|endswith: UMWorkerProcess.exe
  filter:
    TargetFilename|endswith:
      - CacheCleanup.bin
      - .txt
      - .LOG
      - .cfg
      - cleanup.bin
  condition: selection and not filter
falsepositives:
  - Unknown
level: high
license: DRL-1.1
related:
  - id: b06335b3-55ac-4b41-937e-16b7f5d57dfd
    type: derived