用16个结构特征+轻量MLP,实时精准识别钓鱼网址
A Lightweight Hybrid MLP-Based Framework for Real-Time Phishing URL Detection Using Structural URL Features
- 仅基于URL结构特征,结合黑名单与MLP分类器
- 准确率99.24%,每秒可处理4200个网址
- 适合资源受限环境,已实现桌面应用原型
钓鱼攻击仍是重大网络安全威胁,传统黑名单和规则检测方法反应滞后,难以发现新型钓鱼网址。本文提出一种轻量级混合框架,通过黑名单筛选与仅依赖结构特征的多层感知机(MLP)分类器相结合,实现实时钓鱼网址检测。该框架提取16个源自URL的特征,涵盖结构、域名及安全相关属性,无需网页内容、第三方API或视觉渲染,计算高效,适合实时部署。系统在包含235,795个标注网址的PhiUSIIL数据集上训练与评估,实验结果表明,所提MLP模型达到99.24%准确率、98.74%精确率、99.95%召回率、99.34% F1分数和99.65% ROC-AUC,优于随机森林、逻辑回归、XGBoost、LightGBM和CatBoost。混合架构平均单次推理延迟为1.2毫秒,高并发下峰值吞吐达每秒4,200个网址。一个功能型桌面应用原型CyberGuard进一步验证了其部署可行性。结果表明,该框架在资源受限环境下提供了高精度且高效的实时钓鱼网址检测方案。
原文摘要 · Abstract (English)
Phishing attacks remain a major cybersecurity threat, exploiting deceptive URLs to steal sensitive user information. Traditional blacklist and rule-based detection approaches are reactive and often fail to identify newly emerging phishing URLs. This paper proposes a lightweight hybrid framework for real-time phishing URL detection that combines blacklist-based screening with a Multi-Layer Perceptron (MLP) classifier operating solely on structural URL features. The framework extracts 16 URL-derived features capturing structural, domain-based, and security-related characteristics without requiring webpage content access, third-party APIs, or visual rendering, making it computationally efficient for real-time deployment. The system was trained and evaluated on the PhiUSIIL phishing dataset containing 235,795 labelled URLs. Experimental results show that the proposed MLP achieved 99.24% accuracy, 98.74% precision, 99.95% recall, 99.34% F1-score, and 99.65% ROC-AUC, outperforming Random Forest, Logistic Regression, XGBoost, LightGBM, and CatBoost under the same evaluation setting. The hybrid architecture achieved an average inference latency of 1.2 ms per URL and a peak throughput of 4,200 URLs per second under concurrent processing. A functional desktop application prototype, CyberGuard, further demonstrates deployment viability. The results indicate that the proposed framework provides an accurate and computationally efficient solution for real-time phishing URL detection in resource-constrained environments.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。