mmaisel / rogers

Python command-line tool that uses nearest neighbor search methods for malware similarity analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rogers

It's A Beautiful Day in the Malware Neighborhood

Mister Rogers

rogers is a Python command-line tool that uses nearest neighbor search methods to perform malware similarity analysis.

Installation

rogers requires Python 3.6 and is only supported on Linux or OS X.

$ pip install git+https://github.com/facebookresearch/pysparnn.git@0f8f624119bea358ef9edd6d114d2d7ae3028494#egg=pysparnn
$ pip install rogers

Usage

After intall, initialize the sample database.

$ rogers db init

See command line flags for full usage.

$ rogers -h

About

Python command-line tool that uses nearest neighbor search methods for malware similarity analysis

License:Apache License 2.0


Languages

Language:Python 98.6%Language:Makefile 1.4%