Skip to content

Admin & Special Account Enumeration ​

Theory ​

Administrative privileges over the SCCM Management Point (MP) are required to query the MP's WMI database for admin and special accounts. This enumeration step allows identifying SCCM administrators and special service accounts configured within the SCCM infrastructure.

Practice ​

Admin users can be enumerated using the following command:

powershell
SharpSCCM.exe get class-instances SMS_ADMIN

Admin user enumeration in SCCM

Special accounts can be enumerated using the following command:

powershell
SharpSCCM.exe get class-instances SMS_SCI_Reserved

Special Account Enumeration in SCCM

Resources ​

https://www.securesystems.de/blog/active-directory-spotlight-attacking-the-microsoft-configuration-manager/

https://github.com/subat0mik/Misconfiguration-Manager/tree/main/attack-techniques/RECON