paper-with-me

홈 › Papers

Leveraging LSTM and GAN for Modern Malware Detection

2024-05-07 · Ishita Gupta, Sneha Kumari, Priya Jha, Mohona Ghosh

The malware booming is a cyberspace equal to the effect of climate change to ecosystems in terms of danger. In the case of significant investments in cybersecurity technologies and staff training, the global community has become locked up in the eternal war with cyber security threats. The multi-form and changing faces of malware are continuously pushing the boundaries of the cybersecurity practitioners employ various approaches like detection and mitigate in coping with this issue. Some old mannerisms like signature-based detection and behavioral analysis are slow to adapt to the speedy evolution of malware types. Consequently, this paper proposes the utilization of the Deep Learning Model, LSTM networks, and GANs to amplify malware detection accuracy and speed. A fast-growing, state-of-the-art technology that leverages raw bytestream-based data and deep learning architectures, the AI technology provides better accuracy and performance than the traditional methods. Integration of LSTM and GAN model is the technique that is used for the synthetic generation of data, leading to the expansion of the training datasets, and as a result, the detection accuracy is improved. The paper uses the VirusShare dataset which has more than one million unique samples of the malware as the training and evaluation set for the presented models. Through thorough data preparation including tokenization, augmentation, as well as model training, the LSTM and GAN models convey the better performance in the tasks compared to straight classifiers. The research outcomes come out with 98% accuracy that shows the efficiency of deep learning plays a decisive role in proactive cybersecurity defense. Aside from that, the paper studies the output of ensemble learning and model fusion methods as a way to reduce biases and lift model complexity.

📄 PDF Abstract BibTeX arXiv:2405.04373

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble LearningMalware Detection

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Malware Detection in IOT Systems Using Machine Learning Techniques

2023-12-29 · Ali Mehrban, Pegah Ahadian

Malware detection in IoT environments necessitates robust methodologies. This study introduces a CNN-LSTM hybrid model for IoT malware identification and evaluates its performance against established methods. Leveraging …

Malware Detection

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

RoboMal: Malware Detection for Robot Network Systems

2022-01-20 · Upinder Kaur, Haozhe Zhou, Xiaxin Shen, Byung-Cheol Min 외

Robot systems are increasingly integrating into numerous avenues of modern life. From cleaning houses to providing guidance and emotional support, robots now work directly with humans. Due to their far-reaching applicati…

Malware Detection

Assessment of the Relative Importance of different hyper-parameters of LSTM for an IDS

2020-12-26 · Mohit Sewak, Sanjay K. Sahay, Hemant Rathore

Recurrent deep learning language models like the LSTM are often used to provide advanced cyber-defense for high-value assets. The underlying assumption for using LSTM networks for malware-detection is that the op-code se…

Intrusion DetectionLanguage ModelingLanguage ModellingMalware Detection

Malware Classification Using Long Short-Term Memory Models

2021-03-03 · Dennis Dang, Fabio Di Troia, Mark Stamp

Signature and anomaly based techniques are the quintessential approaches to malware detection. However, these techniques have become increasingly ineffective as malware has become more sophisticated and complex. Research…

ClassificationGeneral ClassificationMalware ClassificationMalware Detection