Skip to content

shreyansh26/Linux-Malware-Detection-Research

Repository files navigation

Linux Malware Detection Research

This repository contains code for various Linux Malware Detection papers. The gitmodules are complete end-to-end project themselves. Running make in the root of this project runs all the 3 projects on an ELF file to generate a combined feature set CSV, on which 3 pretrained models vote whether it is a bening or malware file.

Requirements

To run

  • Put the ELF file to be tested in the elf/ directory.
  • Run make

For further detials check the README of the individual projects.