Phishing Website Detection Using Machine Learning
Phishing Website Detection Using Machine Learning
Varshitha B1
Dr. K. Subba Rao 2
Dr. Gattu Prasad3
PG Scholar, Dept of CSE
HOD, Research and Development
Assistant Professor, Dept of CSE
Sphoorthy Engineering College
Hyderabad, India
baddamvarshitha3131@gmail.com
Abstract— Phishing website detection using machine learning focuses on the design and implementation of an intelligent system for detecting malicious URLs using machine learning techniques. The system aims to classify URLs as either legitimate or malicious by analyzing various structural and statistical features extracted from the URLs. A dataset containing both benign and malicious URLs is used to train and evaluate the model. The proposed approach utilizes a Gradient Boosting Classifier due to its high accuracy and ability to handle complex patterns in data. Feature extraction plays a crucial role in the project, where attributes such as URL length, presence of special characters, domain age, use of HTTPS, and abnormal patterns are considered. These features are fed into the model, which learns to differentiate between safe and harmful URLs. The project involves several stages, including data collection, preprocessing, feature extraction, model training, and performance evaluation. Multiple machine learning algorithms such as Support Vector Machine (SVM), Decision Tree, Random Forest, and XG Boost are also explored and compared to identify the most effective model .The system is designed to work in real time, allowing users to input URLs and receive instant predictions regarding their safety.
Keywords— Phishing Website Detection, Machine Learning, Gradient Boosting Classifier, URL Feature Extraction, Cybersecurity, Malicious URL Detection, Web Security, Classification, Feature Engineering, Real-Time Detection.