/malware-archives

Add/find malware samples in/to database.

Primary LanguageRuby

Welcome to the Malware Museum by Rick Flores.

This is an interactive application that helps you find/add malware samples in/to a flat-file (database support coming soon if I have time).

Screenshot

Pre Reqs

You *MUST install the rainbow gem for the pretty colorized output seen above:

gem install rainbow

require 'rainbow'

Usage

./mm.rb

Features

  • Shell / Commandline (CLI) application allowing:
    • Inserting, tracking and archiving malware samples via hashes information
    • Hashes supported include: / MD5 / SHA1 / SHA256 / SHA512 / CRC32 / SSDEEP
    • Script can be easily modified.
    • Built-in commands: list, search, add, help, and quit to quickly insert or search for samples!

Requirements

  • Tested on ruby version/s:
    • ruby 2.0.0p0 (2013-02-24 revision 39474)

    • ruby 1.9.3

History

  • 04/29/2013 - Simple code updates
  • 02/09/2013 - Updated README.md

To Do

  • Possible Rails UI in the future

Credits

  • Rick Flores (nanotechz9l) -- 0xnanoquetz9l[--at--]gmail.com

License

This code is free software; you can redistribute it and/or modify it under the terms of the new BSD License.