Detection rules › Sigma
Windows Default Domain GPO Modification via GPME
Detects the use of the Group Policy Management Editor (GPME) to modify Default Domain or Default Domain Controllers Group Policy Objects (GPOs). Adversaries may leverage GPME to make stealthy changes in these default GPOs to deploy malicious GPOs configurations across the domain without raising suspicion.
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Privilege Escalation | T1484.001 Domain or Tenant Policy Modification: Group Policy Modification |
| Defense Impairment | T1484.001 Domain or Tenant Policy Modification: Group Policy Modification |
Event coverage
| Provider | Event | Title |
|---|---|---|
| Sysmon | Event ID 1 | Process creation |
Rule body yaml
title: Windows Default Domain GPO Modification via GPME
id: dcff7e85-d01f-4eb5-badd-84e2e6be8294
related:
- id: e5ac86dd-2da1-454b-be74-05d26c769d7d
type: similar
status: experimental
description: |
Detects the use of the Group Policy Management Editor (GPME) to modify Default Domain or Default Domain Controllers Group Policy Objects (GPOs).
Adversaries may leverage GPME to make stealthy changes in these default GPOs to deploy malicious GPOs configurations across the domain without raising suspicion.
references:
- https://www.trendmicro.com/en_us/research/25/i/unmasking-the-gentlemen-ransomware.html
- https://adsecurity.org/?p=3377
- https://sdmsoftware.com/general-stuff/launching-the-new-gp-management-editor-from-the-command-line/
- https://www.pentestpartners.com/security-blog/living-off-the-land-gpo-style/
author: TropChaud
date: 2025-11-22
tags:
- attack.privilege-escalation
- attack.defense-impairment
- attack.t1484.001
logsource:
product: windows
category: process_creation
detection:
# "C:\Windows\System32\gpme.msc" /s /gpobject:"LDAP://<REDACTED>/cn<REDACTED>,cnpolicies,cnsystem,DC<REDACTED>,DClocal"
selection_mmc:
- Image|endswith: '\mmc.exe'
- OriginalFileName: 'MMC.exe'
selection_gpme:
CommandLine|contains|all:
- 'gpme.msc'
- 'gpobject:'
selection_default_gpos:
CommandLine|contains:
- '31B2F340-016D-11D2-945F-00C04FB984F9' # Default Domain Policy GUID
- '6AC1786C-016F-11D2-945F-00C04FB984F9' # Default Domain Controllers Policy GUID
condition: all of selection_*
falsepositives:
- Legitimate use of GPME to modify GPOs
level: medium
Stages and Predicates
Stage 0: condition
all of selection_*Stage 1: selection_mmc
selection_mmc:
- Image|endswith: '\mmc.exe'
- OriginalFileName: 'MMC.exe'
Stage 2: selection_gpme
selection_gpme:
CommandLine|contains|all:
- 'gpme.msc'
- 'gpobject:'
Stage 3: selection_default_gpos
selection_default_gpos:
CommandLine|contains:
- '31B2F340-016D-11D2-945F-00C04FB984F9'
- '6AC1786C-016F-11D2-945F-00C04FB984F9'
Indicators
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
CommandLine | match |
|
Image | ends_with |
|
OriginalFileName | eq |
|