paper-with-me

Papers

Reinforcement Learning for an Efficient and Effective Malware Investigation during Cyber Incident Response

2024-08-04 · Dipo Dunsin, Mohamed Chahine Ghanem, Karim Ouazzane, Vassil Vassilev

This research focused on enhancing post-incident malware forensic investigation using reinforcement learning RL. We proposed an advanced MDP post incident malware forensics investigation model and framework to expedite post incident forensics. We then implement our RL Malware Investigation Model based on structured MDP within the proposed framework. To identify malware artefacts, the RL agent acquires and examines forensics evidence files, iteratively improving its capabilities using Q Table and temporal difference learning. The Q learning algorithm significantly improved the agent ability to identify malware. An epsilon greedy exploration strategy and Q learning updates enabled efficient learning and decision making. Our experimental testing revealed that optimal learning rates depend on the MDP environment complexity, with simpler environments benefiting from higher rates for quicker convergence and complex ones requiring lower rates for stability. Our model performance in identifying and classifying malware reduced malware analysis time compared to human experts, demonstrating robustness and adaptability. The study highlighted the significance of hyper parameter tuning and suggested adaptive strategies for complex environments. Our RL based approach produced promising results and is validated as an alternative to traditional methods notably by offering continuous learning and adaptation to new and evolving malware threats which ultimately enhance the post incident forensics investigations.

📄 PDF Abstract BibTeX arXiv:2408.01999

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingMalware AnalysisQ-LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Epsilon Greedy Exploration 설명 없음

Similar Papers 제목 키워드 기반

A Novel Reinforcement Learning Model for Post-Incident Malware Investigations

2024-10-19 · Dipo Dunsin, Mohamed Chahine Ghanem, Karim Ouazzane, Vassil Vassilev

This Research proposes a Novel Reinforcement Learning (RL) model to optimise malware forensics investigation during cyber incident response. It aims to improve forensic investigation efficiency by reducing false negative…

Malware DetectionQ-Learningreinforcement-learningReinforcement Learning+1

CyberForce: A Federated Reinforcement Learning Framework for Malware Mitigation

2023-08-11 · Chao Feng, Alberto Huertas Celdran, Pedro Miguel Sanchez Sanchez, Jan Kreischer 외

Recent research has shown that the integration of Reinforcement Learning (RL) with Moving Target Defense (MTD) can enhance cybersecurity in Internet-of-Things (IoT) devices. Nevertheless, the practicality of existing wor…

Anomaly DetectionData Poisoningreinforcement-learningReinforcement Learning+2

A Review on the effectiveness of Dimensional Reduction with Computational Forensics: An Application on Malware Analysis

2023-01-15 · Aye Thaw Da Naing, Justin Soh Beng Guan, Yarzar Shwe Win, Jonathan Pan

The Android operating system is pervasively adopted as the operating system platform of choice for smart devices. However, the strong adoption has also resulted in exponential growth in the number of Android based malici…

Malware Analysis

Evading Deep Learning-Based Malware Detectors via Obfuscation: A Deep Reinforcement Learning Approach

2024-02-04 · Brian Etter, James Lee Hu, Mohammedreza Ebrahimi, Weifeng Li 외

Adversarial Malware Generation (AMG), the gen- eration of adversarial malware variants to strengthen Deep Learning (DL)-based malware detectors has emerged as a crucial tool in the development of proactive cyberdefense. …

Deep Reinforcement LearningMalware Detectionreinforcement-learningReinforcement Learning+1

DOOM: A Novel Adversarial-DRL-Based Op-Code Level Metamorphic Malware Obfuscator for the Enhancement of IDS

2020-10-16 · Mohit Sewak, Sanjay K. Sahay, Hemant Rathore

We designed and developed DOOM (Adversarial-DRL based Opcode level Obfuscator to generate Metamorphic malware), a novel system that uses adversarial deep reinforcement learning to obfuscate malware at the op-code level f…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)