WELA (Windows Event Log Analyzer, ゑ羅) is a tool for auditing Windows event log settings. Windows event logs are a vital source of information for Digital Forensics and Incident Response (DFIR), providing visibility into system activity and security events. Unfortunately, default configurations often lead to problems such as limited log retention, insufficient audit policies, and blind spots that reduce detection capability. WELA helps uncover these weaknesses and offers practical recommendations to improve audit settings and enhance security visibility. WELA also assesses log configurations based on real-world Sigma rule coverage, allowing users to evaluate what can or cannot be detected under current the settings.
- EnableWindowsLogSettings: Yamato Security's Windows Event Log Configuration Guide.
- EventLog-Baseline-Guide: A tool to visualize detection gaps in Sigma rules and major guides.
- WELA-RulesGenerator: A tool for generating WELA's Sigma rule-related config files.
- About WELA
- Companion Projects
- Table of Contents
- Screenshots
- Features
- Prerequisites
- Downloads
- Running WELA
- Command List
- Command Usage
- Other Windows Event Log Audit Settings Related Resources
- Contributions
- Bug Submission
- License
- Contributors
- Acknowledgements
- Auditing Windows event log audit policy settings.
- Checking based on the major Windows event log audit configuration guidelines.
- Checking Windows event log audit settings based on real-world Sigma rule detectability.
- Auditing of Windows event log file sizes and suggestions for the recommended size.
- Windows PowerShell 5.1 or PowerShell Core
- Running PowerShell with Administrator privileges
Please download the latest stable version of WELA from the Releases page.
- Unzip the release zip file.
- Open PowerShell with Administrator privileges.
./WELA.ps1 help
to run WELA and see the help usage.
audit-settings
: Check Windows event log audit policy settings.audit-filesize
: Check Windows event log file size.update-rules
: Update WELA's Sigma rules config files.
The audit-settings
command checks the Windows event log audit policy settings and compares them with the recommended settings from Yamato Security, Microsoft(Sever/Client), and Australian Signals Directorate (ASD).
RuleCount
indicates the number of Sigma rules that can detect events within that category.
Check with the default Yamato Security's recommended settings and save results to CSV:
./WELA.ps1 audit-settings
Check with the Australian Signals Directorate's recommended settings and save results to CSV:
./WELA.ps1 audit-settings -BaseLine ASD
Check with Microsoft's recommended Server OS settings and display results in a GUI:
./WELA.ps1 audit-settings -BaseLine Microsoft_Server -OutType gui
Check with Microsoft's recommended Client OS settings and display results in table format:
./WELA.ps1 audit-settings -BaseLine Microsoft_Client -OutType table
The audit-filesize
command checks the Windows event logs' file size and compares them with the recommended settings from Yamato Security's recommendations.
Check the Windows event log file size with Yamato Security's recommendations and save results to CSV:
./WELA.ps1 audit-filesize
Update WELA's Sigma rules config files:
./WELA.ps1 update-rules
- A Data-Driven Approach to Windows Advanced Audit Policy – What to Enable and Why
- Audit Policy Recommendations
- Configure audit policies for Windows event logs
- EnableWindowsLogSettings
- Windows event logging and forwarding
- mdecrevoisier/Windows-auditing-baseline
- palantir/windows-event-forwarding
We would love any form of contribution. Pull requests are the best, but feature requests notifying us of bugs, etc... through issues are also very welcome.
At the least, if you like our tools and resources, then please give us a star on GitHub and show your support!
- Please submit any bugs you find here.
- This project is currently actively maintained, and we are happy to fix any bugs reported.
- WELA is released under the MIT License.
- Fukusuke Takahashi (core developer)
- Zach Mathis (project leader, tool design, testing, etc...) (@yamatosecurity)
- Australian Cyber Security Centre: Windows event logging and forwarding
- Microsoft: Advanced security auditing FAQ
- SigmaHQ
You can receive the latest news about WELA, rule updates, other Yamato Security tools, etc... by following us on Twitter at @SecurityYamato.