updated readme #608

This commit is contained in:
DustInDark
2022-06-29 00:40:27 +09:00
parent 848cb710b0
commit 235c405879
2 changed files with 2 additions and 0 deletions

View File

@@ -675,6 +675,7 @@ id,new_level
`config/target_eventids.txt`にイベントID番号を追加することで、イベントIDでフィルタリングすることができます。
これはパフォーマンスを向上させるので、特定のIDだけを検索したい場合に推奨されます。
このイベントIDフィルタリングを除外したい場合は`-D`もしくは`--deepscan`オプションを利用してください。
すべてのルールの`EventID`フィールドと実際のスキャン結果で見られるIDから作成したIDフィルタリストのサンプルを[`config/target_eventids_sample.txt`](https://github.com/Yamato-Security/hayabusa/blob/main/config/target_eventids_sample.txt)で提供しています。

View File

@@ -672,6 +672,7 @@ In this case, the risk level of the rule with an `id` of `00000000-0000-0000-000
You can filter on event IDs by placing event ID numbers in `config/target_eventids.txt`.
This will increase performance so it is recommended if you only need to search for certain IDs.
You can exclude event IDs filter with `-D` or `--deep-scan` option.
We have provided a sample ID filter list at [`config/target_eventids_sample.txt`](https://github.com/Yamato-Security/hayabusa/blob/main/config/target_eventids_sample.txt) created from the `EventID` fields in all of the rules as well as IDs seen in actual results.