GithubHelp home page GithubHelp logo

andrewrathbun / sighunter Goto Github PK

View Code? Open in Web Editor NEW
12.0 2.0 4.0 1.65 MB

A C# (.NET 6) tool to compare the file signature of files recursively and inform the user of matches and mismatches

License: MIT License

C# 100.00%
anti-forensics csharp dfir filesignatures

sighunter's Introduction

SigHunter

A DFIR-focused tool to help identify files masquerading as a different file type!

Sample Command

SigHunter.exe -d C:\temp\Path\To\Scan\Recursively -o C:\temp\Output\Folder

Output

Using the FileSignatures.cs dictionary of file extensions and their corresponding expected file signatures, SigHunter will output three CSV files:

  • matched_files.csv - files that match the file extension with the expected file signature
  • mismatched_files.csv - files that DO NOT match the file extension with the expected file signature
  • unmatched_files.csv - files that do not have a file extension entry in the tool's dictionary

Feedback

There are a lot of improvements I want to make to this tool, but for now, it's functional and fast! Please report any issues here and I'll work on them as I have time!

sighunter's People

Contributors

andrewrathbun avatar nisargsuthar avatar stark4n6 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

sighunter's Issues

Handle EXE, DLL, etc better

COM, DLL, DRV, EXE, PIF, QTS, QTX, SYS   Windows/DOS executable file(See The MZ EXE File Format page for the structure of an EXE file,with coverage of NE, TLINK, PE, self-extracting archives, and more.)Note: MZ are the initals of Mark Zbikowski, designer of the DOS executable file format.
COM, DLL, DRV, EXE, PIF, QTS, QTX, SYS Windows/DOS executable file (See [The MZ EXE File Format](http://www.fileformat.info/format/exe/corion-mz.htm) page for the structure of an EXE file, with coverage of NE, TLINK, PE, self-extracting archives, and more.) Note: MZ are the initals of Mark Zbikowski, designer of the DOS executable file format.

https://www.garykessler.net/library/file_sigs.html

try not to label these as mismatches, rather, if the file extension matches one of these, then it's a match

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.