Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cert-ee/cuckoo3
Cuckoo 3 is a Python 3 open source automated malware analysis system.
https://github.com/cert-ee/cuckoo3
Last synced: 21 days ago
JSON representation
Cuckoo 3 is a Python 3 open source automated malware analysis system.
- Host: GitHub
- URL: https://github.com/cert-ee/cuckoo3
- Owner: cert-ee
- License: eupl-1.2
- Created: 2021-12-10T12:09:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T12:50:12.000Z (10 months ago)
- Last Synced: 2024-06-06T20:04:50.947Z (6 months ago)
- Language: Python
- Size: 8.23 MB
- Stars: 581
- Watchers: 26
- Forks: 72
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - cert-ee/cuckoo3 - Cuckoo 3 is a Python 3 open source automated malware analysis system. (Python)
README
# Cuckoo3 - Malware analysis tool
## About
Cuckoo3 is an open-source tool to test suspicious files or links in a controlled
environment.It will test them in a sandboxed platform emulator(s) and generate a report, showing what the files
or websites did during the test.> ⚠️ You can currently only set up Cuckoo3 on Linux(Ubuntu) machines with Python 3.10 and run Windows sandboxes.
Check our [Cuckoo3 requirements](https://cuckoo-hatch.cert.ee/static/docs/introduction/cuckoo/) for more information.You can see it in action at our [online Cuckoo3 Sandbox](https://cuckoo-hatch.cert.ee/).
For more insight into our plans, [check out our roadmap here](https://github.com/orgs/cert-ee/projects/1/views/1).## Quickstart
To get started, we have created Quickstart script that installs and sets up everything you need to test out Cuckoo3.Run the following command in your terminal and follow on screen prompts.
```bash
curl -sSf https://cuckoo-hatch.cert.ee/static/install/quickstart | sudo bash```
### A brief overview of Quickstart
Here is a short overview of what it will do:- Create a new non sudo Cuckoo user.
- Install Cuckoo3 and VMCloak under that user.
- Download and prepare virtual machines.
- Configure Cuckoo.
- Installs UWSGI and Nginx.
- Serve the frontend using UWSGI and Nginx.For the full list of things this script does, check out our [Quickstart walkthrough](INSTALL/QUICKSTART.md).
## Next steps
- For more in-depth guides and references, please check out our [documentation](https://cuckoo-hatch.cert.ee/static/docs/).## IMPORTANT!
**This is not a production ready solution just yet.
We highly advise you not to use it in production environment!**