ACLs
Access Control List is a set of Access Control Entries (ACE).
ACE contains individual permissions or audits access.
There are two different type of entries:
DACL - Defines the permissions of a user or group on an object
SACL - Logs the success and failure audit messages when an object is accessed.
Get the ACLs associated with the specified object
Get ACLs associated with Domain Admins Group
Get the ACLs associated with the specified prefix to be used for search
Enumerate ACLs using ActiveDirectory module but without resolving GUIDs
Search for interesting ACEs
Search for interesting ACEs for a specific user
Search for interesting ACEs for a specific group
Get the ACLs associated with the specified path
Last updated