Home > Articles > Certification > Other IT

This chapter is from the book

Auditing of Active Directory Services

Auditing enables you to track actions performed by users across the domain, such as logging on and off or accessing files and folders. When you create and apply an auditing policy, auditable events are recorded in the Security log of the computer where they happen. You can then use Event Viewer to view any computer’s Security log by connecting to the required computer.

New Features of Active Directory Auditing

Windows Server 2008 introduces a new command-line tool, auditpol.exe, as well as subcategories in the Audit Directory Service Access category. In previous versions of Windows Server, a single Directory Service Access category controlled the auditing of all directory service events. In Windows Server 2008, four subcategories of directory service access are available:

  • Directory Service Access—Tracks all attempts at accessing AD DS objects whose system access control lists (SACL) have been configured for auditing. This includes deletion of objects.

  • Directory Service Changes—Tracks modifications to AD DS objects whose SACLs have been configured for auditing. The following actions are included:

    • When an attribute of an object has been modified, the old and new values of the attribute are recorded in the Security log.
    • When a new object is created, values of their attributes including new attribute values are recorded in the Security log. This includes objects moved from another domain.
    • When objects are moved from one container to another, the distinguished names of the old and new locations are recorded in the Security log.
    • When objects are undeleted, the location in which they are placed is recorded in the Security log. Any added, modified, or deleted attributes are recorded also.
  • Directory Service Replication—Tracks the beginning and end of the synchronization of a replica of an Active Directory naming context.

  • Detailed Directory Service Replication—Tracks additional AD DS replication events, including the establishment, removal, or modification of an Active Directory replica source naming context, replication of attributes for an AD DS object, or removal of a lingering object from a replica.

The auditpol.exe tool enables you to configure auditing from the command line. You must use this tool to enable the auditing of the new directory service access subcategories outlined here. We discuss this tool later in this section.

Use of GPOs to Configure Auditing

Group Policy enables you to configure success or failure for several types of actions. In other words, you can choose to record successful actions, failed attempts at performing these actions, or both. For example, if you are concerned about intruders who might be attempting to access your network, you can log failed logon events. You can also track successful logon events, which is useful if the intruders succeed in accessing your network.

You can use Group Policy to enable auditing at domain controllers, member servers, and client computers. Be aware that all auditing takes place only at the local computer where the events take place, and that these events are recorded on that computer’s Security log. To enable auditing on all domain controllers, configure the auditing settings in the Default Domain Controllers Policy GPO; to enable auditing on other domain computers, configure the auditing settings in the Default Domain Policy GPO or in another GPO as required.

Available Auditing Categories

Windows Server 2008 enables you to audit the following types of events:

  • Account logon—Logon or logoff by a domain user account at a domain controller. You should track both success and failure.

  • Account management—Creation, modification, or deletion of computer, user, or group accounts. Also included are enabling and disabling of accounts and changing or resetting of passwords. You should track both success and failure.

  • Directory service access—Access to an AD DS object as specified by the object’s SACL. This category includes the four subcategories mentioned earlier in this section; enabling directory service access from the Group Policy Management Editor enables all four subcategories. Enable this category for failures. (If you record success, a large number of events will be logged.)

  • Logon events—Logon or logoff by a user at a member server or client computer. You should track both success and failure. (Success logging can record an unauthorized access that succeeded.)

  • Object access—Access by a user to an object such as a file, folder, or printer. You need to configure auditing in each object’s SACL to track access to that object. Track success and failure to access important resources on your network.

  • Policy change—Modification of policies, including user rights assignment, trust, and audit policies. This category is not normally needed unless unusual events are occurring.

  • Privilege use—Use of a user right, such as changing the system time. Track failure events for this category.

  • Process tracking—Actions performed by an application. This category is primarily for application developers and does not need to be enabled in most cases.

  • System events—Events taking place on a computer, such as an improper shutdown or a disk with little free space remaining. Track success and failure events.

Configuring Auditing

To configure auditing policies, access the Group Policy Management Editor focused on the desired GPO. For auditing actions on domain controllers, this will generally be the Default Domain Controllers Policy GPO. Navigate to the Computer Configuration\Policies\Windows Settings\Security Settings\Local Policies\Audit Policy node and click this node to display the available policies in the Details pane.

To enable auditing of any of these event types, right-click it and choose Properties. On the Properties dialog box shown in Figure 7.9, select Define These Policy Settings, select Success and/or Failure as required, and then click OK. New to Windows Server 2008, the Explain tab of each policy’s Properties dialog box provides more information on what the setting does.

Figure 7.9

Figure 7.9 Enabling auditing of object access.

To track object access or directory service access, you must configure the SACL for each required object. In Windows Explorer, right-click the required file, folder, or printer, and choose Properties. On the Properties dialog box, click Advanced to open the Advanced Security Settings dialog box, and then select the Auditing tab. To add users or groups to this tab, click Edit and then click Add. Type the required users or groups in the Select User, Computer, or Group dialog box, and then click OK. On the Auditing Entry dialog box that appears (see Figure 7.10), select the types of actions you want to track, and then click OK. The completed auditing entries appear in the Advanced Security Settings dialog box, as shown in Figure 7.11. Click OK twice to close these dialog boxes.

Figure 7.10

Figure 7.10 Configuring the SACL for an AD DS object.

Figure 7.11

Figure 7.11 The Advanced Security Settings dialog box displays information on the types of object auditing actions that have been specified.

After you have configured object access auditing, attempts to access audited objects appear in the Security log, which you can view from Event Viewer either in Server Manager, as shown in Figure 7.12, or in its own snap-in from the Administrative Tools folder. For more information on any audited event, right-click the event and choose Event Properties.

Figure 7.12

Figure 7.12 Event Viewer displays failed attempts at accessing an object with a lock icon.

Use of Auditpol.exe to Configure Auditing

The Auditpol.exe tool performs audit policy configuration actions from the command line. This is the only tool you can use to configure auditing on a Server Core computer or to configure directory service auditing subcategories.

To use this tool, type the following at a command line:

Auditpol command [<sub-command><options>]

Table 7.1 describes the available commands, and Table 7.2 describes several of the more important subcommands and options that you should be aware of.

Table 7.1. Auditpol Commands

Command

Meaning

/get

Displays the current auditing policy

/set

Sets the audit policy

/list

Displays audit policy categories and subcategories, or lists users for whom a per-user audit policy is defined

/backup

Saves the audit policy to a specified file

/restore

Retrieves the audit policy from a specified file

/clear

Clears the audit policy

/remove

Removes per-user audit policy settings and disables system audit policy settings

Table 7.2. Auditpol Subcommands and Options

Option

Meaning

/user:<username>

Specifies the security principal for a per-user audit. Specify the username by security identifier (SID) or by name. Requires either the /category or /subcategory subcommand when used with the /set command.

/category:<name>

One or more auditing categories separated by | and specified by name or Globally Unique Identifier (GUID).

/subcategory:<name>

One or more auditing subcategories separated by | and specified by name or GUID.

/success:enable

Enables success auditing when using the /set command.

/success:disable

Disables success auditing when using the /set command.

/failure:enable

Enables failure auditing when using the /set command.

/failure:disable

Disables failure auditing when using the /set command.

/file

Specifies the file to which an audit policy is to be backed up, or from which an audit policy is to be restored.

For example, to configure auditing for directory service changes, you type the following:

Auditpol /set /subcategory:"directory service changes" /success:enable

Additional subcommands and options are available with most of the auditpol commands discussed here. For information on the available subcommands and options available for a specified command, type auditpol /command /?.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020