Freki is an open source platform exclusively for malware analysis.
Possibilities
- Malware analysis and reverse engineering.
- Provides an easy-to-use REST API for different projects.
- Easy development (via Docker).
- Allows new features to be added by the community.
Specifications
- Hash extraction.
- VirusTotal API queries.
- Static analysis of PE files (headers, sections, imports, capabilities, and strings).
- Pattern matching with Yara.
- Web interface and REST API.
- User management.
- Community comments.
- Download samples.
Installation
- Install it Docker and Docker Compose .
- Edit the file .env .
- Execute
docker-compose up
ήmake
.
You can download the program from here.