Event 5137: A directory service object was created.
A directory service object was created.
Technical Details
Event ID: 5137
Windows Security- DS Access
Event Description
A directory service object was created.
Key Log Fields
SubjectUserName- Account that created the AD objectSubjectDomainName- Domain of the accountSubjectLogonId- Logon ID for correlationDSName- Directory service nameDSType- Directory service typeObjectDN- Distinguished name of the created objectObjectGUID- GUID of the new objectObjectClass- Class of the object (user, group, computer, etc.)
MITRE ATT&CK® Mapping (2)
Adversaries may create an account to maintain access to victim systems.(Citation: Symantec WastedLocker June 2020) With a sufficient level of access, creating such accounts may be used to establish secondary credentialed access that do not require persistent remote access tools to be deployed on the system. Accounts may be created on the local system or within a domain or cloud tenant. In cloud environments, adversaries may create accounts that only have access to specific services, which can reduce the chance of detection.
Adversaries may create a domain account to maintain access to victim systems. Domain accounts are those managed by Active Directory Domain Services where access and permissions are configured across systems and services that are part of that domain. Domain accounts can cover user, administrator, and service accounts. With a sufficient level of access, the <code>net user /add /domain</code> command can be used to create a domain account.(Citation: Savill 1999) Such accounts may be used to establish secondary credentialed access that do not require persistent remote access tools to be deployed on the system.