GithubHelp home page GithubHelp logo

gosdhash's Introduction

MalwareDB

Inspired by VXCage, MalwareDB is a malware knowledge management system which handles the book-keeping regarding malware/goodware samples: hashes, origination, similarity, file types, and more. It's intention is to help malware/cybersecurity researchers, forensic investigators, and others who have a need to handle malware, or other files of potentially unknown origin. This is very much a work in progress and alpha-quality project at present.

Key Features:

  • Store malware/goodware samples
  • Categorize samples
    • Tags
    • Origin
  • Fetch samples
  • Search based on file similarity (requires the Postgres plugins mentioned below)
  • Plugin architecture for added functionality, with a PDF plugin provided as an example.

Requirements:

Status

At present, this is a minimum viable product as not all features are currently implemented. Future updates will likely change the database schema, API, etc. But it's suitable for testing.

Current issues:

The search by similarity feature requires the whole file to be sent to the server for the similarity hashes to be calculated. This is a portability issue. Some of the similarity metrics use CPU intrinsics, C/C++ libraries, or other code which has made it difficult to compile on non-Intel architectures or for Windows. Once this compilation issue is addressed, file searches won't require sending the binary to the server. The intention is to remove dependencies on third party non-Go libraries.

Future

  • Planned features:
    • Web interface as a separate application
    • GUI applications
    • API libraries in C, C++, Python, Java, Rust
    • Plugins for analytics
  • Potential features:
    • Swift framework & GUI for macOS.
    • File storage backends for HDFS, S3, others.

gosdhash's People

Contributors

rjzak avatar

Watchers

 avatar  avatar  avatar

Forkers

pombredanne

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.