Access for Privileged Analysis
The optional Privileged Analysis feature requires administrative privileges. You must assign permissions for the service account that Tenable Identity Exposure uses.
For more information, see Privileged Analysis.
-
In the domain controller's command-line interface, run the following command to add both permissions:
Copydsacls "<__DOMAIN_ROOT__>" /g "<__SERVICE_ACCOUNT__>:CA;Replicating Directory Changes" "<__SERVICE_ACCOUNT__>:CA;Replicating Directory Changes All"
Where:
<__DOMAIN_ROOT__> refers to the Distinguished Name of the root of the domain. Example: “DC=<DOMAIN>,DC=<TLD>”
<__SERVICE_ACCOUNT__> refers to the service account that Tenable Identity Exposure uses. Example: “DOMAIN\tenablead”.
-
From the Start menu in Windows, open Active Directory Users and Computers.
-
From the View menu, select Advanced Features.
-
Right-click on the domain root and select Properties.
The domain root's properties pane opens.
-
Click the Security tab and click Add.
-
Locate the Tenable Identity Exposure service account:
Note: in a forest with multiple domains environment, the service account may be in a different Active Directory domain. -
Scroll down the list and deselect all permissions set by default.
-
In the Allow column, select permissions for both Replicating Directory Changes and Replicating Directory Changes All.
-
Click OK.
Important Notes