CRSIMar 19, 2018

SybilFuse: Combining Local Attributes with Global Structure to Perform Robust Sybil Detection

arXiv:1803.06772v360 citations
Originality Highly original
AI Analysis

This addresses the threat of Sybil attacks for online social systems, offering a robust detection method that relaxes oversimplified assumptions of prior work.

The paper tackles the problem of Sybil attacks in online social networks by proposing SybilFuse, a framework that combines local trust scores with global network structure to detect malicious identities, achieving 98% Sybil coverage among top-ranked nodes on a Twitter dataset with 20M nodes and 265M edges.

Sybil attacks are becoming increasingly widespread and pose a significant threat to online social systems; a single adversary can inject multiple colluding identities in the system to compromise security and privacy. Recent works have leveraged social network-based trust relationships to defend against Sybil attacks. However, existing defenses are based on oversimplified assumptions about network structure, which do not necessarily hold in real-world social networks. Recognizing these limitations, we propose SybilFuse, a defense-in-depth framework for Sybil detection when the oversimplified assumptions are relaxed. SybilFuse adopts a collective classification approach by first training local classifiers to compute local trust scores for nodes and edges, and then propagating the local scores through the global network structure via weighted random walk and loopy belief propagation mechanisms. We evaluate our framework on both synthetic and real-world network topologies, including a large-scale, labeled Twitter network comprising 20M nodes and 265M edges, and demonstrate that SybilFuse outperforms state-of-the-art approaches significantly. In particular, SybilFuse achieves 98% of Sybil coverage among top-ranked nodes.

Foundations

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

Your Notes