Windows: Copying Executable or DLL Files into Default GPO Policies Folder
Alerts when .exe/.dll files are created in the default GPO storage folder path.
- Product
- windows
- Category
- file_event
- Author
- elhoim (SigmaHQ), DRL 1.1
- Published
- 2022-04-28
- Updated
- 2026-07-31
ATT&CK techniques
Defense EvasionRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule identifies file creation events where the target path includes the default GPO storage folder GUID and the file name ends with .exe or .dll. Attackers may stage malicious executables or libraries in GPO-related locations to increase the chance of later execution via policy application. It relies on Windows file event telemetry that provides the created/target filename path and extension.
Reporting behind it
Changelog
v2- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: "Windows: Copying Executable or DLL Files into Default GPO Policies Folder"
id: 21407e48-16da-4a50-b169-1e65004e852f
status: test
description: This rule identifies file creation events where the target path includes the default GPO storage folder GUID and the file name ends with .exe or .dll. Attackers may stage malicious executables or libraries in GPO-related locations to increase the chance of later execution via policy application. It relies on Windows file event telemetry that provides the created/target filename path and extension.
references:
- https://redcanary.com/blog/intelligence-insights-november-2021/
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/file/file_event/file_event_win_susp_default_gpo_dir_write.yml
author: elhoim, Huntrule Team
date: 2022-04-28
tags:
- attack.stealth
- attack.t1036.005
logsource:
product: windows
category: file_event
detection:
selection:
TargetFilename|contains: \Policies\{31B2F340-016D-11D2-945F-00C04FB984F9}\
TargetFilename|endswith:
- .dll
- .exe
condition: selection
falsepositives:
- Unknown
level: medium
license: DRL-1.1
related:
- id: 5f87308a-0a5b-4623-ae15-d8fa1809bc60
type: derived