LGCRSIMLApr 1, 2019

Cyberthreat Detection from Twitter using Deep Neural Networks

arXiv:1904.01127v199 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the need for timely cyberthreat intelligence for organizations by processing social media data, though it is incremental as it applies existing deep learning methods to a specific domain.

The paper tackles the problem of detecting cyberthreats from Twitter by developing a tool that uses deep neural networks to classify security-related tweets and extract named entities, achieving a 94% true positive rate and 92% F1-score in case studies.

To be prepared against cyberattacks, most organizations resort to security information and event management systems to monitor their infrastructures. These systems depend on the timeliness and relevance of the latest updates, patches and threats provided by cyberthreat intelligence feeds. Open source intelligence platforms, namely social media networks such as Twitter, are capable of aggregating a vast amount of cybersecurity-related sources. To process such information streams, we require scalable and efficient tools capable of identifying and summarizing relevant information for specified assets. This paper presents the processing pipeline of a novel tool that uses deep neural networks to process cybersecurity information received from Twitter. A convolutional neural network identifies tweets containing security-related information relevant to assets in an IT infrastructure. Then, a bidirectional long short-term memory network extracts named entities from these tweets to form a security alert or to fill an indicator of compromise. The proposed pipeline achieves an average 94% true positive rate and 91% true negative rate for the classification task and an average F1-score of 92% for the named entity recognition task, across three case study infrastructures.

Code Implementations1 repo
Foundations

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

Your Notes