A Member Was Added to a Security-Enabled Global Group
Detects activity when a member is added to a security-enabled global group
Sigma rule (View on GitHub)
 1title: A Member Was Added to a Security-Enabled Global Group
 2id: c43c26be-2e87-46c7-8661-284588c5a53e
 3related:
 4    - id: 9cf01b6c-e723-4841-a868-6d7f8245ca6e
 5      type: obsolete
 6status: stable
 7description: Detects activity when a member is added to a security-enabled global group
 8references:
 9    - https://www.cisecurity.org/controls/cis-controls-list/
10    - https://www.pcisecuritystandards.org/documents/PCI_DSS_v3-2-1.pdf
11    - https://nvlpubs.nist.gov/nistpubs/CSWP/NIST.CSWP.04162018.pdf
12    - https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4728
13    - https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=632
14author: Alexandr Yampolskyi, SOC Prime
15date: 2023-04-26
16tags:
17    - attack.privilege-escalation
18    - attack.persistence
19    - attack.t1098
20logsource:
21    product: windows
22    service: security
23detection:
24    selection:
25        EventID:
26            - 4728 # A member was added to a security-enabled global group
27            - 632 # Security Enabled Global Group Member Added
28    condition: selection
29falsepositives:
30    - Unknown
31level: low
References
Related rules
- A Member Was Removed From a Security-Enabled Global Group
- A New Trust Was Created To A Domain
- A Security-Enabled Global Group Was Deleted
- AWS IAM Backdoor Users Keys
- AWS Route 53 Domain Transfer Lock Disabled
 
                                