GithubHelp home page GithubHelp logo

phishnet's Introduction

๐ŸŽฃ PhishNet - Comprehensive Phishing Detection System ๐Ÿšซ

PhishNet is a comprehensive phishing detection system that harnesses the power of machine learning, natural language processing, and distributed computing to accurately identify and classify phishing attempts.

๐ŸŒ DARTH Framework

PhishNet operates based on the Distributed Analysis for Research and Threat Hunting (DARTH) framework. This system smartly analyses email content to detect potential phishing threats, showcasing an impressive 98% success rate.

๐Ÿ›  Features

  • Semantic Analysis: PhishNet uses a pre-trained BERT model for encoding email content into dense vector representations. These representations conserve the semantic details present in the text, providing an effective means of predicting the probability of an email being a phishing attempt.

  • URL-based Detection: By vectorizing URLs into numerical representations, PhishNet employs K-Nearest Neighbor (KNN) modeling to effectively identify phishing URLs with an impressive precision rate of 92%.

  • Combined Predictions: The system integrates predictions from email content analysis and URL-based detection using an Artificial Neural Network (ANN). This combined model boosts the overall accuracy of phishing detection.

๐Ÿ“ Files in this project

  • ann.py: Implementation of the artificial neural network model.
  • knn.py: Implementation of the K-Nearest Neighbor model for URL-based detection.
  • phishnetbert.ipynb: Implementation of the BERT model for semantic analysis.
  • predicturl.py: Module responsible for URL prediction.
  • preprocessing.py: Module for data preprocessing.

โšก Quickstart

  1. Clone the project repository on your local machine.
  2. Install the required dependencies using pip: pip install -r requirements.txt
  3. Execute the desired Python script or Jupyter notebook.

Be safe, secure, and phishing-free with PhishNet! ๐ŸŽฃ๐Ÿšซ

phishnet's People

Contributors

jag-prabhakaran avatar vash483 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

vash483

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.