CRCLIRJul 1, 2022

Multi-features based Semantic Augmentation Networks for Named Entity Recognition in Threat Intelligence

arXiv:2207.00232v117 citationsh-index: 22Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of sparse and variable cybersecurity data for security analysts, though it appears incremental as it builds on existing feature aggregation techniques.

The paper tackled the problem of extracting cybersecurity entities from unstructured text by proposing a semantic augmentation method that incorporates multiple linguistic features and domain-specific similarities, achieving effective results on datasets DNRTI and MalwareTextDB.

Extracting cybersecurity entities such as attackers and vulnerabilities from unstructured network texts is an important part of security analysis. However, the sparsity of intelligence data resulted from the higher frequency variations and the randomness of cybersecurity entity names makes it difficult for current methods to perform well in extracting security-related concepts and entities. To this end, we propose a semantic augmentation method which incorporates different linguistic features to enrich the representation of input tokens to detect and classify the cybersecurity names over unstructured text. In particular, we encode and aggregate the constituent feature, morphological feature and part of speech feature for each input token to improve the robustness of the method. More than that, a token gets augmented semantic information from its most similar K words in cybersecurity domain corpus where an attentive module is leveraged to weigh differences of the words, and from contextual clues based on a large-scale general field corpus. We have conducted experiments on the cybersecurity datasets DNRTI and MalwareTextDB, and the results demonstrate the effectiveness of the proposed method.

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