GitXplorerGitXplorer
s

malwarehouse

public
134 stars
43 forks
6 issues

Commits

List of commits on branch master.
Unverified
53b87cc79bef636ea55e48309583dfc6f57f9732

Merge pull request #16 from sroberts/clean-up-readme

ssroberts committed 12 years ago
Unverified
c35c7f7889e2e35c8a6cbf2f7551ab55b8fe4741

Made some updates to clean up the readme to be a bit simpler

ssroberts committed 12 years ago
Unverified
95f2d859aeba3ab14dce7a3c10965074e104bb71

Update README.md

ssroberts committed 12 years ago
Unverified
9e4b1287a3197d581edcec6478e6eaf14a940097

Typos

wwarebot committed 12 years ago
Unverified
70f5f53333bf7b0ecb3e3ee495c536bc481349db

Updated README file

wwarebot committed 12 years ago
Unverified
d3291870fe36d2131366315c75b18bc55fd402de

Added file sumbission api

wwarebot committed 12 years ago

README

The README file for this repository.

Malwarehouse is a warehouse for your malware. Malwarehouse is a useful command line utility for storing, tagging, storing, and searching for malware. This is intended to help analyst manage their workflow by conducting basic triage and making it easy to look up past samples.

Requirements

  • Python 2.7

Libraries

Authors

Setup - Databases

For initial DB setup, run python setup_db.py Using sqlalchecmy, Malwarehouse can now support a wider variety of database engines.

  • You simply need to create the database and a user account with sufficient read/write privileges.
  • Once created, setup the database section of the malwarehouse.cfg file accordingly.
    • EXAMPLE: postgresql://USER:PASSWORD@SERVER/DB

For more information, refer to http://docs.sqlalchemy.org/en/rel_0_8/core/engines.html#database-urls

Usage

malware_manager.py [-h] [-r [RECENT]] [-s SOURCE] [-t TAGS] [-n NOTES]
                       [-f FIND] [-l LOAD] [-d DELETE]

-h 	displays help
-r 	search db for most recent n samples [default=5]
-f	search db for a sample either by md5 or sha256
-l 	load a new sample to the db for analysis
-s      add source text of the sample to the report
-n	add additional text notes to the report

Plugins

Malwarehouse now allows you to seamlessly integrate your own plugins to automagically run during analysis. For now, please see the virus total plugin for reference.

License

See LICENSE for more information

Thanks

  • Jonathan Hencinski
  • Chris St.Myers
  • @Xen0ph0n