SaMOSA: Sandbox for Malware Orchestration and Side-Channel Analysis
By: Meet Udeshi , Venkata Sai Charan Putrevu , Prashanth Krishnamurthy and more
Potential Business Impact:
Finds computer viruses in machines that control things.
Cyber-attacks on operational technology (OT) and cyber-physical systems (CPS) have increased tremendously in recent years with the proliferation of malware targeting Linux-based embedded devices of OT and CPS systems. Comprehensive malware detection requires dynamic analysis of execution behavior in addition to static analysis of binaries. Safe execution of malware in a manner that captures relevant behaviors via side-channels requires a sandbox environment. Existing Linux sandboxes are built for specific tasks, only capture one or two side-channels, and do not offer customization for different analysis tasks. We present the SaMOSA Linux sandbox that allows emulation of Linux malwares while capturing time-synchronized side-channels from four sources. SaMOSA additionally provides emulation of network services via FakeNet, and allows orchestration and customization of the sandbox environment via pipeline hooks. In comparison to existing Linux sandboxes, SaMOSA captures more side-channels namely system calls, network activity, disk activity, and hardware performance counters. It supports three architectures predominantly used in OT and CPS namely x86-64, ARM64, and PowerPC 64. SaMOSA fills a gap in Linux malware analysis by providing a modular and customizable sandbox framework that can be adapted for many malware analysis tasks. We present three case studies of three different malware families to demonstrate the advantages of SaMOSA.
Similar Papers
Pack-A-Mal: A Malware Analysis Framework for Open-Source Packages
Cryptography and Security
Finds hidden bad code in computer programs safely.
Scaling Up: Revisiting Mining Android Sandboxes at Scale for Malware Classification
Cryptography and Security
Finds bad apps that trick phones.
Playing in the Sandbox: A Study on the Usability of Seccomp
Operating Systems
Makes apps safer by limiting what they can do.