Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sayakpaul/phishing-websites-detection

Experiments to detect phishing websites using neural networks
https://github.com/sayakpaul/phishing-websites-detection

cybersecurity keras-tensorflow machine-learning neural-network phishing-attacks scikit-learn

Last synced: 10 days ago
JSON representation

Experiments to detect phishing websites using neural networks

Awesome Lists containing this project

README

        

# Phishing-Websites-Detection

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/sayakpaul/Phishing-Websites-Detection/master)

The aim of the experiments conducted in the accompanying notebook is to present an idea of how modern _phishing website attacks_ can be prevented using machine learning. To do this, we are going to use the [Phishing Websites' Dataset](https://archive.ics.uci.edu/ml/datasets/phishing+websites). The viewers are requested to take a look at [this paper](https://archive.ics.uci.edu/ml/machine-learning-databases/00327/Phishing%20Websites%20Features.docx) by the authors of the dataset. The paper discusses the data generation strategy in details and how the authors were able to come up with the most significant set of features for _detecting phishing websites_.

The machine learning models shown here can be easily served as REST API endpoints which can further be used in conjunction with add-ons to detect phishing websites in real-time.