A Novel Control-flow based Intrusion Detection Technique for Big Data Systems
Santosh Aditham, Nagarajan Ranganathan

TL;DR
This paper introduces a new intrusion detection method for big data systems that uses control-flow analysis and replica node coherence checks, achieving low overhead and improving security.
Contribution
It presents a novel approach combining process signature profiling and replica matching to detect anomalies in big data environments.
Findings
Only 0.8% overhead observed in tests
Effective detection of program anomalies in big data systems
Consensus-based replica verification enhances security
Abstract
Security and distributed infrastructure are two of the most common requirements for big data software. But the security features of the big data platforms are still premature. It is critical to identify, modify, test and execute some of the existing security mechanisms before using them in the big data world. In this paper, we propose a novel intrusion detection technique that understands and works according to the needs of big data systems. Our proposed technique identifies program level anomalies using two methods - a profiling method that models application behavior by creating process signatures from control-flow graphs; and a matching method that checks for coherence among the replica nodes of a big data system by matching the process signatures. The profiling method creates a process signature by reducing the control-flow graph of a process to a set of minimum spanning trees and…
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
TopicsSoftware System Performance and Reliability · Cloud Computing and Resource Management · Software Testing and Debugging Techniques
