Windows Security: Security-Enabled Global Group Deletion (Event ID 4730/634)

Alerts on Windows Security audit events indicating a security-enabled global group was deleted.

FreeReviewedSigma · Low · v2
Product
windows
Service
security
Author
Alexandr Yampolskyi, SOC Prime (SigmaHQ), DRL 1.1
Published
2023-04-26
Updated
2026-07-31
title: "Windows Security: Security-Enabled Global Group Deletion (Event ID 4730/634)"
id: b034151d-cb48-43c3-83eb-3b79e00d3f89
related:
  - id: 9cf01b6c-e723-4841-a868-6d7f8245ca6e
    type: obsolete
  - id: b237c54b-0f15-4612-a819-44b735e0de27
    type: derived
status: stable
description: This rule flags Windows Security log events indicating a security-enabled global group was deleted (Event ID 4730 and 634). Attackers may delete groups to disrupt access controls or remove persistence and auditing context tied to group memberships. The detection relies on Windows Security auditing telemetry from the event records for these specific deletion events.
references:
  - https://www.cisecurity.org/controls/cis-controls-list/
  - https://www.pcisecuritystandards.org/documents/PCI_DSS_v3-2-1.pdf
  - https://nvlpubs.nist.gov/nistpubs/CSWP/NIST.CSWP.04162018.pdf
  - https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4730
  - https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=634
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/security/account_management/win_security_security_enabled_global_group_deleted.yml
author: Alexandr Yampolskyi, SOC Prime, Huntrule Team
date: 2023-04-26
tags:
  - attack.privilege-escalation
  - attack.persistence
  - attack.t1098
logsource:
  product: windows
  service: security
detection:
  selection:
    EventID:
      - 4730
      - 634
  condition: selection
falsepositives:
  - Unknown
level: low
license: DRL-1.1