LGCRDec 31, 2024

A New Dataset and Methodology for Malicious URL Classification

arXiv:2501.00356v13 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This work addresses dataset scarcity and model limitations in cybersecurity for web-based threat detection, though it appears incremental with enhancements to existing methods.

The authors tackled the problem of malicious URL classification by introducing a new multi-class dataset called DeepURLBench and improving string-based classifiers with DNS-derived features, achieving notable performance gains while maintaining real-time efficiency.

Malicious URL (Uniform Resource Locator) classification is a pivotal aspect of Cybersecurity, offering defense against web-based threats. Despite deep learning's promise in this area, its advancement is hindered by two main challenges: the scarcity of comprehensive, open-source datasets and the limitations of existing models, which either lack real-time capabilities or exhibit suboptimal performance. In order to address these gaps, we introduce a novel, multi-class dataset for malicious URL classification, distinguishing between benign, phishing and malicious URLs, named DeepURLBench. The data has been rigorously cleansed and structured, providing a superior alternative to existing datasets. Notably, the multi-class approach enhances the performance of deep learning models, as compared to a standard binary classification approach. Additionally, we propose improvements to string-based URL classifiers, applying these enhancements to URLNet. Key among these is the integration of DNS-derived features, which enrich the model's capabilities and lead to notable performance gains while preserving real-time runtime efficiency-achieving an effective balance for cybersecurity applications.

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