Rozzle: De-cloaking Internet Malware
Citations Over TimeTop 1% of 2012 papers
Abstract
JavaScript-based malware attacks have increased in recent years and currently represent a signicant threat to the use of desktop computers, smartphones, and tablets. While static and runtime methods for malware detection have been proposed in the literature, both on the client side, for just-in-time in-browser detection, as well as offline, crawler-based malware discovery, these approaches encounter the same fundamental limitation. Web-based malware tends to be environment-specific, targeting a particular browser, often attacking specic versions of installed plugins. This targeting occurs because the malware exploits vulnerabilities in specific plugins and fails otherwise. As a result, a fundamental limitation for detecting a piece of malware is that malware is triggered infrequently, only showing itself when the right environment is present. We observe that, using fingerprinting techniques that capture and exploit unique properties of browser configurations, almost all existing malware can be made virtually impssible for malware scanners to detect. This paper proposes Rozzle, a JavaScript multi-execution virtual machine, as a way to explore multiple execution paths within a single execution so that environment-specific malware will reveal itself. Using large-scale experiments, we show that Rozzle increases the detection rate for offline runtime detection by almost seven times. In addition, Rozzle triples the effectiveness of online runtime detection. We show that Rozzle incurs virtually no runtime overhead and allows us to replace multiple VMs running different browser configurations with a single Rozzle-enabled browser, reducing the hardware requirements, network bandwidth, and power consumption.
Related Papers
- → A Novel Approach to Detect Malware Based on API Call Sequence Analysis(2015)259 cited
- → Dynamic malware detection and phylogeny analysis using process mining(2018)61 cited
- → An Approach to Detect Fileless Malware and Defend its Evasive mechanisms(2018)35 cited
- → A machine learning approach for linux malware detection(2014)34 cited
- → Next-generation antivirus for JavaScript malware detection based on dynamic features(2023)7 cited