WinWord spawning MicroScMgmt.exe indicative of CVE-2015-1641 exploitation on Windows

Alerts when Winword.exe starts MicroScMgmt.exe, matching a known CVE-2015-1641 exploitation behavior.

FreeReviewedSigma · Critical · v5
Product
windows
Category
process_creation
Author
Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2018-02-22
Updated
2026-07-31
title: WinWord spawning MicroScMgmt.exe indicative of CVE-2015-1641 exploitation on Windows
id: dd74baf1-ada8-427f-9080-28844e2394d4
status: stable
description: This rule identifies process creation where WINWORD.EXE launches MicroScMgmt.exe, a behavior observed in exploits for CVE-2015-1641. Attackers may use this execution path to run follow-on components from within the Office context. It relies on Windows process creation telemetry capturing parent and child process executable paths.
references:
  - https://www.virustotal.com/en/file/5567408950b744c4e846ba8ae726883cb15268a539f3bb21758a466e47021ae8/analysis/
  - https://www.hybrid-analysis.com/sample/5567408950b744c4e846ba8ae726883cb15268a539f3bb21758a466e47021ae8?environmentId=100
  - https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2015/Exploits/CVE-2015-1641/proc_creation_win_exploit_cve_2015_1641.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2018-02-22
modified: 2021-11-27
tags:
  - attack.stealth
  - attack.t1036.005
  - cve.2015-1641
  - detection.emerging-threats
logsource:
  category: process_creation
  product: windows
detection:
  selection:
    ParentImage|endswith: \WINWORD.EXE
    Image|endswith: \MicroScMgmt.exe
  condition: selection
falsepositives:
  - Unknown
level: critical
license: DRL-1.1
related:
  - id: 7993792c-5ce2-4475-a3db-a3a5539827ef
    type: derived