THEZOO

 

Malware spread.

WHAT IS MALWARE?


Malware, short for malicious software, refers to any software specifically designed to harm or exploit devices, networks, or users. It is a broad term that encompasses various types of harmful software, including viruses, worms, trojan horses, ransomware, spyware, adware, and more.

Malware can be distributed through various means, such as infected email attachments, malicious websites, or compromised software downloads. Once it infiltrates a system, malware can perform a wide range of malicious activities, including stealing sensitive information, disrupting system functions, corrupting data, or taking control of the affected device.


theZoo aka Malware DB

WHAT IS THE ZOO?

theZoo is a project created to make the possibility of malware analysis open and available to the public. Since we have found out that almost all versions of malware are very hard to come by in a way which will allow analysis, we have decided to gather all of them for you in an accessible and safe way. theZoo was born by Yuval tisf Nativ and is now maintained by Shahak Shalev.
theZoo is open and welcoming visitors!

WHY THE ZOO 

theZoo offers over 100+ malware for different platforms from
  • Android
  • Linuz
  • IOS
  • Windows etc...
All of these Malwares are live and need to be tested in a VM or Sandbox

Getting Started 

=> Update your terminal depending on the environment
sudo apt-get update && upgrade
=> Clone the repo
=>Navigate to the directory
cd theZoo
=>Install the requirements
pip install --user -r requirements.txt
=>>You can Summarize it below
git clone https://www.github.com/ytisf/theZoo
cd theZoo
pip install --user -r requirements.txt

=>Run the script
python theZoo.py

Disclaimer

theZoo’s purpose is to allow the study of malware and enable people who are interested in malware analysis (or maybe even as a part of their job) to have access to live malware, analyse the ways they operate, and maybe even enable advanced and savvy people to block specific malware within their own environment.

We recommend running them in a VM which has no internet connection (or an internal virtual network if you must) and without guest additions or any equivalents. Some of them are worms and will automatically try to spread out. Running them unconstrained means that you will infect yourself or others with vicious and dangerous malware!!!

1 Comments

Previous Post Next Post