Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🐺 Malware analysis platform

License

NotificationsYou must be signed in to change notification settings

cristianzsh/freki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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 ouronline documentation for more details.

Open anissue to suggest new features. All contributions are welcome.

How to get the source code

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

Demo

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

Running

The easy way: Docker

  1. InstallDocker andDocker Compose.
  2. Edit the.env file.
  3. If you are going to use it in production, editfreki.conf to enable HTTPS.
  4. Rundocker-compose up ormake.

Other ways

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

How to cite this work

Freki was presented at the XXI Brazilian Symposium on Information and Computational Systems Security (SBSeg 2021).

@inproceedings{sbseg_estendido, author = {Cristian Souza and Felipe Silva}, title = {Freki: Uma Ferramenta para Análise Automatizada de Malware}, booktitle = {Anais do XXI Simpósio Brasileiro em Segurança da Informação e de Sistemas Computacionais}, location = {Evento Online}, year = {2021}, pages = {58--65}, publisher = {SBC}, address = {Porto Alegre, RS, Brasil}, doi = {10.5753/sbseg_estendido.2021.17340}, url = {https://sol.sbc.org.br/index.php/sbseg_estendido/article/view/17340}}

License

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


[8]ページ先頭

©2009-2025 Movatter.jp