MalwareSearch – command line tool to find malwares

MalwareSearch is a developed to facilitate and speed up the process of finding and downloading malware samples via the command line interface.
It has been made with the API provided by the two major malware dump sites (openmalware.org and malwr.com) in a script that’s simple and pretty straightforward, which allows users to query information pertaining to malware, such as: Name, MD5, SHA-1, SHA-256, download the desired malware sample file, and even compare its digital signature (hash) with the ones present in the dumps in question.
Usage
Optional Arguments:
$ Malwaresearch.py [--h HELP] [-f FIND] [-w WRITE] [-o OUTPUT] [-d DOWNLOAD] [-hash HASH -h,HELP, --help Show this help message and exit -f FIND, --find Enter your search via NAME, MD5, SHA1, SHA256 or an Common Signature name. -w WRITE, --write Save this result on file -o OUTPUT, --output Max numbers of malwares search -d DOWNLOAD, --download Download your specific malware
More Information: here
[button size=large style=round color=red align=none url=https://github.com/MalwareReverseBrasil/malwaresearch]Download MalwareSearch[/button]
Thanks to Ialle Teixeira for sharing this tool with us.