Skip to content
Open access

ELEVATING PHISHING DETECTION PERFORMANCE WITH MACHINE LEARNING AND DEEP LEARNING-ENABLED FEATURE SELECTION

Jul 2026 · American Journal of AI Cyber Computing Management · Vol 6, pp. 219-230 · 0 citations · 2 references

TL;DR

An intelligent phishing detection framework that integrates machine learning, deep learning-enabled feature selection, multi-source phishing feature extraction, hybrid classification, and real-time risk assessment is proposed that can achieve higher detection accuracy, precision, recall, F1-score, and lower response latency than blacklist-based, conventional machine learning, and standalone deep learning approaches.

Abstract

Phishing remains one of the most persistent and rapidly evolving cybersecurity threats, exploiting deceptive websites, malicious URLs, fraudulent messages, compromised domains, and social-engineering strategies to obtain sensitive information such as usernames, passwords, financial credentials, personal records, and authentication tokens. Conventional phishing detection mechanisms based on blacklists, manually defined rules, static signatures, and heuristic filters provide useful protection against previously identified attacks but often exhibit limited effectiveness against zero-day phishing websites, short-lived malicious domains, obfuscated URLs, and dynamically changing attack patterns. Furthermore, machine learning-based phishing detection models frequently process large and redundant feature spaces containing irrelevant, correlated, or noisy attributes, which may increase computational overhead and reduce generalization capability. This research proposes an intelligent phishing detection framework that integrates machine learning, deep learning-enabled feature selection, multi-source phishing feature extraction, hybrid classification, and real-time risk assessment. The proposed framework extracts URL lexical characteristics, domain and host-based properties, webpage content indicators, Hypertext Markup Language and JavaScript features, security certificate attributes, redirection behavior, and contextual metadata. A deep learningenabled feature selection module employs representation learning and importance estimation to identify the most discriminative phishing indicators while eliminating redundant and low-contribution attributes. The selected feature subset is subsequently evaluated using machine learning classifiers such as Random Forest, Support Vector Machine, XGBoost, and Logistic Regression, together with deep learning architectures including Multilayer Perceptron, Convolutional Neural Network, and Long Short-Term Memory networks. A hybrid decision engine combines model confidence, anomaly indicators, and contextual risk information to classify web resources as legitimate, suspicious, or phishing. The proposed architecture consists of five interconnected layers: Data Acquisition, Preprocessing and Feature Engineering, Deep Learning-Enabled Feature Selection and Intelligent Detection, Risk Assessment and Response, and Application/User layers. Illustrative conceptual evaluation demonstrates that the proposed hybrid framework can achieve higher detection accuracy, precision, recall, F1-score, and lower response latency than blacklist-based, conventional machine learning, and standalone deep learning approaches. The framework provides a scalable foundation for intelligent phishing protection across browsers, email gateways, enterprise networks, financial platforms, educational environments, and cloud-based security services.

Read PDF

Similar papers

Conference Jul 2026

Transformer-based Phishing Website Detection and Cyber Attack Prevention Systems

Phishing websites still pose a threat to internet users by using well-known domain names and confusing URL formats to trick them into divulging confidential information. This research proposes a phishing website detection system and a cyberattack prevention system based on a deep learning model designed to detect whether raw URLs are phishing or legitimate, leveraging a transformer model. The system analyzes URL sequences to identify patterns, domain name irregularities, suspicious tokens, unusual lengths, special character usage, and deceptive subdomains. A web interface enables the user to input URLs, and the Flask backend performs pre-processing, tokenization, model inference, and suspicious feature identification. The proposed method fuses the transformer-based semantic representation of the URL and lexical feature analysis to reliably detect phishing and provide explainable warning features. The system creates a prediction label, confidence score, and suspicious features in real time to support the decision-making process. This work provides a practical and scalable solution for phishing identification, user protection, and web-based cyberattack prevention.

Dr. N. Ramadevi, Dr. K. Uday, Kumar et al. · 0 citations
Conference Jul 2026

Multi Model Approach for Phishing Website Detection using ML and DL Techniques

In the technology era, Phishing has continued to be a great challenge within the cybersecurity and web security landscape. This involves exploiting human trust on any online services and subtle technical flaws. This is to gather credentials, financial data, and sensitive information across diverse online platforms and various users. Traditional defenses like static blacklists, signature-based filters and simple detection rules are limited by slow update cycles and an inability to capture subtle syntactic and behavioral cues. To address these shortcomings, we propose a hybrid detection framework that fuses classical supervised machine-learning classifiers (e.g., Logistic Regression, SVM, Random Forest, XGBoost) with sequence-aware deep learning (LSTM) to jointly model lexical, structural, syntactic, and behavioral features extracted from URLs and webpage metadata. This combined approach leverages the interpretability and stability of ML models alongside the pattern-learning strength of LSTMs to detect both known and zero-day phishing attempts, produce calibrated confidence scores and deliver comprehensive reports via a real-time web interface resulting in a robust, transparent, and operationally useful solution for strengthening web security.

M. Yaswanth, Pathan Basheer Khan, Dhulipalla Naga Harish et al. · 0 citations
Open access Jul 2026

A Hybrid Intelligent Framework for Phishing Website Detection Using SVM and LightGBM

Phishing websites continue to pose a serious cybersecurity threat by deceiving users into revealing sensitive information such as login credentials, banking details, and personal data. Traditional blacklist-based detection techniques are ineffective against newly created phishing websites, necessitating intelligent machine learning solutions. This paper presents PhishShield, a hybrid phishing website detection framework that integrates Support Vector Machine (SVM) and Light Gradient Boosting Machine (LightGBM) to accurately classify legitimate and phishing websites. The proposed approach utilizes URL-based feature extraction and text preprocessing to generate meaningful representations for classification. SVM provides robust decision boundaries, while LightGBM enhances predictive performance through efficient gradient boosting. Experimental evaluation demonstrates that the hybrid framework achieves higher accuracy, precision, recall, and F1-score compared to conventional machine learning models. The system is implemented as a web-based application capable of real-time URL analysis, enabling users to identify malicious websites before accessing them. The proposed framework offers an efficient, scalable, and reliable solution for strengthening web security against evolving phishing attacks.

Srija Pasupunuti, Sk.Mahammadunnisa · 0 citations
Open access Aug 2026

Browser-based phishing detection system using modern web technologies

A hybrid browser-resident phishing detection framework that combines three complementary detection mechanisms: a locally executed Random Forest model using URL lexical features, lightweight real-time DOM structure analysis, and VirusTotal’s multi-engine reputation service is proposed.

Muhammad Arshad, Beena Sherin Kuriakose, C. W. Onn et al. · 0 citations

Explainable Phishing Website Detection Using Comparative Machine Learning and SHAP

An integrated comparative evaluation that combines six-algorithm benchmarking, leakage-free hyperparameter optimization, and SHAP-based interpretation on a public phishing dataset, offering practical guidance for security analysts is offered.

Juni Ismail, Raja Anan Nasution, Muhammad Nasri Gea · 0 citations