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

Update Chainsaw module to link to latest build and add a module to Dump MFT files using Chainsaw #995

Merged
merged 2 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
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
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.