CRJun 6, 2016

The Circle Game: Scalable Private Membership Test Using Trusted Hardware

arXiv:1606.01655v460 citations
Originality Incremental advance
AI Analysis

This work addresses privacy concerns in cloud-based malware checking for users by providing a scalable PMT solution, though it is incremental as it builds on existing hardware architectures.

The authors tackled the scalability problem of private membership test (PMT) schemes for cloud-assisted malware checking by proposing a carousel approach using trusted hardware, which outperformed Path ORAM by supporting a much higher query arrival rate while maintaining acceptable response latency.

Malware checking is changing from being a local service to a cloud-assisted one where users' devices query a cloud server, which hosts a dictionary of malware signatures, to check if particular applications are potentially malware. Whilst such an architecture gains all the benefits of cloud-based services, it opens up a major privacy concern since the cloud service can infer personal traits of the users based on the lists of applications queried by their devices. Private membership test (PMT) schemes can remove this privacy concern. However, known PMT schemes do not scale well to a large number of simultaneous users and high query arrival rates. We propose a simple PMT approach using a carousel: circling the entire dictionary through trusted hardware on the cloud server. Users communicate with the trusted hardware via secure channels. We show how the carousel approach, using different data structures to represent the dictionary, can be realized on two different commercial hardware security architectures (ARM TrustZone and Intel SGX). We highlight subtle aspects of securely implementing seemingly simple PMT schemes on these architectures. Through extensive experimental analysis, we show that for the malware checking scenario our carousel approach surprisingly outperforms Path ORAM on the same hardware by supporting a much higher query arrival rate while guaranteeing acceptable response latency for individual queries.

Foundations

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

Your Notes