Linux Malware detection using Machine Learning

Implemented various papers on Linux Malware detection, where I analysed the structure of ELF files to determine whether they were malicious or benign. Approaches included the analysis of -

  • Symbol Table
  • Opcode frequency
  • ELF file metadata
Next
Previous

Related