-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #995 from reece394/master
Update Chainsaw module to link to latest build and add a module to Dump MFT files using Chainsaw
- Loading branch information
Showing
2 changed files
with
23 additions
and
2 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
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,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. |