Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cuckoosandbox/cuckoo
Cuckoo Sandbox is an automated dynamic malware analysis system
https://github.com/cuckoosandbox/cuckoo
Last synced: about 2 months ago
JSON representation
Cuckoo Sandbox is an automated dynamic malware analysis system
- Host: GitHub
- URL: https://github.com/cuckoosandbox/cuckoo
- Owner: cuckoosandbox
- License: other
- Archived: true
- Created: 2011-09-07T12:12:38.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-05-03T16:17:48.000Z (over 2 years ago)
- Last Synced: 2024-09-20T15:55:12.404Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://www.cuckoosandbox.org
- Size: 48.1 MB
- Stars: 5,529
- Watchers: 436
- Forks: 1,698
- Open Issues: 965
-
Metadata Files:
- Readme: README.rst
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-termux-hacking - cuckoo - Cuckoo Sandbox is an automated dynamic malware analysis system.[![->](https://img.shields.io/github/stars/cuckoosandbox/cuckoo.svg?style=social&label=Star&maxAge=2592000)](https://github.com/cuckoosandbox/cuckoo/stargazers/) (Uncategorized / Uncategorized)
README
.. image:: https://cuckoosandbox.org/assets/images/cuckoo-black.png
:alt: Cuckoo Sandbox
:target: https://cuckoosandbox.org/**PLEASE NOTE: Cuckoo Sandbox 2.x is currently unmaintained. Any open issues
or pull requests will most likely not be processed, as a current full rewrite
of Cuckoo is undergoing and will be announced soon.**`Cuckoo Sandbox `_ is the leading open source
automated malware analysis system.What does that mean? It simply means that you can throw any suspicious file at
it and in a matter of seconds Cuckoo will provide you back some detailed
results outlining what such file did when executed inside an isolated
environment.If you want to contribute to development, report a bug, make a feature request
or ask a question, please first take a look at our `community guidelines`_.
Make sure you check our existing Issues and Pull Requests and that you join
our `IRC or Slack channel `_.For setup instructions, please refer
`to `_
`our `_
`documentation `_.This is a development version, we do not recommend its use in production; the
latest stable version may be installed through :code:`pip install -U cuckoo`.You can find the full documentation of the latest stable release
`here `_... image:: https://travis-ci.org/cuckoosandbox/cuckoo.png?branch=master
:alt: Linux Build Status
:target: https://travis-ci.org/cuckoosandbox/cuckoo.. image:: https://ci.appveyor.com/api/projects/status/p892esebjdbhq653/branch/master?svg=true
:alt: Windows Build Status
:target: https://ci.appveyor.com/project/jbremer/cuckoo/branch/master.. image:: https://coveralls.io/repos/github/cuckoosandbox/cuckoo/badge.svg?branch=master
:alt: Coverage Coverage Status
:target: https://coveralls.io/github/cuckoosandbox/cuckoo?branch=master.. image:: https://codecov.io/gh/cuckoosandbox/cuckoo/branch/master/graph/badge.svg
:alt: Codecov Coverage Status
:target: https://codecov.io/gh/cuckoosandbox/cuckoo.. _`community guidelines`: https://docs.cuckoosandbox.org/en/latest/introduction/community.html
.. _`contribution requirements`: http://www.cuckoofoundation.org/contribute.html