Skip to content

cozpii/Malicious-URL-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Malicious URL detection

Detecting malicious URLs using Machine Learning.

The project aims to use ML to identify whether a URL is malicious or not.

Dataset

The dataset for this project is taken from kaggle. The dataset has two attributes, url and label. There are 4,20,000 rows.

Author