Malware database

Lord777

Professional
Messages
2,577
Reaction score
1,563
Points
113
theZoo is an open source project aimed at providing the ability to analyze various malicious programs. TheZoo database contains about 300 viruses, which are sorted by categories such as operating system, type, programming language, etc.

Installation
Install Kali Linux.
Download the repository from github
Code:
git clone https://github.com/ytisf/theZoo

Usage
We launch the interface with the command
Code:
python theZoo.py

Then you can select from the database, for example, only botnets by typing
Code:
search botnet

To download the desired malvar, enter
Code:
use <serial number of the virus in the database>

Then just enter get and get the archive with the malware and the keys to decrypt it. For security purposes, theZoo deactivates viruses by encryption.

The database can be updated with the update-db command. More detailed help is available with the help command.
 
Top