Reinforcement Learning for an Efficient and Effective Malware Investigation during Cyber Incident Response
Dipo Dunsin, Mohamed Chahine Ghanem, Karim Ouazzane, Vassil Vassilev

TL;DR
This paper presents a reinforcement learning framework using Q-learning to improve the efficiency and accuracy of malware investigation during cyber incident response, reducing analysis time and adapting to evolving threats.
Contribution
It introduces an advanced MDP-based RL model for malware forensics, demonstrating improved identification accuracy and adaptability over traditional methods.
Findings
Q-learning significantly improved malware identification accuracy.
Optimal hyperparameters depend on environment complexity.
The RL model reduced malware analysis time compared to human experts.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Malware Detection Techniques · Network Security and Intrusion Detection · Information and Cyber Security
MethodsEpsilon Greedy Exploration
