Files
Shirofune-Security a95f0f5eec docs: add Material for MkDocs documentation site (English + Japanese)
Add a documentation website under website/, built from README.md and
README-Japanese.md and laid out with top-tab topics and a left sidebar (same
style as the Hayabusa docs). Designed to be hosted free on GitHub Pages.

- Pages: Overview (About, Features, Screenshots), Getting Started, Commands
  (Command List, Command Usage), Resources (Companion Projects, Other
  Resources, Changelog, Contributing)
- Custom landing page, theme, click-to-zoom screenshots
- Changelog synced from CHANGELOG.md at build time
- 15-language switcher via mkdocs-static-i18n: English + Japanese full content;
  the other 13 localize the UI and fall back to English until translated
- .github/workflows/docs.yml builds (mkdocs --strict) + deploys to GitHub Pages

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-29 09:50:48 +09:00

2.3 KiB

コマンド使用例

audit-settings

audit-settingsコマンドは、Windowsイベントログ監査ポリシー設定を評価し、Yamato SecurityMicrosoft(Sever/Client)Australian Signals Directorate (ASD)の推奨設定と比較します。 RuleCountは、そのカテゴリ内のイベントを検出できるSigmaルールの数を示します。

audit-settings command examples

YamatoSecurityの推奨設定でチェックし、CSV形式で保存する:

./WELA.ps1 audit-settings -Baseline YamatoSecurity

Australian Signals Directorateの推奨設定でチェックし、CSV形式で保存する:

./WELA.ps1 audit-settings -Baseline ASD

Microsoftの推奨設定(Server)でチェックし、GUI形式で表示する:

./WELA.ps1 audit-settings -Baseline Microsoft_Server -OutType gui

Microsoftの推奨設定(Client)でチェックし、Table形式で表示する:

./WELA.ps1 audit-settings -Baseline Microsoft_Client -OutType table

audit-filesize

audit-filesizeコマンドは、Windowsイベントログファイルサイズを評価し、Yamato Securityの推奨設定と比較します。

audit-filesize command examples

WindowsイベントログファイルサイズをYamatoSecurityの推奨設定でチェックし、CSV形式で保存する:

./WELA.ps1 audit-filesize -Baseline YamatoSecurity

configure

configureコマンドは、推奨のWindowsイベントログ監査ポリシーとファイルサイズを設定します。

configure command examples

Yamato Securityの推奨設定を適用する(設定変更時に確認プロンプトを表示):

./WELA.ps1 configure -Baseline YamatoSecurity

Australian Signals Directorateの推奨設定を自動で適用する:

./WELA.ps1 configure -Baseline ASD -auto

update-rules

update-rules command examples

WELAのSigmaルール設定ファイルを更新する:

./WELA.ps1 update-rules