WELA
v1.0.0 alpha release

Windowsイベントログアナライザー)は、Windowsイベントログのスイスアーミーナイフになることを目指しています。現在、Welaの最大の機能は、高速な法医学とインシデント対応を支援するために、簡単に分析できるログオンタイムラインを作成することです。 Welaのログオンタイムラインジェネレーターは、複数のログオンログエントリ(4624、4634、4647、4672、4776)の有用な情報のみを単一のイベントに慰め、ノイズの約90%を無視してデータ削減を実行し、読み取れたデータ(HEXステータスコードなど)を人間の読み取り可能な形式に変換します。
Windows PowerShell 5.1でテストされていますが、以前のバージョンでは動作する場合があります。残念ながら、Windowsイベントログを読み取る機能が組み込まれていないため、PowerShell Coreでは機能しません。
**注:** Welaの最後のSigmaルールコンプライアンスは2021年7月です。EVTX検出に最新のSigmaルールを使用する場合は、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





あらゆる形の貢献が大好きです。プルリクエストは最良ですが、機能リクエスト、バグなどを通知することも大歓迎です。