Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 848 Bytes

File metadata and controls

17 lines (14 loc) · 848 Bytes

Network-Security-With-ML

A machine learning system which will be able to predict whether a website is phishing or not.

Data Source

The dataset for this project can be obtained from the UCI Machine Learning Repository:

Dataset Description

The dataset contains features extracted from phishing and legitimate websites, including:

  • URL-based features
  • Domain-based features
  • HTML and JavaScript-based features
  • External services features

The target variable indicates whether a website is phishing (-1), suspicious (0), or legitimate (1).