This reposity presents malwares classifier using KNN and malware visualization technique.
Full paper : https://www.researchgate.net/publication/337654969_Machine_Learning_application_for_malwares_classification_using_visualization_technique
This paper presents malwares classifier using KNN and malware visualization technique. We used a database of 9339 samples of malwares from 25 families. We calculated the GIST descriptor for grayscale malware images. Then a KNN model was trained and evaluated many times to reach a score of 97%, which is very close to results found on literature.
IMPORTANT NOTE: Code written in Python2.7
Reference : https://dl.acm.org/doi/10.1145/3368756.3369098