mathevsval / freki

:wolf: Malware analysis platform

Home Page:https://crhenr.xyz/freki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Freki is a free and open-source malware analysis platform.

Goals

  1. Facilitate malware analysis and reverse engineering;
  2. Provide an easy-to-use REST API for different projects;
  3. Easy deployment (via Docker);
  4. Allow the addition of new features by the community.

Current features

  • 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.

Check our online documentation for more details.

Open an issue to suggest new features. All contributions are welcome.

How to get the source code

git clone https://github.com/crhenr/freki.git

Demo

Video demo: https://youtu.be/brvNUPgw7ho.

Running

The easy way: Docker

  1. Install Docker and Docker Compose.
  2. Edit the .env file.
  3. If you are going to use it in production, edit freki.conf to enable HTTPS.
  4. Run docker-compose up or make.

Other ways

If you want to use it locally (e.g., for development), please check our online documentation for more details.

License

This project is licensed under the GNU Affero General Public License.

About

:wolf: Malware analysis platform

https://crhenr.xyz/freki

License:GNU Affero General Public License v3.0


Languages

Language:YARA 92.9%Language:Python 3.9%Language:HTML 2.8%Language:CSS 0.2%Language:Shell 0.1%Language:Dockerfile 0.1%Language:Makefile 0.0%