Enable Audit Logon Events in Default Domain Controllers Policy
This section explains how to enable audit logon events in the Default Domain Controllers Policy on your Windows machine.
-
In the lower left-hand corner of the Windows desktop, click the Start icon.
-
Click Administrative Tools.
The Administrative Tools window appears. -
In the Administrative Tools window, double-click Group Policy Management.
The Group Policy Management window appears. -
In the left-side navigation pane of the Group Policy Management window, double-click Forest: sample.domain.
-
Double-click Domains, double-click sample.domain, and then double-click Domain Controllers.
-
Right-click Default Domain Controllers Policy.
The Group Policy Management Editor window appears. -
In the left-side navigation pane of the Group Policy Management Editor window, double-click Computer Configuration.
-
Double-click Policies, double-click Windows Settings, double-click Security Settings, and then double-click Local Policies.
-
Under Local Policies, click Audit Policy.
-
From the list of attributes displayed in the right-side pane, double-click Audit account logon events.
The Audit account logon events Properties dialog box appears. -
In the Security Policy Setting tab, ensure all check boxes are selected.
-
Click OK.
Update Group Policy
-
In the lower-left corner of the Windows desktop, right click the Start icon, and then click Run.
The Run dialog box appears. -
In the text box to the right of Open, type cmd.
-
Click OK.
The cmd window appears. -
Next to the C:\Users\Administrator prompt, type the command:
gpupdate /force
-
You will see the following messages:
Updating policy...
Computer Policy update has completed successfully.User Policy update has completed successfully.
Verify Logon/Logoff Events
-
In the lower left-hand corner of the Windows desktop, click the Start icon.
-
Click Administrative Tools.
The Administrative Tools window appears. -
In the Administrative Tools window, double-click Event Viewer.
The Event Viewer window appears. -
In the left-side navigation pane of the Event Viewer window, double-click Windows Logs, and then double-click Security.
You should see logon/logoff events in the middle pane under Security.
Create a Service Account in Active Directory
-
Create a service account in the Active Directory, which will be utilized by the LogRhythm NDR NDR appliances. For more information, see Microsoft documentation.
-
After you have created the service account, make sure it is part of the following groups:
Distributed COM UsersEvent Log ReadersServer Operators
Modify CIMV2 Security Properties on the AD Server
NDR appliances require WMI authentication; therefore, the user must modify the CIMV2 security properties on the AD server that connects to the device.
-
In the lower-left corner of the Windows desktop, right click the Start icon, and then click Command Prompt (Admin).
The Administrator: Command Prompt dialog box appears. -
Next to the C:\Windows\system32 prompt, type the command:
wmimgmt.mscThe WmiMgmt - [Console Root\WMI Control (Local)] window appears.
-
Right-click WMI Control (Local), and then click Properties.
The WMI Control (Local) Properties dialog box appears. -
Click the Security tab.
-
In the navigation tree, double-click Root, and then click CIMV2 once so it is highlighted in blue.
-
Near the bottom of the WMI Control (Local) Properties dialog box, click Security.
The Security for ROOT\CIMV2 dialog box appears. -
Click Add, and then navigate to and select the service account you just created in Active Directory.
-
Click OK.
-
In the Permissions section for this service account, ensure the check boxes in the Allow column are selected for the following attributes:
Enable AccountRemote Enable -
Click Apply, then click OK.
Configure Active Directory Import from LogRhythm NDR UI
-
At the top of the LogRhythm NDR UI page, click Settings.
-
In the drop-down menu, click Active Directory.
-
The Active Directory window appears.
-
To add an Active Directory server, enter the information in the fields that appear:Server IP. Enter the IP Address.User. Enter the name of the service account you created (accepted format: DOMAIN\user).Password. Enter the password of the service account you created.
-
Click Test to verify the configuration.
-
If the configuration is verified, click Update to save the configuration.
The configuration procedure is now complete.