CRDec 11, 2020

Towards Secure and Leak-Free Workflows Using Microservice Isolation

arXiv:2012.06300v1
Originality Incremental advance
AI Analysis

This work provides a method for businesses, particularly those handling sensitive data like the movie or pharmaceutical industries, to secure their internal workflows against data exposure, representing an incremental improvement in microservice security.

This paper addresses the problem of data leaks and breaches in business workflows by proposing a microservice-based infrastructure that enforces owner policies using zero-trust principles. The authors demonstrate that their infrastructure is resilient to a defined set of attacks and correctly enforces specified policies, while also estimating the overhead cost of authorization.

Data leaks and breaches are on the rise. They result in huge losses of money for businesses like the movie industry, as well as a loss of user privacy for businesses dealing with user data like the pharmaceutical industry. Preventing data exposures is challenging, because the causes for such events are various, ranging from hacking to misconfigured databases. Alongside the surge in data exposures, the recent rise of microservices as a paradigm brings the need to not only secure traffic at the border of the network, but also internally, pressing the adoption of new security models such as zero-trust to secure business processes. Business processes can be modeled as workflows, where the owner of the data at risk interacts with contractors to realize a sequence of tasks on this data. In this paper, we show how those workflows can be enforced while preventing data exposure. Following the principles of zero-trust, we develop an infrastructure using the isolation provided by a microservice architecture, to enforce owner policy. We show that our infrastructure is resilient to the set of attacks considered in our security model. We implement a simple, yet realistic, workflow with our infrastructure in a publicly available proof of concept. We then verify that the specified policy is correctly enforced by testing the deployment for policy violations, and estimate the overhead cost of authorization.

Foundations

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

Your Notes