Skip to content

A web application built using django to detect malicious URL(s) which include phishing/social engineering/malware infected URL(s).

Notifications You must be signed in to change notification settings

teambi0s/maldetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maldetect

A web application built using django to detect malicious URL(s) which include phishing/social engineering/malware infected URL(s).

This is built using Virustotal API (https://support.virustotal.com/hc/en-us/articles/115002100149-API).

How it works?

The url supplied by the user is checked with various databases with the support of virustotal API

To run

$ cd maldetect
$ echo "export API_KEY='[SECRET]'" > .env
$ echo "export SECRET_KEY='[SECRET]'" >> .env
$ source maldetect/bin/activate 
(maldetect) $ source .env
(maldetect) $ python3 manage.py makemigrations
(maldetect) $ python3 manage.py migrate
(maldetect) $ python3 manage.py runserver IP:PORT
  1. Make sure to export the API_KEY from virustotal to .env
  2. Make sure to create and export a secret_key for django to .env

Contributors

@abhiabhi2306 @v1dhun from Team Bi0s ♥️

About

A web application built using django to detect malicious URL(s) which include phishing/social engineering/malware infected URL(s).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •