Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
YamatoSecurity committed Oct 15, 2021
1 parent 66cbf16 commit b275b25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README-English.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Tested on Windows Powershell 5.1 but may work with previous versions. It will un
- Japanese support
- Event ID Statistics
- Output to CSV to analyze in Timeline Explorer, etc...
- Analyze NTLM usage before disabling NTLM

## Planned Features

Expand Down Expand Up @@ -87,6 +88,7 @@ Create a timeline via offline analysis outputted to a GUI in UTC time:
.\WELA.ps1 -LogFile .\Security.evtx -LogonTimeline -OutputGUI -UTC

Analyze NTLM Operational logs for NTLM usage before disabling it:

.\WELA.ps1 -AnalyzeNTLM_UsageBasic -LogFile .\DC1-NTLM-Operational.evtx

## Screenshots
Expand Down
5 changes: 5 additions & 0 deletions README-Japanese.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Windows Powershell 5.1で動作確認済みですが、以前のバージョン
- 日本語対応
- イベントIDの集計
- Timeline Explorer等で解析するためのCSV出力
- NTLM認証を無効にする前に使用の確認

## 予定している機能

Expand Down Expand Up @@ -86,6 +87,10 @@ Windows Powershell 5.1で動作確認済みですが、以前のバージョン

.\WELA.ps1 -LogFile .\Security.evtx -LogonTimeline -OutputGUI -UTC

NTLM認証を無効にする前に使用を確認する:

.\WELA.ps1 -AnalyzeNTLM_UsageBasic -LogFile .\DC1-NTLM-Operational.evtx

## スクリーンショット

ログオンタイムラインのGUI:
Expand Down

0 comments on commit b275b25

Please sign in to comment.