Online Malware Classification with System-Wide System Calls in Cloud IaaS
Phillip Brown, Austin Brown, Maanak Gupta, Mahmoud Abdelsalam

TL;DR
This paper explores using system call sequences collected in real-time from cloud IaaS environments to classify malware accurately and efficiently with machine learning models, even under heavy system load.
Contribution
It demonstrates the feasibility of online malware classification using system call n-grams in cloud environments, addressing performance under varying load conditions.
Findings
Effective classification with system call n-grams
Performance gap identified between low-activity and heavy-load systems
Feasibility of real-time malware detection in cloud IaaS
Abstract
Accurately classifying malware in an environment allows the creation of better response and remediation strategies by cyber analysts. However, classifying malware in a live environment is a difficult task due to the large number of system data sources. Collecting statistics from these separate sources and processing them together in a form that can be used by a machine learning model is difficult. Fortunately, all of these resources are mediated by the operating system's kernel. User programs, malware included, interacts with system resources by making requests to the kernel with system calls. Collecting these system calls provide insight to the interaction with many system resources in a single location. Feeding these system calls into a performant model such as a random forest allows fast, accurate classification in certain situations. In this paper, we evaluate the feasibility of…
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 · Data Stream Mining Techniques
