rieck / malheur

A Tool for Automatic Analysis of Malware Behavior

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specify Machine Learning Algorithms ?

nighatusman03 opened this issue · comments

Hi I want to apply Naive Bayes classification technique on cuckoo reports via Malheur Malware Analysis. For that I want to get information about Malheur's classification technique which is already enabled in it. Which classification technique is coded in malheur ?
Thanks in advance for valuable answers..

What are you trying to do? Note that Malheur has not been designed for malware detection.

The tool allows to cluster malware behaviour into similar groups and classify unknown behaviour to these clusters. The tool uses a variant of kNN denoted as nearest-prototype classification for the last step.

Yeah i know that malheur is not for malware detection, actually i want to apply naive bayes algorithm on cuckoo's report. So, is naive bayes algorithm is coded in malheur or can i modify malheur.py?

Naive Bayes classification is not part of Malheur. Note also that Malheur is not written in Python.

ok thanks for helping me out.