Abstract
Online social networks (OSNs) are generally susceptible to Sybil attack, which causes a series of cybersecurity problems and privacy violations. Malicious attackers can create massive Sybils and further utilize those fake identities to launch various Sybil attacks. Therefore, Sybil detection in OSNs has become an urgent security research problem for both academia and industries. The existing content-based methods to detect Sybils base on the combination of manual-design features and machine learning algorithms, which requires lots of professional experiences and human effort. These methods divide the Sybil detection problem into two piece-wise sub-problems, which prevents us from getting the optimal solution. In this work, we propose a novel content-based method to detect Sybils. The proposed method is an end-to-end classification model that extracts features directly from the input data, and then output the classification results in a unified framework. The proposed method includes three main parts: first, the self-normalizing convolutional neural network (CNN) is adopted to extract lower features from the multi-dimensional input data; second, the bidirectional self-normalizing LSTM network (bi-SN-LSTM) is developed to extract higher features from the compressed feature map sequence; third, the dense layer and softmax classifier are stacked to output the classification results. Unlike the traditional bidirectional long short-term memory network (bi-LSTM), the proposed bi-SN-LSTM network utilizes SELU as the activation function of its recurrent step, which provides unbounded changes to the state value. Through the case study of the real-world dataset, the comparison experiments demonstrate that our method significantly outperforms other state-of-the-art methods.
Highlights
In recent years, online social networks (OSNs) have had an ever-increasing impact on human society, including the impact on people’s daily life, business models and international communication methods, etc
The feature extraction part is composed of self-normalizing convolutional neural network (CNN) and the proposed bi-SN-long short-term memory (LSTM) that can extract lower features and higher features, respectively
GENERAL INTRODUCTION TO THE DATASET The datasets we use in this paper to test and verify the performance of our proposed model is generated by My Information Bubble (MIB) [37]
Summary
Online social networks (OSNs) have had an ever-increasing impact on human society, including the impact on people’s daily life, business models and international communication methods, etc. Take Twitter as an example, there are 145 million daily active Twitter users that create 500 million tweets per day [1]. Attackers appear, and they can launch Sybil attacks through a large number of malicious users, which are called Sybils. Examples of Sybils include, but not limited to, spammers, compromised normal users, and fake users [2]. Sybil attack takes advantage of its high proportion of Sybils among users of the entire OSN to increase the impact of multiple malicious activities, such as spamming [3], phishing attacks [4], illegal access to personal privacy information [5], malware distribution [6], etc. Attackers can further leverage the influence of Sybils to multiply the losses caused by the above malicious attack methods to the OSN.
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have
Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.