Windows PowerShell: GPO ScriptBlock Modifying Group Policy and SmartScreen Settings

Alerts on PowerShell ScriptBlock content referencing Group Policy policy keys and specific security policy value names.

FreeReviewedSigma · Medium · v2
Product
windows
Category
ps_script
Author
frack113 (SigmaHQ), DRL 1.1
Published
2022-08-19
Updated
2026-07-31
title: "Windows PowerShell: GPO ScriptBlock Modifying Group Policy and SmartScreen Settings"
id: 32d8df7d-5d62-4923-88c9-c20654d7b462
related:
  - id: ada4b0c4-758b-46ac-9033-9004613a150d
    type: similar
  - id: b7216a7d-687e-4c8d-82b1-3080b2ad961f
    type: derived
status: test
description: This rule identifies PowerShell activity containing registry policy paths and specific group policy-related values, including Group Policy refresh timing and SmartScreen configuration. Attackers can use GPO modifications to impair defenses or enforce malicious settings across systems, making this a high-signal defense-impairment indicator. The detection relies on Script Block Logging telemetry by matching specific substrings within captured ScriptBlockText.
references:
  - https://github.com/redcanaryco/atomic-red-team/blob/40b77d63808dd4f4eafb83949805636735a1fd15/atomics/T1484.001/T1484.001.md
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/powershell/powershell_script/posh_ps_modify_group_policy_settings.yml
author: frack113, Huntrule Team
date: 2022-08-19
tags:
  - attack.privilege-escalation
  - attack.defense-impairment
  - attack.t1484.001
logsource:
  product: windows
  category: ps_script
  definition: "Requirements: Script Block Logging must be enabled"
detection:
  selection_path:
    ScriptBlockText|contains: \SOFTWARE\Policies\Microsoft\Windows\System
  selection_key:
    ScriptBlockText|contains:
      - GroupPolicyRefreshTimeDC
      - GroupPolicyRefreshTimeOffsetDC
      - GroupPolicyRefreshTime
      - GroupPolicyRefreshTimeOffset
      - EnableSmartScreen
      - ShellSmartScreenLevel
  condition: all of selection_*
falsepositives:
  - Legitimate use
level: medium
license: DRL-1.1