Windows Installer Application Removed via MsiInstaller Events

Alerts on Windows Installer events indicating an application was removed via MsiInstaller.

FreeReviewedSigma · Low · v2
Product
windows
Service
application
Author
frack113 (SigmaHQ), DRL 1.1
Published
2022-01-28
Updated
2026-07-31
title: Windows Installer Application Removed via MsiInstaller Events
id: 6aecf488-793f-4321-9f46-6d2533be3e07
status: test
description: This rule identifies when Windows Installer reports that an application product was removed, using MsiInstaller provider events. Such uninstall activity can be used by an attacker to remove security tooling or disrupt software needed for persistence or defenses. It relies on Windows application/service telemetry from the MsiInstaller provider, specifically Event IDs 1034 (product removed) and 11724 (product removal successful).
references:
  - https://github.com/nasbench/EVTX-ETW-Resources/blob/f1b010ce0ee1b71e3024180de1a3e67f99701fe4/ETWProvidersManifests/Windows11/22H2/W11_22H2_Pro_20221220_22621.963/WEPExplorer/Microsoft-Windows-MsiServer.xml
  - https://learn.microsoft.com/en-us/windows/win32/msi/event-logging
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/application/msiinstaller/win_builtin_remove_application.yml
author: frack113, Huntrule Team
date: 2022-01-28
modified: 2022-09-17
tags:
  - attack.impact
  - attack.t1489
logsource:
  product: windows
  service: application
detection:
  selection:
    Provider_Name: MsiInstaller
    EventID:
      - 1034
      - 11724
  condition: selection
falsepositives:
  - Unknown
level: low
license: DRL-1.1
related:
  - id: 570ae5ec-33dc-427c-b815-db86228ad43e
    type: derived