update changelog

This commit is contained in:
Yamato Security
2022-10-09 17:36:43 +09:00
parent 9d48adbb8e
commit 7e6551a4a1
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
- より正確な結果を出力するために、チャンネルとEIDの情報を`rules/config/channel_eid_info.txt`に基づいてチェックするようにした。 (#463) (@garigariganzy) - より正確な結果を出力するために、チャンネルとEIDの情報を`rules/config/channel_eid_info.txt`に基づいてチェックするようにした。 (#463) (@garigariganzy)
- 検知ルールを利用しないオプション(`-M``-L`オプション)の時のメッセージの出力内容を修正した。 (#730) (@hitenkoku) - 検知ルールを利用しないオプション(`-M``-L`オプション)の時のメッセージの出力内容を修正した。 (#730) (@hitenkoku)
- 検出したルールの作者名を標準出力に追加した。 (#724) (@hitenkoku) - 検出したルールの作者名を標準出力に追加した。 (#724) (@hitenkoku)
- チャンネル情報がnullとなっているレコードを検知およびmetricの対象から除外した。 (#727) (@hitenkoku) - チャンネル情報が`null`となっているレコード(ETWイベント)を検知およびmetricの対象から除外した。 (#727) (@hitenkoku)
**バグ修正:** **バグ修正:**

View File

@@ -7,7 +7,7 @@
- Hayabusa now checks Channel and EID information based on `rules/config/channel_eid_info.txt` to provide more accurate results. (#463) (@garigariganzy) - Hayabusa now checks Channel and EID information based on `rules/config/channel_eid_info.txt` to provide more accurate results. (#463) (@garigariganzy)
- Do not display a message about loading detection rules when using the `-M` or `-L` options. (#730) (@hitenkoku) - Do not display a message about loading detection rules when using the `-M` or `-L` options. (#730) (@hitenkoku)
- Added a table of rule authors to standard output. (#724) (@hitenkoku) - Added a table of rule authors to standard output. (#724) (@hitenkoku)
- Exclude record that channel name is `null` from detecion and metrics. (#727) (@hitenkoku) - Ignore event records when the channel name is `null` (ETW events) when scanning and performing metrics. (#727) (@hitenkoku)
**Bug Fixes:** **Bug Fixes:**