You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
3
11
theZoo was born by Yuval tisf Nativ and is now maintained by Shahak Shalev.
4
12
5
13
**theZoo is open and welcoming visitors!**
6
14
7
15
If you are about to interact with our community please make sure to read our `CODE-OF-CONDUCT.md` prior to doing so. If you plan to contribute, first - thank you. However, do make sure to follow the standards on `CONTRIBUTING.md`.
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.
13
19
@@ -23,7 +29,7 @@ Clone the repository with `git clone https://www.github.com/ytisf/theZoo`. Go to
23
29
git clone https://www.github.com/ytisf/theZoo
24
30
cd theZoo
25
31
pip install --user -r requirements.txt
26
-
```
32
+
```
27
33
28
34
Start by running the console:
29
35
@@ -63,7 +69,7 @@ The current default state of theZoo runtime is the CLI. The following files and
63
69
`/imports` - Contains .py import files used by the rest of the application
64
70
65
71
`/malwares/Binaries` - The actual malwares samples - be careful! These are very live.
66
-
72
+
67
73
`/malware/Source` - Malware source code.
68
74
69
75
Malware under the folder `Original` is supposed to be (NO PROMISES!) the original source of the malware that leaked. Malware under the folder `Reversed` is either reversed, decompiled or partially reconstructed.
@@ -121,10 +127,10 @@ Get the file you want to submit and just run `python prep_file.py file_tosubmit.
121
127
-[X] Fix auto-complete for malware frameworks. (thanks to 5fingers)
122
128
-[X] Consider changing DB to XML or SQLite3. (Sheksa - done :))
123
129
-[X] Better UI features.
124
-
-[ ] Fix and make 'light' version without malwares with _MalwareFetch function.
130
+
-[ ] Fix and make 'light' version without malwares with _MalwareFetch function.
125
131
126
132
### Hopeful
127
-
-[ ] A GUI.
128
-
-[ ] Package releases.
133
+
-[ ] A GUI.
134
+
-[ ] Package releases.
129
135
130
136
If you have any suggestions or malware that you have indexed (in the manner laid out in the documentation) please send it to us to - thezoo-submissions [a-t] morirt [.d0t.] com - so we can add it for everyone's enjoyment.
0 commit comments