3.0.0 [2024/12/25] - 3rd Year Anniversary Release
New Features:
- New
extract-base64
command to extract and decode base64 strings from events. (#1512) (@fukusuket) - New
expand-list
command to output placeholder names used for rules with theexpand
modifier. (#1513) (@fukuseket) - Support for
expand
field modifiers. (#1434) (@fukusuket) - Support for Temporal Proximity (
temporal
) correlation rules. (#1446) (@fukusuket) - Support for Temporal Ordered Proximity (
temporal_ordered
) correlation rules. (#1447) (@fukusuket)
Enhancements:
- Log file size added to
log-metrics
command. (#1528) (@fukusuket)
Bug Fixes:
- Sorting with
csv-timeline
was not done perfectly when record IDs were outputted. (#1519) (@fukusuket) -J, --JSON-input
would only accept.json
files, not.jsonl
files so now both are supported. (#1530) (@fukusuket)
新機能:
- Base64文字列を抽出して、デコードする
extract-base64
コマンドを追加した。(#1512) (@fukusuket) expand
修飾子が入っているルールで使用されるプレースホルダー名を出力するexpand-list
コマンドを追加した。(#1513) (@fukuseket)expand
フィールド修飾子に対応した。 (#1434) (@fukusuket)- Temporal Proximity(
temporal
)の相関ルールに対応した。 (#1446) (@fukusuket) - Temporal Ordered Proximity (
temporal_ordered
) の相関ルールに対応した。 (#1447) (@fukusuket)
改善:
log-metrics
コマンドにファイルサイズを追加した。 (#1528) (@fukusuket)
バグ修正:
- レコードIDが出力されるとき、
csv-timeline
によるソートが完璧に行われなかった。 (#1519) (@fukusuket) J, --JSON-input
は、.json
ファイルしか対応していなかったので、.jsonl
ファイルにも対応した。 (#1530) (@fukusuket)