Giter Site home page Giter Site logo
MalwareDB photo

malwaredb Goto Github PK

repos: 20.0 gists: 0.0

Name: MalwareDB

Type: Organization

Bio: MalwareDB does the bookkeeping for malware & goodware datasets, aimed at helping malware researchers and forensic investigators.

Location: United States of America

Blog: https://malwaredb.net/

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.

MalwareDB's Projects

.github icon .github

Github-specific repository to hold organisation-wide files.

data icon data

Some data for your MalwareDB instance

docker icon docker

Dockerfiles for MalwareDB, and Postgres with our similarity extensions

lzjd icon lzjd

C++ implementation of LZJD algorithm

lzjd-rs icon lzjd-rs

Rust implementation of the LZJD https://github.com/EdwardRaff/jLZJD used by MalwareDB

malwaredb-rs icon malwaredb-rs

MalwareDB: bookkeeping for malware, goodware, and unknown files with relationship discovery

sdhash_psql icon sdhash_psql

Enable SQL queries based on document similarity from pre-computed SDHash digests in the database.

tlsh_pg icon tlsh_pg

Postgres extension for the Trend Micro Locality Sensitive Hash

vt-client icon vt-client

VirusTotal Client for MalwareDB (and other projects too)

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.