paper-with-me

Papers

Malware Classification Using Deep Boosted Learning

2021-07-08 · Muhammad Asam, Saddam Hussain Khan, Tauseef Jamal, Umme Zahoora, Asifullah Khan

Malicious activities in cyberspace have gone further than simply hacking machines and spreading viruses. It has become a challenge for a nations survival and hence has evolved to cyber warfare. Malware is a key component of cyber-crime, and its analysis is the first line of defence against attack. This work proposes a novel deep boosted hybrid learning-based malware classification framework and named as Deep boosted Feature Space-based Malware classification (DFS-MC). In the proposed framework, the discrimination power is enhanced by fusing the feature spaces of the best performing customized CNN architectures models and its discrimination by an SVM for classification. The discrimination capacity of the proposed classification framework is assessed by comparing it against the standard customized CNNs. The customized CNN models are implemented in two ways: softmax classifier and deep hybrid learning-based malware classification. In the hybrid learning, Deep features are extracted from customized CNN architectures and fed into the conventional machine learning classifier to improve the classification performance. We also introduced the concept of transfer learning in a customized CNN architecture based malware classification framework through fine-tuning. The performance of the proposed malware classification approaches are validated on the MalImg malware dataset using the hold-out cross-validation technique. Experimental comparisons were conducted by employing innovative, customized CNN, trained from scratch and fine-tuning the customized CNN using transfer learning. The proposed classification framework DFS-MC showed improved results, Accuracy: 98.61%, F-score: 0.96, Precision: 0.96, and Recall: 0.96.

📄 PDF Abstract BibTeX arXiv:2107.04008

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationMalware ClassificationTransfer Learning

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

An Efficient Detection of Malware by Naive Bayes Classifier Using GPGPU

2019-05-30 · Sanjay K. Sahay, Mayank Chaudhari

Due to continuous increase in the number of malware (according to AV-Test institute total ~8 x 10^8 malware are already known, and every day they register ~2.5 x 10^4 malware) and files in the computational devices, it i…

General Classification

A New Deep Boosted CNN and Ensemble Learning based IoT Malware Detection

2022-12-15 · Saddam Hussain Khan, Wasi Ullah

Security issues are threatened in various types of networks, especially in the Internet of Things (IoT) environment that requires early detection. IoT is the network of real-time devices like home automation systems and …

Ensemble LearningMalware AnalysisMalware DetectionTransfer Learning

Detection of Malicious Android Applications: Classical Machine Learning vs. Deep Neural Network Integrated with Clustering

2021-02-28 · Hemant Rathore, Sanjay K. Sahay, Shivin Thukral, Mohit Sewak

Today anti-malware community is facing challenges due to the ever-increasing sophistication and volume of malware attacks developed by adversaries. Traditional malware detection mechanisms are not able to cope-up with ne…

Android Malware DetectionBIG-bench Machine LearningClusteringMalware Detection

KiloGrams: Very Large N-Grams for Malware Classification

2019-08-01 · Edward Raff, William Fleming, Richard Zak, Hyrum Anderson 외

N-grams have been a common tool for information retrieval and machine learning applications for decades. In nearly all previous works, only a few values of $n$ are tested, with $n > 6$ being exceedingly rare. Larger valu…

ClassificationGeneral ClassificationInformation RetrievalMalware Analysis+2

Hidden Markov Models with Random Restarts vs Boosting for Malware Detection

2023-07-17 · Aditya Raghavan, Fabio Di Troia, Mark Stamp

Effective and efficient malware detection is at the forefront of research into building secure digital systems. As with many other fields, malware detection research has seen a dramatic increase in the application of mac…

Malware Detection