GithubHelp home page GithubHelp logo

pravinglkp / web-phishing-detection- Goto Github PK

View Code? Open in Web Editor NEW

This project forked from govind155/web-phishing-detection-

0.0 0.0 0.0 1.09 MB

Detecting phishing websites using Machine learning with Python.

Jupyter Notebook 100.00%

web-phishing-detection-'s Introduction

Web Phishing Detection

Phishing attack is used to steal confidential information of a user. Fraud websites appears like genuine websites with the logo and graphics of genuine website. This project aims to detect fraud or phishing website using machine learning techniques.

Data Selection

The dataset is downloaded from UCI machine learning repository.A collection of website URLs for 11000 websites. Each sample has 30 website parameters and a class label identifying it as a phishing website or not (1 or -1).

Models & Training

Before stating the ML model training, the data is split into 60-40 i.e., 6600 training samples & 4400 testing samples. From the dataset, it is clear that this is a supervised machine learning task.

This data set comes under classification problem, as the input URL is classified as phishing (1) or legitimate (0). The supervised machine learning models (classification) considered to train the dataset in this project are:

  • Logistic Regression
  • K-Nearest Neighbour
  • Decision Tree Classifier
  • Support Vector Machine
  • Adaboost
  • XGBoost

Accuracy

imageonline-co-stackedbarchart

End Results

From all the models we developed,

  • Highest accuracy score - 96.5% using Random forest method
  • Lowest accuract score - 91.4% using Adaboost method

web-phishing-detection-'s People

Contributors

govind155 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.