CRDec 5, 2016

A System Architecture for the Detection of Insider Attacks in Big Data Systems

arXiv:1612.01587v130 citations
Originality Incremental advance
AI Analysis

This addresses security concerns for customers of big data systems, but it appears incremental as it builds on existing replication concepts.

The paper tackles the problem of detecting insider attacks in big data systems by proposing a new system architecture that uses data replication and a two-step algorithm, achieving results such as analyzing only 20% of code and incurring 3.28% time overhead in experiments.

In big data systems, the infrastructure is such that large amounts of data are hosted away from the users. In such a system information security is considered as a major challenge. From a customer perspective, one of the big risks in adopting big data systems is in trusting the provider who designs and owns the infrastructure from accessing user data. Yet there does not exist much in the literature on detection of insider attacks. In this work, we propose a new system architecture in which insider attacks can be detected by utilizing the replication of data on various nodes in the system. The proposed system uses a two-step attack detection algorithm and a secure communication protocol to analyze processes executing in the system. The first step involves the construction of control instruction sequences for each process in the system. The second step involves the matching of these instruction sequences among the replica nodes. Initial experiments on real-world hadoop and spark tests show that the proposed system needs to consider only 20% of the code to analyze a program and incurs 3.28% time overhead. The proposed security system can be implemented and built for any big data system due to its extrinsic workflow.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes