Freki – Malware Analysis Platform
Freki is a cost-free and open-source malware examination system.
Goals
- Facilitate malware examination and reverse engineering
- Deliver an simple-to-use Relaxation API for various initiatives
- Uncomplicated deployment (through Docker)
- Permit the addition of new attributes by the neighborhood.
Present attributes
- Hash extraction.
- VirusTotal API queries.
- Static examination of PE documents (headers, sections, imports, capabilities, and strings).
- Sample matching with Yara.
- World-wide-web interface and Rest API.
- Person administration.
- Local community opinions.
- Down load samples.
Check out our on the internet documentation for additional information.
Open an concern to propose new characteristics. All contributions are welcome.
How to get the resource code
git clone https://github.com/crhenr/freki.git
Demo
Video demo: https://youtu.be/AW4afoaogt0.
Running
The simple way: Docker
- Set up Docker and Docker Compose.
- Edit the .env file.
- If you are going to use it in output, edit freki.conf to empower HTTPS.
- Operate
docker-compose up
ormake
.
Other methods
If you want to use it domestically (e.g., for improvement), be sure to check our on the net documentation for extra particulars.