paper-with-me

Papers

SecureReg: Combining NLP and MLP for Enhanced Detection of Malicious Domain Name Registrations

2024-01-06 · Furkan Çolhak, Mert İlhan Ecevit, Hasan Dağ, Reiner Creutzburg

The escalating landscape of cyber threats, characterized by the registration of thousands of new domains daily for large-scale Internet attacks such as spam, phishing, and drive-by downloads, underscores the imperative for innovative detection methodologies. This paper introduces a cutting-edge approach for identifying suspicious domains at the onset of the registration process. The accompanying data pipeline generates crucial features by comparing new domains to registered domains, emphasizing the crucial similarity score. The proposed system analyzes semantic and numerical attributes by leveraging a novel combination of Natural Language Processing (NLP) techniques, including a pretrained CANINE model and Multilayer Perceptron (MLP) models, providing a robust solution for early threat detection. This integrated Pretrained NLP (CANINE) + MLP model showcases the outstanding performance, surpassing both individual pretrained NLP models and standalone MLP models. With an F1 score of 84.86\% and an accuracy of 84.95\% on the SecureReg dataset, it effectively detects malicious domain registrations. The findings demonstrate the effectiveness of the integrated approach and contribute to the ongoing efforts to develop proactive strategies to mitigate the risks associated with illicit online activities through the early identification of suspicious domain registrations.

📄 PDF Abstract BibTeX arXiv:2401.03196

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Leveraging Large Language Models to Detect npm Malicious Packages

2024-03-18 · Nusrat Zahan, Philipp Burckhardt, Mikola Lysenko, Feross Aboukhadijeh 외

Existing malicious code detection techniques demand the integration of multiple tools to detect different malware patterns, often suffering from high misclassification rates. Therefore, malicious code detection technique…

Malware Detection

Joint Detection of Malicious Domains and Infected Clients

2019-06-21 · Paul Prasse, Rene Knaebel, Lukas Machlica, Tomas Pevny 외

Detection of malware-infected computers and detection of malicious web domains based on their encrypted HTTPS traffic are challenging problems, because only addresses, timestamps, and data volumes are observable. The det…

Transfer Learning

Unsupervised User-Based Insider Threat Detection Using Bayesian Gaussian Mixture Models

2022-11-23 · Simon Bertrand, Nadia Tawbi, Josée Desharnais

Insider threats are a growing concern for organizations due to the amount of damage that their members can inflict by combining their privileged access and domain knowledge. Nonetheless, the detection of such threats is …

Diversity

Hybrid Machine Learning Model for Detecting Bangla Smishing Text Using BERT and Character-Level CNN

2025-02-03 · Gazi Tanbhir, Md. Farhan Shahriyar, Khandker Shahed, Abdullah Md Raihan Chy 외

Smishing is a social engineering attack using SMS containing malicious content to deceive individuals into disclosing sensitive information or transferring money to cybercriminals. Smishing attacks have surged by 328%, p…

Binary ClassificationHybrid Machine LearningMulti-class Classification

LLM-Enhanced Hierarchical Heterogeneous Graph Representation Learning for Malicious Python Package Detection

2026-07-03 · Hang Gao, Xiaoyu Chen, Baoquan Cui, Zhen Tang 외 arxiv

Malicious Python packages have become a major threat to software supply chain ecosystems due to the widespread adoption of open-source repositories such as PyPI. Existing learning-based detection methods struggle to capt…

Graph Representation LearningGraph Neural Network