EGAN: Evolutional GAN for Ransomware Evasion
Daniel Commey, Benjamin Appiah, Bill K. Frimpong, Isaac Osei, Ebenezer N. A. Hammond, Garth V. Crosby
TL;DR
The paper addresses the challenge of generating adversarial ransomware that remains functional while evading detectors. It proposes EGAN, a hybrid framework combining Evolution Strategy (CMA-ES) and Generative Adversarial Networks to select mutation actions and produce adversarial PE files. Empirical results show strong evasion of static, AI-powered detectors on VirusTotal and transferable evasion to some non-AI scanners and sandboxes, though dynamic analysis results vary. The work underscores the risk of adversarial training in PE-based ransomware and motivates more robust defenses against evasion tactics.
Abstract
Adversarial Training is a proven defense strategy against adversarial malware. However, generating adversarial malware samples for this type of training presents a challenge because the resulting adversarial malware needs to remain evasive and functional. This work proposes an attack framework, EGAN, to address this limitation. EGAN leverages an Evolution Strategy and Generative Adversarial Network to select a sequence of attack actions that can mutate a Ransomware file while preserving its original functionality. We tested this framework on popular AI-powered commercial antivirus systems listed on VirusTotal and demonstrated that our framework is capable of bypassing the majority of these systems. Moreover, we evaluated whether the EGAN attack framework can evade other commercial non-AI antivirus solutions. Our results indicate that the adversarial ransomware generated can increase the probability of evading some of them.
