Custom Views for Microsoft Windows Event Viewer
- Background
- How to Use
- Custom Views
- Account Authentication
- Administrator Logon (Failed)
- Administrator Logon (Successful)
- Legacy Kerberos Ticket Encryption Types
- Logon (Failed)
- Logon (Successful)
- NTLMv1 Authentications
- Security Group Membership
- Security Group Membership
- Security Group Membership
- Service Creation
- Service Creation Error
- User Creation
I often find myself using the Microsoft Event Viewer when gathering information related to hardening tasks in Windows Environments, troubleshooting or gathering data when doing forensic work. There's many ressources online for ie. XML filters when filtering in the EventLogs, these are often used together with the Custom Views in the Event Viewer. So I started gathering these filters, and created these templates, so I quickly can download the XML-file and use the builtin Import Custom View... feature inside the Microsoft Event Viewer.
Find the Custom View in the list, download it to the computer, or copy the content to Notepad and save the file as an .xml
, then open Event Viewer, right click on the Custom Views in the top left pane, and select Import Custom View...
Can also be used with the EventFromCustomView PowerShell Module
- Successful and Failed Account Authentication
- XMLFile: 00D111.xml
- Failed Administrator Account Logons
- XMLFile: 01D97C.xml
- Successful Administrator Account Logons
- XMLFile: 42F217.xml
- Legacy Kerberos Ticket Encryption Types: DES-CBC-CRC, DES-CBC-MD5, RC4-HMAC, RC4-HMAC-EXP
- XMLFile: 049517.xml
- Failed Account Logons
- XMLFile: F222E4.xml
- Successful Account Logons
- XMLFile: 380759.xml
- NTLMv1 (Windows New Technology LAN Manager) Authentications
- XMLFile: 0226D5.xml
- Member added to Security Group (Local Group)
- XMLFile: 86F11C.xml
- Member added to Security Group (Universal Group)
- XMLFile: BA131A.xml
- Member added to Security Group (Global Group)
- XMLFile: C86A1B.xml
- Service Creation
- XMLFile: A82979.xml
- Service Creation Errors
- XMLFile: A57B21.xml
- User Creation
- XMLFile: 0495E8.xml