Skip to content

Commit 9418eb2

Browse files
Merge pull request #1171 from Yamato-Security/finalize-2.8.0
finalize 2.8.0
2 parents ac04f59 + 8259639 commit 9418eb2

File tree

8 files changed

+226
-151
lines changed

8 files changed

+226
-151
lines changed

CHANGELOG-Japanese.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# 変更点
22

3-
## 2.8.0 [xxxx/xx/xx]
3+
## 2.8.0 [2023/09/01] "Double X Release"
44

55
**新機能:**
66

77
- フィールドマッピング設定に16進数値を10進数に変換する`HexToDecimal`機能に対応した。 (元の16進数のプロセスIDを変換するのに便利。) (#1133) (@fukusuket)
88
- `csv-timeline``json-timeline``-x, --recover-records`オプションを追加し、空ページのファイルカービングによってevtxレコードを復元できるようにした。(#952) (@hitenkoku) (Evtxカービング機能は@forensicmattに実装された。)
99
- `csv-timeline``json-timeline``-X, --remove-duplicate-detections`オプションを追加した。(`-x`を使用する場合、重複データのあるバックアップログを含める場合などに便利。) (#1157) (@fukusuket)
10+
- `csv-timeline``json-timeline``logon-summary``eid-metrics``pivot-keywords-list``search`コマンドに、直近のイベントだけをスキャンするための`--timeline-offset`オプションを追加した。 (#1159) (@hitenkoku)
11+
- `search`コマンドに`-a, --and-logic`オプションを追加し、複数のキーワードをAND条件で検索できるようにした。 (#1162) (@hitenkoku)
1012

11-
**改善:**
13+
**その他:**
1214

13-
- `search``-a, --and-logic`オプションを追加し、複数のキーワードをAND条件で検索できるようにした。 (#1162) (@hitenkoku)
1415
- 出力プロファイルに、回復されたかどうかを示す `%RecoveredRecord%` フィールドを追加した。 (#1170) (@hitenkoku)
15-
- `csv-timeline``json-timeline``logon-summary``eid-metrics``pivot-keywords-list``search` コマンドに、直近の日数だけをスキャンするための `--timeline-offset` オプションを追加した。 (#1159) (@hitenkoku)
1616

1717
## 2.7.0 [2023/08/03] "SANS DFIR Summit Release"
1818

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Changes
22

3-
## 2.8.0 [xxxx/xx/xx]
3+
## 2.8.0 [2023/09/01] "Double X Release"
44

55
**New Features:**
66

77
- Added support for `HexToDecimal` in the field mapping configuration files to convert hex values to decimal. (Useful for converting the original process IDs from hex to decimal.) (#1133) (@fukusuket)
88
- Added `-x, --recover-records` option to `csv-timeline` and `json-timeline` to recover evtx records through file carving on empty pages. (#952) (@hitenkoku) (Evtx carving feature is thanks to @forensicmatt)
9-
- Added `-X, --remove-duplicate-detections` option to `csv-timeline` and `json-timeline` to not output any duplicate detection entries. (Useful when you use `-x`, include older backup logs with duplicate data, etc...)
9+
- Added `-X, --remove-duplicate-detections` option to `csv-timeline` and `json-timeline` to not output any duplicate detection entries. (Useful when you use `-x`, include backup logs or logs extracted from VSS with duplicate data, etc...)
10+
- Added a `--timeline-offset` option to `csv-timeline`, `json-timeline`, `logon-summary`, `eid-metrics`, `pivot-keywords-list` and `search` commands to scan just recent events based on a offset of years, months, days, hours, etc... (#1159) (@hitenkoku)
11+
- Added a `-a, --and-logic` option in the `search` command to search keywords with AND logic. (#1162) (@hitenkoku)
1012

11-
**Enhancements:**
13+
**Other:**
1214

13-
- Added a `-a, --and-logic` option in the `search` command to search keywords with AND logic. (#1162) (@hitenkoku)
1415
- When using `-x, --recover-records`, an additional `%RecoveredRecord%` field will be added to the output profile and will output `Y` to indicate if a record was recovered. (#1160) (@hitenkoku)
15-
- Added a `--timeline-offset` option in `csv-timeline`, `json-timeline`, `logon-summary`, `eid-metrics`, `pivot-keywords-list`, `search` command to scan just the most recent number of days. (#1159) (@hitenkoku)
1616

1717
## 2.7.0 [2023/08/03] "SANS DFIR Summit Release"
1818

Cargo.lock

+12-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hayabusa"
3-
version = "2.8.0-dev"
3+
version = "2.8.0"
44
repository = "https://github.com/Yamato-Security/hayabusa"
55
authors = ["Yamato Security @SecurityYamato"]
66
edition = "2021"

0 commit comments

Comments
 (0)