Phishing URL Detection using Bi-LSTM
By: Sneha Baskota
Potential Business Impact:
Stops fake websites from stealing your information.
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 types of attacks they can identify. This paper proposes a deep learning-based approach using a Bidirectional Long Short-Term Memory (Bi-LSTM) network to classify URLs into four categories: benign, phishing, defacement, and malware. The model leverages sequential URL data and captures contextual information, improving the accuracy of phishing detection. Experimental results on a dataset comprising over 650,000 URLs demonstrate the model's effectiveness, achieving 97% accuracy and significant improvements over traditional techniques.
Similar Papers
Dual-Path Phishing Detection: Integrating Transformer-Based NLP with Structural URL Analysis
Cryptography and Security
Catches tricky fake emails better.
LLM-Powered Intent-Based Categorization of Phishing Emails
Cryptography and Security
Finds fake emails by understanding what they want.
A Hybrid Deep Learning and Anomaly Detection Framework for Real-Time Malicious URL Classification
Cryptography and Security
Stops bad websites from tricking you online.