Key Security Events for All Windows Networks
Account Management
Other Account Management Events
Security Group Management
User Account Management
Other Account Management Events
Computer Account Management
Security Group Management
User Account Management
Detailed Tracking
DPAPI Activity
Process Termination
Process Creation
DPAPI Activity
Logon/Logoff
Other Logon/Logoff Events
Logon, Account Lockout
User / Device Claims
Group Membership
Logon
Other Logon/Logoff Events
Logon
Other Logon/Logoff Events
Object Access
Other Object Access Events
File Share
Other Object Access Events
File System, Kernel Object, Registry, Removable Storage
File Share
Policy Change
MPSSVC Rule-Level Policy Change
Windows Firewall did not apply the following rule because the rule referred to items not configured on this computer
Other Policy Change Events
MPSSVC Rule-Level Policy Change
Other Policy Change Events
MPSSVC Rule-Level Policy Change
Authentication Policy Change
Audit Policy Change
Other Policy Change Events
Audit Policy Change
Authentication Policy Change
Authorization Policy Change
MPSSVC Rule-Level Policy Change
Audit Policy Change
MPSSVC Rule-Level Policy Change
System
IPsec Driver
IPsec Policy Agent failed to process some IPsec filters on a plug-and-play event for network interfaces.
Other System Events
System Integrity
Other System Events
Windows Firewall was unable to notify the user that it blocked an application from accepting incoming connections on the network.
The Windows Firewall service was unable to retrieve the security policy from the local storage.
How to enable auditing with Group Policy
- Open the “Group Policy Management” application
- Navigate to the “Group Policy Objects” container of the applicable domain
- Right-click the container and add a new GPO object with a descriptive name (e.g. “Mandatory Auditing”)
- Right-click the newly created GPO object and select “Import Settings”
- Proceed with the wizard and point the “Backup Folder” path to the folder where the zip file was extracted to
- The GPO object will now contain all audit policies for all events listed above
- Link the GPO to the domain or select OUs
How to enable auditing with auditpol.exe
auditpol /set /subcategory:"Other Account Management Events" /success:enable /failure:enable
auditpol /set /subcategory:"Security Group Management" /success:enable /failure:enable
auditpol /set /subcategory:"User Account Management" /success:enable /failure:enable
auditpol /set /subcategory:"Computer Account Management" /success:enable /failure:enable
auditpol /set /subcategory:"DPAPI Activity" /success:enable /failure:enable
auditpol /set /subcategory:"Process Termination" /success:enable /failure:enable
auditpol /set /subcategory:"Process Creation" /success:enable /failure:enable
auditpol /set /subcategory:"Other Logon/Logoff Events" /success:enable /failure:enable
auditpol /set /subcategory:"Logon" /success:enable /failure:enable
auditpol /set /subcategory:"Account Lockout" /success:enable /failure:enable
auditpol /set /subcategory:"User / Device Claims" /success:enable /failure:enable
auditpol /set /subcategory:"Group Membership" /success:enable /failure:enable
auditpol /set /subcategory:"Other Object Access Events" /success:enable /failure:enable
auditpol /set /subcategory:"File Share" /success:enable /failure:enable
auditpol /set /subcategory:"File System" /success:enable /failure:enable
auditpol /set /subcategory:"Kernel Object" /success:enable /failure:enable
auditpol /set /subcategory:"Registry" /success:enable /failure:enable
auditpol /set /subcategory:"Removable Storage" /success:enable /failure:enable
auditpol /set /subcategory:"MPSSVC Rule-Level Policy Change" /success:enable /failure:enable
auditpol /set /subcategory:"Other Policy Change Events" /success:enable /failure:enable
auditpol /set /subcategory:"Authentication Policy Change" /success:enable /failure:enable
auditpol /set /subcategory:"Audit Policy Change" /success:enable /failure:enable
auditpol /set /subcategory:"Authorization Policy Change" /success:enable /failure:enable
auditpol /set /subcategory:"IPsec Driver" /success:enable /failure:enable
auditpol /set /subcategory:"Other System Events" /success:enable /failure:enable
auditpol /set /subcategory:"System Integrity" /success:enable /failure:enable