Skip to content

Commit

Permalink
Merge pull request #1006 from randomaccess3/master
Browse files Browse the repository at this point in the history
Add JSON output as an option for Hayabusa
  • Loading branch information
AndrewRathbun authored Dec 31, 2024
2 parents f138d17 + 8e1ab91 commit 38fa89f
Showing 1 changed file with 5 additions and 1 deletion.
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

0 comments on commit 38fa89f

Please sign in to comment.