Malware repository framework (MRF)

Share:

Description


MRF is a malware repository website, used to manage your own malware zoo (for malware researchers mostly).

It’s able to uniquely identify your sample (with HASH) and keep essential information (size, original name) into a database for quick search.

It’s also able to query Virus Total for a report regarding uploaded samples, and display information on the dashboard (plus store the information in the database).

Based on Jquery-upload-file plugin, modified to handle a MySQL database through callbacks.



Features


  • Self-hosted solution (PHP/Mysql server needed)
  • Can run on Synology NAS (with Web Station)
  • VT results (unknown samples are uploaded)
  • Samples ordered by descending date (limited to last 200 samples)
  • Search filters available (vendor, filename, hash, date)
  • Vendor name is picked from VT results in that order: Microsoft, Kaspersky, Bitdefender, Malwarebytes
  • Vendor name can be edited
  • Easy to customize

Download sources

No comments