diff --git a/README-Japanese.md b/README-Japanese.md index 5824c5a1..47cd925c 100644 --- a/README-Japanese.md +++ b/README-Japanese.md @@ -329,7 +329,7 @@ USAGE: -C, --config [RULE_CONFIG_DIRECTORY] 'ルールフォルダのコンフィグディレクトリ(デフォルト: .\rules\config)' -o, --output [CSV_TIMELINE] 'タイムラインをCSV形式で保存する。(例: results.csv)' --all-tags '出力したCSVファイルにルール内のタグ情報を全て出力する。' - -R, --display-record-id 'イベントレコードIDを出力する。' + -R, --hide-record-id 'イベントレコードIDを表示しない。' -v, --verbose '詳細な情報を出力する。' -V, --visualize-timeline 'イベント頻度タイムラインを出力する。' -D, --enable-deprecated-rules 'Deprecatedルールを有効にする。' @@ -499,6 +499,7 @@ Hayabusaの結果を標準出力に表示しているとき(デフォルト) * `Event ID`: イベントログの``フィールドから来ています。 * `Level`: YML検知ルールの`level`フィールドから来ています。(例:`informational`, `low`, `medium`, `high`, `critical`) デフォルトでは、すべてのレベルのアラートとイベントが出力されますが、`-m`オプションで最低のレベルを指定することができます。例えば`-m high`オプションを付けると、`high`と`critical`アラートしか出力されません。 * `Title`: YML検知ルールの`title`フィールドから来ています。 +* `RecordID`: イベントレコードIDです。``フィールドから来ています。`-R`もしくは`--hide-record-id`オプションを付けると表示されません。 * `Details`: YML検知ルールの`details`フィールドから来ていますが、このフィールドはHayabusaルールにしかありません。このフィールドはアラートとイベントに関する追加情報を提供し、ログの``部分から有用なデータを抽出することができます。イベントキーのマッピングが間違っている場合、もしくはフィールドが存在しない場合で抽出ができなかった箇所は`n/a` (not available)と記載されます。 CSVファイルとして保存する場合、以下の列が追加されます: @@ -507,7 +508,6 @@ CSVファイルとして保存する場合、以下の列が追加されます: * `Rule Path`: アラートまたはイベントを生成した検知ルールへのパス。 * `File Path`: アラートまたはイベントを起こしたevtxファイルへのパス。 -`-R`もしくは`--display-record-id`オプションを指定した場合、``の情報が`RecordID`カラムに出力されます。 `-F`もしくは`--full-data`オプションを指定した場合、全てのフィールド情報が`RecordInformation`カラムにで出力されます。 ## MITRE ATT&CK戦術の省略 diff --git a/README.md b/README.md index d87b0ffd..ba411096 100644 --- a/README.md +++ b/README.md @@ -327,7 +327,7 @@ USAGE: -C, --config [RULE_CONFIG_DIRECTORY] 'Rule config folder. (Default: .\rules\config)' -o, --output [CSV_TIMELINE] 'Save the timeline in CSV format. (Ex: results.csv)' --all-tags 'Output all tags when saving to a CSV file.' - -R, --display-record-id 'Display event record ID.' + -R, --hide-record-id 'Do not display EventRecordID number.' -v, --verbose 'Output verbose information.' -V, --visualize-timeline 'Output event frequency timeline.' -D, --enable-deprecated-rules 'Enable rules marked as deprecated.' @@ -497,6 +497,7 @@ When hayabusa output is being displayed to the screen (the default), it will dis * `Channel`: The name of log. This comes from the `` field in the event log. * `Event ID`: This comes from the `` field in the event log. * `Level`: This comes from the `level` field in the YML detection rule. (`informational`, `low`, `medium`, `high`, `critical`) By default, all level alerts will be displayed but you can set the minimum level with `-m`. For example, you can set `-m high`) in order to only scan for and display high and critical alerts. +* `RecordID`: This comes from `` field in the event log. No display this output if `-R` or `--hide-record-id` is enabled. * `Title`: This comes from the `title` field in the YML detection rule. * `Details`: This comes from the `details` field in the YML detection rule, however, only hayabusa rules have this field. This field gives extra information about the alert or event and can extract useful data from the `` portion of the log. For example, usernames, command line information, process information, etc... When a placeholder points to a field that does not exist or there is an incorrect alias mapping, it will be outputted as `n/a` (not available). @@ -506,7 +507,6 @@ The following additional columns will be added to the output when saving to a CS * `Rule Path`: The path to the detection rule that generated the alert or event. * `File Path`: The path to the evtx file that caused the alert or event. -If you add the `-R` or `--display-record-id` option, a `RecordId` column with event record ID values taken from `` will also be added. If you add the `-F` or `--full-data` option, a `RecordInformation` column with all field information will also be added. ## MITRE ATT&CK Tactics Abbreviations