Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/theopolis/cuckoo-lite
- Owner: theopolis
- Created: 2014-02-02T01:30:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-02T07:06:01.000Z (almost 11 years ago)
- Last Synced: 2023-03-22T18:10:59.380Z (over 1 year ago)
- Language: Python
- Size: 1.26 MB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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