1 / 8

Enhancing User Privacy: Preventing Query Association Attacks

This document discusses the vulnerability of user requests to query association attacks, where attackers can infer sensitive attributes. It presents two effective methods to mitigate these risks: many-to-one and many-to-many queries. Key techniques include k-anonymity, l-diversity, and t-closeness, which help ensure that user data is sufficiently obfuscated. These frameworks guarantee that users cannot be linked to fewer than ℓ distinct values of service attributes, enhancing privacy by making it difficult to track individual users based on location or service usage patterns.

dacian
Télécharger la présentation

Enhancing User Privacy: Preventing Query Association Attacks

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Query homogeneity attacks • Problem: • The attacker want to infer information from the sensitive attribute(s) involved in a user’s request => query association

  2. Two methods to prevent query association: • Many-to-one queries: a k-anonymous cloaking region <-> single service attribute => k potential users who may be the owner of the service attribute • Many-to-many queries: a cloaking region <-> a set of service attribute values (ones belonging to the users inside the region)

  3. Example

  4. l-diversity • Query l-diversity: ensures that a user cannot be linked to less than ℓ distinct service attribute values. equivalence class (EC)

  5. t-closeness all disease is stomach problem

  6. l-diversity & t-closeness • Satisfying location k-anonymity • Satisfying query ℓ-diversity • Satisfying query t-closeness query 3-diverse and location 3-anonymous

  7. m-Invariance • Query m-Invariance: the number of possible query association attacks will increase if a user can be associated with more number of service attribute values.

More Related