Skip to content

abhiCoder123/Malicious-Web-Content-Detection-Using-Machine-Learning

 
 

Repository files navigation

Malicious Web Content Detection using Machine Learning

Steps for reproducing - To be added soon

Abstract -

  • Naive users using a browser have no idea about the back-end of the page. The users might be tricked into giving away their credentials or downloading malicious data.
  • Our aim is to create an extension for Chrome which will act as middleware between the users and the malicious websites, and mitigate the risk of users succumbing to such websites.
  • Further, all harmful content cannot be exhaustively collected as even that is bound to continuous development. To counter this we are using machine learning - to train the tool and categorize the new content it sees every time into the particular categories so that corresponding action can be taken.

Take a look at the demo

A few snapshots of our system being run on certain webpages -

spit_safe Fig 1. A safe website - www.spit.ac.in (College website)

drive_phishing Fig 2. A phishing website which looks just like Google Drive.

dropbox_phishing Fig 3. A phishing website which looks just like Dropbox

moodle_safe Fig 4. A safe website - www.google.com

About

Chrome extension for detecting phishing web sites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.5%
  • CSS 9.6%
  • JavaScript 5.2%
  • HTML 2.4%
  • PHP 1.3%