Create win_alert_active_directory_user_control.yml

This commit is contained in:
Nate Guagenti
2017-04-03 15:58:23 -04:00
committed by GitHub
parent c5b19d5661
commit 2bb7d7e6eb
@@ -0,0 +1,18 @@
title: Detects Enabling of a User Right in AD to Control User Objects
description: Detects scenario where if a user is assigned the SeEnableDelegationPrivilege right in Active Directory it would allow control of other AD user objects.
reference:
- https://www.harmj0y.net/blog/activedirectory/the-most-dangerous-user-right-you-probably-have-never-heard-of/
author: @neu5ron
logsource:
product: windows
service: security
description: 'Requirements: Audit Policy : Policy Change > Audit Authorization Policy Change, Group Policy : Computer Configuration\Windows Settings\Security Settings\Advanced Audit Policy Configuration\Audit Policies\Policy Change\Audit Authorization Policy Change'
detection:
selection:
EventID: 4707
keywords:
- 'SeEnableDelegationPrivilege'
condition: selection and keywords
falsepositives:
- Unknown
level: high