Giter Site home page Giter Site logo

vpnhunter's Introduction

VpnHunter

Hashcode 2020 Hackathon -- Team -- Genesys V1 (Always creating 🔥)

INTRODUCTION

There is no proper way for Detection of VPN with 100% accuracy using methods such as Port scanning Pinging.
Hence rather than using this traditional approach this program relays on finding data consisting of known IP's used by VPN providers in colabration with another curcial parameters such as ASN records to predict the chance of a IP being used a VPN .
Our Aim is to create a dynamic database of IP’s that are used by VPN Providers and then block them by linking the database to our network router and blocking any traffic associated with these ips .

In order make it effective , we would create a system that would add IP’s to this database based on different parameters such as ISP , Hostname and suspicious activities cross check for the false positives and false negative using help from already established industry tools initially.

More the data , More accuracy , Less false positives

Installation ☺

  • Git clone the repositary / Download the repositary

  • Navigate to the Project folder

  • Install the required library using

    pip install -r requirements.txt

  • Run the Flask server using

    run server.py

  • Browse api

    http://127.0.0.1:5000/ip/<insert ip>

API Output

The api on being called will return json having two parameters

vpn and response

Value of vpn is an int ranging from 0-1

0 -- not vpn for sure , 1 -- vpn for sure , 1 -- error

Response contains data extra meta information

Online Implementation and Initial POC

Live demo -- https://vpnhunter.herokuapp.com/

Introduction Video and POC https://youtu.be/i8B6V3DS7v8

vpnhunter's People

Contributors

vineetkrgupta avatar vinc3nt avatar

Stargazers

 avatar Aum avatar  avatar

Watchers

 avatar

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.