vaibhavbichave/Phishing-URL-Detection
Phishers use the websites which are visually and semantically similar to those real websites. So, we develop this website to come to know user whether the URL is phishing or not before using it. URL - http://phishing-url-detector-api.herokuapp.com/
Leverages ensemble machine learning models (Gradient Boosting, CatBoost, XGBoost) trained on URL structural features like HTTPS usage, anchor URLs, and website traffic patterns to achieve 97.4% classification accuracy. Built with Flask for the web interface and scikit-learn for model training, the system extracts feature vectors from submitted URLs and uses a pickled Gradient Boosting classifier for real-time predictions.
218 stars. No commits in the last 6 months.
Stars
218
Forks
117
Language
Jupyter Notebook
License
—
Category
Last pushed
Jul 11, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/vaibhavbichave/Phishing-URL-Detection"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mandiant/stringsifter
A machine learning tool that ranks strings based on their relevance for malware analysis.
wesleyraptor/streamingphish
Python-based utility that uses supervised machine learning to detect phishing domains from the...
deepeshdm/Phishing-Attack-Domain-Detection
Identifying Malicious Phishing URLs through Machine Learning
faizann24/phishytics-machine-learning-for-phishing
Machine Learning for Phishing Website Detection
akamai/luda
Malicious actors often reuse code to deploy their malware, phishing website or CNC server. As a...