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.

FreeReviewedSigma · Medium · v2
Product
windows
Category
file_event
Author
elhoim (SigmaHQ), DRL 1.1
Published
2022-04-28
Updated
2026-07-31
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