Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JSON output as an option for Hayabusa #1006

Merged
merged 2 commits into from
Dec 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Modules/Apps/GitHub/Hayabusa/hayabusa_OfflineEventLogs.mkape
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Description: Hayabusa a timeline generator for Windows event logs - Offline
Category: EventLogs
Author: Georg Lauenstein (sure[secure])
Version: 1.4
Version: 1.5
Id: 49f9cd2d-3da5-4349-a9aa-c2b450582ccc
BinaryUrl: https://github.com/Yamato-Security/hayabusa/releases
ExportFormat: csv
Expand All @@ -10,6 +10,10 @@ Processors:
Executable: hayabusa\hayabusa.exe
CommandLine: csv-timeline -d %sourceDirectory% --profile standard -w --quiet --UTC -o %destinationDirectory%\hayabusa_events_offline.csv
ExportFormat: csv
-
Executable: hayabusa\hayabusa.exe
CommandLine: json-timeline -d %sourceDirectory% --profile standard -w --quiet --UTC -o %destinationDirectory%\hayabusa_events_offline.jsonl -L
ExportFormat: json

# Documentation
# Create a folder "hayabusa" within the "Modules\bin" KAPE folder
Expand Down
Loading