paper-with-me

홈 › Papers

AntiPhishStack: LSTM-based Stacked Generalization Model for Optimized Phishing URL Detection

2024-01-17 · Saba Aslam, Hafsa Aslam, Arslan Manzoor, Chen Hui, Abdur Rasool

The escalating reliance on revolutionary online web services has introduced heightened security risks, with persistent challenges posed by phishing despite extensive security measures. Traditional phishing systems, reliant on machine learning and manual features, struggle with evolving tactics. Recent advances in deep learning offer promising avenues for tackling novel phishing challenges and malicious URLs. This paper introduces a two-phase stack generalized model named AntiPhishStack, designed to detect phishing sites. The model leverages the learning of URLs and character-level TF-IDF features symmetrically, enhancing its ability to combat emerging phishing threats. In Phase I, features are trained on a base machine learning classifier, employing K-fold cross-validation for robust mean prediction. Phase II employs a two-layered stacked-based LSTM network with five adaptive optimizers for dynamic compilation, ensuring premier prediction on these features. Additionally, the symmetrical predictions from both phases are optimized and integrated to train a meta-XGBoost classifier, contributing to a final robust prediction. The significance of this work lies in advancing phishing detection with AntiPhishStack, operating without prior phishing-specific feature knowledge. Experimental validation on two benchmark datasets, comprising benign and phishing or malicious URLs, demonstrates the model's exceptional performance, achieving a notable 96.04% accuracy compared to existing studies. This research adds value to the ongoing discourse on symmetry and asymmetry in information security and provides a forward-thinking solution for enhancing network security in the face of evolving cyber threats.

📄 PDF Abstract BibTeX arXiv:2401.08947

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Phishing URL Detection using Bi-LSTM

2025-04-29 · Sneha Baskota

Phishing attacks threaten online users, often leading to data breaches, financial losses, and identity theft. Traditional phishing detection systems struggle with high false positive rates and are usually limited by the …

Federated Phish Bowl: LSTM-Based Decentralized Phishing Email Detection

2021-10-12 · Yuwei Sun, Ng Chong, Hideya Ochiai

With increasingly more sophisticated phishing campaigns in recent years, phishing emails lure people using more legitimate-looking personal contexts. To tackle this problem, instead of traditional heuristics-based algori…

Federated LearningPrivacy Preserving

A Deep Learning Model with Hierarchical LSTMs and Supervised Attention for Anti-Phishing

2018-05-03 · Minh Nguyen, Toan Nguyen, Thien Huu Nguyen

Anti-phishing aims to detect phishing content/documents in a pool of textual data. This is an important problem in cybersecurity that can help to guard users from fraudulent information. Natural language processing (NLP)…

SentenceText Categorization

The Performance of Sequential Deep Learning Models in Detecting Phishing Websites Using Contextual Features of URLs

2024-04-15 · Saroj Gopali, Akbar S. Namin, Faranak Abri, Keith S. Jones

Cyber attacks continue to pose significant threats to individuals and organizations, stealing sensitive data such as personally identifiable information, financial information, and login credentials. Hence, detecting mal…

Deep Learning

Spatio-temporal Stacked LSTM for Temperature Prediction in Weather Forecasting

2018-11-15 · Zahra Karevan, Johan A. K. Suykens

Long Short-Term Memory (LSTM) is a well-known method used widely on sequence learning and time series prediction. In this paper we deployed stacked LSTM model in an application of weather forecasting. We propose a 2-laye…

PredictionTime SeriesTime Series AnalysisTime Series Prediction+1