Skip to content

Commit

Permalink
Merge pull request #995 from reece394/master
Browse files Browse the repository at this point in the history
Update Chainsaw module to link to latest build and add a module to Dump MFT files using Chainsaw
  • Loading branch information
AndrewRathbun authored Nov 14, 2024
2 parents 3dcef47 + 9bdd302 commit 4c838db
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/Apps/GitHub/Chainsaw.mkape
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Description: Chainsaw - Rapidly Search and Hunt through Windows Event Logs
Category: EventLogs
Author: Andrew Rathbun
Version: 2.0
Version: 2.1
Id: e5912d52-6b31-4480-9255-8c5433326d85
BinaryUrl: https://github.com/WithSecureLabs/chainsaw/releases/download/v2.3.1/chainsaw_all_platforms+rules+examples.zip
BinaryUrl: https://github.com/WithSecureLabs/chainsaw/releases/latest/download/chainsaw_all_platforms+rules+examples.zip
ExportFormat: csv
Processors:
-
Expand Down
21 changes: 21 additions & 0 deletions Modules/Apps/GitHub/Chainsaw_MFT_Dump.mkape
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Description: 'Chainsaw: Dump $MFT files'
Category: FileSystem
Author: Reece394
Version: 1.0
Id: 47e20c2d-eef3-4902-a80d-48aca1329fec
BinaryUrl: https://github.com/WithSecureLabs/chainsaw/releases/latest/download/chainsaw_all_platforms+rules+examples.zip
ExportFormat: json
FileMask: $MFT|*.mft|mft.bin
Processors:
-
Executable: Chainsaw\Chainsaw.exe
CommandLine: dump %sourceFile% --json --output %destinationDirectory%\%d%_MFT_Output.json
ExportFormat: json

# Documentation
# https://github.com/WithSecureLabs/chainsaw
# Versions of Chainsaw 2.0 and above have changed rule directories
# The Chainsaw executable should reside in .\KAPE\Modules\bin\chainsaw\Chainsaw.exe
# PLEASE NOTE: You may have to rename the Windows executable to Chainsaw.exe manually
# As of posting 11/14/2024 you have to build Chainsaw from source to get $MFT filename support. This will change after v2.10.1.
# Prior versions only support MFT files named with .mft or .bin file extensions.

0 comments on commit 4c838db

Please sign in to comment.