Direct Inward Dialing: +1 408 916 9892
A user, with the right account permissions, can make almost any change to the Active Directory (AD) environment. Now imagine a scenario where an intruder creates a new user account and adds this user to a privileged group. This user might gain unrestricted access to sensitive data, depending on the group they were added to. This is why it is crucial to track all newly created user accounts in your organization. Read on to discover how.
Perform the following actions on the domain controller (DC):
Note: If you are using a workstation, the following script should be run on PowerShell:
Get-EventLog -LogName Security -ComputerName <DC name>| Where-Object {$_.EventID -eq 4720} | Select-Object -Property *
where <DC name> is the name of the DC where the user was created.
The above method for viewing user creation event is laborious and time-consuming. A third-party AD auditing tool will be a boon to IT sysadmins who have to deal with thousands of devices and events logged on each device. ManageEngine's ADAudit Plus provides a centralized platform to monitor all the changes in your AD, including user management actions such as creation, deletion, and more.
This will show you a list of recently created user accounts, including details on the time of creation, the DC where the action was performed, and more.
Advantages of using ADAudit Plus over Native Auditing: