Call Trace and Memory Access Pattern based Runtime Insider Threat Detection for Big Data Platforms
Santosh Aditham, Nagarajan Ranganathan, Srinivas Katkoori

TL;DR
This paper presents a runtime intrusion detection method for big data platforms that analyzes system calls and memory access patterns to identify insider threats, enhancing security beyond traditional metrics.
Contribution
It introduces a behavior profiling approach based on system calls and memory patterns, enabling detection of insider attacks in distributed big data environments.
Findings
Effective detection of insider threats in Hadoop clusters.
Behavior profiles enable identification of malicious activities.
Outperforms traditional analysis metrics in detecting attacks.
Abstract
Big data platforms such as Hadoop and Spark are being widely adopted both by academia and industry. In this paper, we propose a runtime intrusion detection technique that understands and works according to the properties of such distributed compute platforms. The proposed method is based on runtime analysis of system and library calls and memory access patterns of tasks running on the datanodes (slaves). First, the primary datanode of a big data system creates a behavior profile for every task it executes. A behavior profile includes (a) trace of the system & library calls made, and (b) sequence representing the sizes of private and shared memory accesses made during task execution. Then, the process behavior profile is shared with other replica datanodes that are scheduled to execute the same task on their copy of the same data. Next, these replica datanodes verify their local tasks…
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
TopicsNetwork Security and Intrusion Detection · Software System Performance and Reliability · Cloud Computing and Resource Management
