Skip to content
Open access

Adversarial-resilient lightweight phishing url detection: Evaluating lexical & metadata features under evasion techniques

Jul 2026 · Scientific Reports · Vol 16 · 0 citations · 42 references
Medicine

TL;DR

The Adversarial-Resilient Lightweight Random Forest (AR-LRF) model is proposed, combining controlled ensemble complexity with simulated adversarial perturbations applied during training to mitigate adversarial vulnerabilities.

Abstract

Phishing is considered one of the most widespread and dynamic cyber threats, as attackers use deceitful URL structures to circumvent traditional detection tools. Despite promising performances of machine learning-based phishing detection techniques, the majority of existing models are evaluated under clean conditions, failing to account for adversarial URL evasion methods including obfuscation, encoding manipulation, homoglyph substitutions, token padding, and subdomain reordering. This weakness grossly compromises their practical performance in real-world deployments. Phishing URL detection is modelled as a lightweight binary classification problem supported by an explicit adversarial threat model. Lexical, structural, and metadata-based URL features are represented comprehensively without relying on raw URL strings or deep packet inspection (DPI), preserving user privacy and enabling broad deployment. To mitigate adversarial vulnerabilities, the Adversarial-Resilient Lightweight Random Forest (AR-LRF) model is proposed, combining controlled ensemble complexity with simulated adversarial perturbations applied during training. Extensive experiments on a large-scale imbalanced real-world dataset (91% benign, 9% phishing) consisting of 650,000 URLs were evaluated across accuracy, precision, recall, F1-score, and ROC-AUC under clean and adversarial conditions against five baseline classifiers: Logistic Regression, Decision Tree, Random Forest, Support Vector Machine, and Naïve Bayes. The AR-LRF achieves 99.78% accuracy and ROC-AUC of 0.9999 on clean data, with significantly lower performance degradation under adversarial perturbations. Feature importance and confidence stability analyses further validate the model’s resilience, positioning AR-LRF as a viable, lightweight, and deployable tool for modern cybersecurity infrastructure.

Read PDF

Similar papers

Jul 2026

Crafting evasive phishing URLs: exploiting tokenizer vulnerabilities in transformer-based detection systems

This paper proposes Homoglyph-Guided Beam Search (HG-BS), an adversarial attack framework that generates evasive URLs preserving both visual appearance and functional validity under strict structural constraints, and establishes that current high-accuracy URL detectors rely on fragile token patterns rather than robust semantic understanding.

Hyun Kwon, Junhyeong Lee · 0 citations
Open access Aug 2026

Phishing GAT: Adversarial-Hardened Phishing Email Detection via Semantic-Structural Fusion and Graph Attention Networks

PhishingGAT, a detector that fuses word-level semantic features with structural ones and is hardened against adversarial perturbation, is presented, a detector that fuses word-level semantic features with structural ones and is hardened against adversarial perturbation.

R. Kodali, Siva Rama Krishna T Dr · 0 citations
Open access Aug 2026

GenAI-augmented ensemble learning framework for phishing URL detection using lexical, host-based and sequential features

Experimental results show that the proposed stacking ensemble consistently achieves the best overall performance, while a moderate augmentation ratio of 25% provides the highest robustness under temporal and cross-dataset evaluation; higher augmentation levels reduce performance.

I. Mamatov · 0 citations
Open access Jul 2026

Large Language Models for phishing URL detection: A comparative study of LLaMA-3, GEMMA-7B, and traditional Machine Learning approaches

The proposed LLM-based framework offers a promising approach for improving phishing detection and strengthening modern cybersecurity defenses and suggests that transformer-based models can effectively identify deceptive domain structures, abnormal URL patterns, and obfuscation techniques.

L. Eliyan, M. Alshraideh, Bayan Alfayoumi · 0 citations
Preprint Aug 2026

Adversarial Robustness in Smishing Detection: A Comparative Analysis of Adversarial Fragility in Classical vs. Transformer-Based Detection Systems

It is demonstrated that clean-text performance is not a reliable predictor of adversarial robustness, and the results underscore the necessity for architecture-specific defences and frame smishing detection as an adversarial cybersecurity challenge rather than a static classification task.

Denzel Chiuseni, A. Bahizire, Silva Hama et al. · 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