diff --git a/rules/windows/builtin/win_alert_active_directory_user_control.yml b/rules/windows/builtin/win_alert_active_directory_user_control.yml new file mode 100644 index 000000000..4b731eed7 --- /dev/null +++ b/rules/windows/builtin/win_alert_active_directory_user_control.yml @@ -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