Skip to content

This website helps you to detect if URL is malicious or not with help of machine learning.

Notifications You must be signed in to change notification settings

sungod12/Link-Scrutinizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Link Scrutinizer

As the name suggests,this website created in final year of my engineering helps you to scrutinize (scan) the website using the website's link and check whether the particular website is malicious(harmful) or not.

Note: Harmful hear refers to the websites which are created for phishing or any such malicious purpose.

Application Flow -

  • User enters the url in the box.
  • A request is sent to api containing the url.
    • This api contains the url provided by the user,which is then sent as POST request to this api.
    • The api behind the scenes uses ML (Machine Learning) which was created by my colleague Sushant.This model is already trained and deployed on this api,hence not much time will be taken to process the url and give output i.e, if url is malicious or not.

Other Details

  • This website also acts as showcase for app and extension,created by my other two colleagues,Sushant and Adarsh respectively, which can be accessed more easily by the user.
  • Created using pure css,without any framework it is responsive on almost most of the devices.

Learnings

  • Responsive Layout using FlexBox.

About

This website helps you to detect if URL is malicious or not with help of machine learning.

Topics

Resources

Stars

Watchers

Forks