Skip to content

I have taken dataset from kaggle for phishing url detection https://www.kaggle.com/datasets/taruntiwarihp/phishing-site-urls/data and extracted different features from urls and them trainind ANN model on those features which given in notebook.

Notifications You must be signed in to change notification settings

muxair080/phishing-url-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project aims to detect phishing URLs using machine learning techniques. I have downloaded dataset from kaggle https://www.kaggle.com/datasets/taruntiwarihp/phishing-site-urls/data which are web links designed to deceive users into giving away sensitive information. Various features are extracted from these URLs, such as the structure of the link and the presence of suspicious keywords.

The core of the project lies in training an artificial neural network (ANN) model using deep learning. This model learns from the dataset, enabling it to recognize patterns associated with phishing URLs. Once trained, the model can quickly analyze new URLs and determine if they are likely to be phishing attempts.

Releases

No releases published

Packages

No packages published