Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theopolis/cuckoo-lite

A lite version of cuckoo-sandbox, with all dynamic/behavioral analysis removed.
https://github.com/theopolis/cuckoo-lite

Last synced: 19 days ago
JSON representation

A lite version of cuckoo-sandbox, with all dynamic/behavioral analysis removed.

Awesome Lists containing this project

README

        

Cuckoo Sandbox *Lite*
=====================
This is a *lite* version of `Cuckoo sandbox `_.
Meaning, there are no dynamic analysis machines/guests, no machinery or analyzers.
Samples are only processed, then reported on.

Requirements
------------
Follow **most** of the documentation for Cuckoo, this is designed to enable the
Django web interface and main Cuckoo scheduling loop.

- Django (easy_install -U -O2 Django)
- mongodb (apt-get install python-pymogodb mongodb)
- sqlalchemy (pip install sqlalchemy)
- ssdeep and pydeep (apt-get install libfuzzy-dev && pip install pydeep)
- python-pefile