WELA
v1.0.0 alpha release

Windows事件日誌分析儀)旨在成為Windows事件日誌的瑞士軍刀。目前,WELA的最大功能是創建一個易於分析的登錄時間表,以幫助進行快速取證和事件響應。 WELA的登錄時間軸生成器將僅將多個登錄日誌條目(4624、4634、4647、4672、4776)中的有用信息整合到單個事件中,通過忽略大約90%的噪聲來降低數據,並將將任何能力讀取的數據(例如hex狀態代碼)轉換為人類可讀格式。
在Windows Powershell 5.1上測試,但可能與以前的版本一起使用。不幸的是,它將無法與PowerShell Core一起使用,因為沒有內置功能可以讀取Windows事件日誌。
**注意:** WELA中的最後一個Sigma規則合規性是2021年7月。如果您想使用最新的Sigma規則進行EVTX檢測,請使用Hayabusa。
目前,請使用Windows PowerShell 5.1。您將需要本地管理員訪問才能進行實時分析。
Analysis Source (Specify one):
- LiveAnalysis : Creates a timeline based on the live host ' s log
-LogFile <path-to-logfile> : Creates a timelime from an offline .evtx file
-LogDirectory <path-to-logfiles> (Warning: not fully implemented.) : Analyze offline .evtx files
-RemoteLiveAnalysis : Creates a timeline based on the remote host ' s log
Analysis Type (Specify one):
- AnalyzeNTLM_UsageBasic : Returns basic NTLM usage based on the NTLM Operational log
- AnalyzeNTLM_UsageDetailed : Returns detailed NTLM usage based on the NTLM Operational log
- SecurityEventID_Statistics : Output event ID statistics
- EasyToReadSecurityLogonTimeline : Output essy to read event ID statics
- SecurityLogonTimeline : Output a condensed timeline of user logons based on the Security log
- SecurityAuthenticationSummary : Output a summary of authentication events for each logon type based on the Security log
Analysis Options:
- StartTimeline " <YYYY-MM-DD HH:MM:SS> " : Specify the start of the timeline
- EndTimeline " <YYYY-MM-DD HH:MM:SS> " : Specify the end of the timeline
- LogonTimeline Analysis Options:
- IsDC : Specify if the logs are from a DC
Output Types ( Default : Standard Output):
- SaveOutput < outputfile - path > : Output results to a text file
- OutputCSV : Outputs to CSV
- OutputGUI : Outputs to the Out-GridView GUI
General Output Options:
- USDateFormat : Output the dates in MM - DD - YYYY format ( Default : YYYY - MM - DD)
- EuropeDateFormat : Output the dates in DD - MM - YYYY format ( Default : YYYY - MM - DD)
- UTC : Output in UTC time ( default is the local timezone)
- Japanese : Output in Japanese
- LogonTimeline Output Options:
- HideTimezone : Hides the timezone
- ShowLogonID : Show logon IDs
Other:
- ShowContributors : Show the contributors
- QuietLogo : Do not display the WELA logo. / WELA.ps1 - LogFile .Security.evtx - SecurityEventID_Statistics.WELA.ps1 - LogFile .Security.evtx - SecurityLogonTimeline - OutputGUI - UTC.WELA.ps1 - LogFile .DC1 - NTLM - Operational.evtx - AnalyzeNTLM_UsageBasic.WELA.ps1 - LiveAnalysis - SecurityAuthenticationSummary





我們希望任何形式的貢獻。拉力請求是最好的,但功能請求,通知我們錯誤等...也非常歡迎。