Today I want to share a new tool that I was testing, its name is "Malwasm", this is a tool based on Cuckoo Sandbox.
Malwasm was designed to help people that do reverse engineering. Malwasm step by step:
- The malware to analyse is executed through Cuckoo Sandbox
- During the execution, malwasm logs all activites of the malware with pintool
- All activities are stored in a database (Postgres)
- A web service is available to visualize and manage the data stored in the database