![]() |
|
Cuckoo Sandbox - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools) +--- Thread: Cuckoo Sandbox (/Thread-Cuckoo-Sandbox) |
Cuckoo Sandbox - ZanGetsu - 09-27-2017 Cuckoo Sandbox is a malware analysis system. It simply means that you can throw any suspicious files into it and in a matter of seconds Cuckoo will provide you with some detailed results that describe what the file did when they run inside an isolated environment. ![]() Cuco generates a handful of different raw data which include: Native functions and Windows API calls fingerprints Copies of files created and deleted file system Dump the memory of the selected process Dump full memory of the analysis machine Desktop screenshots during execution of malware analysis Dump network generated by the machine used for analysis In order to put them to more consuming end users, Cuckoo is able to process and generate different types of reports, which could include: JSON Report HTML Report MAEC Report MongoDB Interface HPFeeds interface Even more interesting thanks to the extensive structure modular cuckoo, you are able to customize both processing and reporting stages. Cuco provides you with all the requirements to easily integrate the litter box into your existing frames and storage with the data you want, any way you want, with the format you want. Changelog v1.1
RE: Cuckoo Sandbox - Asura - 09-27-2017 This caught my interest. Thank you for the contribution. RE: Cuckoo Sandbox - mothered - 09-27-2017 Cuckoo Sandbox Is also part of this: https://malwr.com/ It's certainly an In depth and powerful analyzer, thanks again. |