paper-with-me

Papers

Generative AI-Based Effective Malware Detection for Embedded Computing Systems

2024-04-02 · Sreenitha Kasarapu, Sanket Shukla, Rakibul Hassan, Avesta Sasan, Houman Homayoun, Sai Manoj Pudukotai Dinakarrao

One of the pivotal security threats for the embedded computing systems is malicious software a.k.a malware. With efficiency and efficacy, Machine Learning (ML) has been widely adopted for malware detection in recent times. Despite being efficient, the existing techniques require a tremendous number of benign and malware samples for training and modeling an efficient malware detector. Furthermore, such constraints limit the detection of emerging malware samples due to the lack of sufficient malware samples required for efficient training. To address such concerns, we introduce a code-aware data generation technique that generates multiple mutated samples of the limitedly seen malware by the devices. Loss minimization ensures that the generated samples closely mimic the limitedly seen malware and mitigate the impractical samples. Such developed malware is further incorporated into the training set to formulate the model that can efficiently detect the emerging malware despite having limited exposure. The experimental results demonstrates that the proposed technique achieves an accuracy of 90% in detecting limitedly seen malware, which is approximately 3x more than the accuracy attained by state-of-the-art techniques.

📄 PDF Abstract BibTeX arXiv:2404.02344

Code (0)

등록된 구현이 없습니다.

Tasks

Malware Detection

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Malware Detection at the Edge with Lightweight LLMs: A Performance Evaluation

2025-03-06 · Christian Rondanini, Barbara Carminati, Elena Ferrari, Antonio Gaudiano 외

The rapid evolution of malware attacks calls for the development of innovative detection methods, especially in resource-constrained edge computing. Traditional detection techniques struggle to keep up with modern malwar…

Edge-computingMalware Detection

Flexible Android Malware Detection Model based on Generative Adversarial Networks with Code Tensor

2022-10-25 · Zhao Yang, Fengyang Deng, Linxi Han

The behavior of malware threats is gradually increasing, heightened the need for malware detection. However, existing malware detection methods only target at the existing malicious samples, the detection of fresh malici…

Android Malware DetectionMalware Detection

Improving Android Malware Detection Through Data Augmentation Using Wasserstein Generative Adversarial Networks

2024-03-01 · Kawana Stalin, Mikias Berhanu Mekoya

Generative Adversarial Networks (GANs) have demonstrated their versatility across various applications, including data augmentation and malware detection. This research explores the effectiveness of utilizing GAN-generat…

Android Malware DetectionData AugmentationGenerative Adversarial NetworkMalware Detection

Deep Learning Based XIoT Malware Analysis: A Comprehensive Survey, Taxonomy, and Research Challenges

2024-10-14 · Rami Darwish, Mahmoud Abdelsalam, Sajad Khorsandroo

The Internet of Things (IoT) is one of the fastest-growing computing industries. By the end of 2027, more than 29 billion devices are expected to be connected. These smart devices can communicate with each other with and…

Deep LearningMalware AnalysisMalware Detection

Black-Box Attacks against RNN based Malware Detection Algorithms

2017-05-23 · Weiwei Hu, Ying Tan

Recent researches have shown that machine learning based malware detection algorithms are very vulnerable under the attacks of adversarial examples. These works mainly focused on the detection algorithms which use featur…

Malware Detection