Principled Data-Driven Decision Support for Cyber-Forensic Investigations
Soodeh Atefi, Sakshyam Panda, Emmanouil Panaousis, Aron Laszka

TL;DR
This paper introduces a principled, data-driven decision support method for cyber-forensic investigations, using a Markov decision process and Monte Carlo tree search to improve technique prioritization over heuristic approaches.
Contribution
It formulates the investigation prioritization as a Markov decision process and applies Monte Carlo tree search with k-NN regression, advancing beyond heuristic-based methods like DISCLOSE.
Findings
Outperforms DISCLOSE in techniques discovered per effort
Effective on multiple MITRE ATT&CK dataset versions
Provides a more optimal decision-making framework
Abstract
In the wake of a cybersecurity incident, it is crucial to promptly discover how the threat actors breached security in order to assess the impact of the incident and to develop and deploy countermeasures that can protect against further attacks. To this end, defenders can launch a cyber-forensic investigation, which discovers the techniques that the threat actors used in the incident. A fundamental challenge in such an investigation is prioritizing the investigation of particular techniques since the investigation of each technique requires time and effort, but forensic analysts cannot know which ones were actually used before investigating them. To ensure prompt discovery, it is imperative to provide decision support that can help forensic analysts with this prioritization. A recent study demonstrated that data-driven decision support, based on a dataset of prior incidents, can provide…
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.
Code & Models
Videos
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Software Engineering Research · Advanced Malware Detection Techniques
Methodsk-Nearest Neighbors · Balanced Selection
