T1069.002sub-technique of T1069 Permission Groups Discovery
Domain Groups
Linux · macOS · Windowsnothing on this site yetT1069.002 on attack.mitre.org
Adversaries may attempt to find domain-level groups and permission settings. The knowledge of domain-level permission groups can help adversaries determine which groups exist and which users belong to a particular group. Adversaries may use this information to determine which users have elevated permissions, such as domain administrators.
how MITRE says to see it
Behavioral Detection of Domain Group Discovery
- Detection of domain group enumeration through command-line utilities such as 'net group /domain' or PowerShell cmdlets, followed by suspicious access to API calls or LSASS memory.
- Behavioral detection of domain group enumeration via ldapsearch or custom scripts leveraging LDAP over the network.
- Enumeration of domain groups using dscacheutil or dscl commands, often following initial login or domain trust queries.