forked from EricZimmerman/KapeFiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
84d907d
commit c3a6198
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Description: Hayabusa a timeline generator for Windows event logs - Logon Summary | ||
Category: EventLogs | ||
Author: Georg Lauenstein (sure[secure]) / Angry-Bender | ||
Version: 1.0 | ||
Id: - | ||
BinaryUrl: https://github.com/Yamato-Security/hayabusa/releases | ||
ExportFormat: csv | ||
Processors: | ||
- | ||
Executable: hayabusa\hayabusa.exe | ||
CommandLine: logon-summary -l -d %sourceDirectory% --RFC-3339 -o %destinationDirectory%\hayabusa_logon_summary.csv | ||
ExportFormat: csv | ||
|
||
# Documentation | ||
# Create a folder "hayabusa" within the "Modules\bin" KAPE folder | ||
# Place "zip archive" file into "Modules\bin\hayabusa" and unpack | ||
# rename the hayabusa executable to hayabusa.exe | ||
# You can delete all except: "config"; "rules" and the "hayabusa.exe" | ||
# Update Rules with: hayabusa.exe update-rules | ||
# Setup for RFC-3339 Time format. Check options for more: hayabusa.exe help |