aivpn

The AI VPN provides an security assessment of VPN clients' network traffic to identify cyber security threats.

https://github.com/stratosphereips/aivpn

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.7%) to scientific vocabulary

Keywords

civil-society gsoc-2024 mobile-security network-analysis network-security privacy security-audit security-tools targeted-threats up-for-grabs vpn
Last synced: 6 months ago · JSON representation ·

Repository

The AI VPN provides an security assessment of VPN clients' network traffic to identify cyber security threats.

Basic Info
  • Host: GitHub
  • Owner: stratosphereips
  • License: gpl-3.0
  • Language: CSS
  • Default Branch: main
  • Homepage: https://aivpn.readthedocs.io
  • Size: 6.68 MB
Statistics
  • Stars: 89
  • Watchers: 5
  • Forks: 19
  • Open Issues: 21
  • Releases: 4
Topics
civil-society gsoc-2024 mobile-security network-analysis network-security privacy security-audit security-tools targeted-threats up-for-grabs vpn
Created about 5 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Contributing License Code of conduct Citation Security

README.md

Civilsphere AI VPN

The goal of this project is to better protect the privacy of civil society by researching and developing a locally and easy to implement VPN that automatically verifies the traffic of devices with AI-based detection to automatically block threats and stop dangerous privacy leaks. The detection of malicious threats, attacks, infections and private leaked data is implemented using novel free software AI technology and automatic reporting.

The AI VPN is a modular service that automates the generation and revocation of VPN accounts, featuring the automatic capture of network traffic for each account, and the automatic network traffic analysis and reporting of incidents. The AI VPN follows a microservices design and runs using Docker Compose.

Features

The main features of AI VPN are:

  • You can install it in your organization and give VPN accounts to your employees
  • All the traffic going through the AI VPN is encrypted
  • The traffic is automatically analyzed using Slips, a behavioral-based IDS using machine learning and rules
  • You can use mails and Telegram channels to request a AI VPN profile. You can configure your own emails and Telegram channels
  • A report is automatically created and sent to you using email or Telegram
  • The backend VPN can be OpenSSL or Wireguard
  • You can use unencrypted VPN in countries where encryption is forbidden, but still provide analysis
  • It uses Pi-hole for automatic blocking of DNS requests and protection inside the VPN

Get Started

The project documentation and installation guide can be found at aivpn.readthedocs.io.

The AI VPN is under active development. The functionality of the AI VPN is provided by multiple modules:

| Module | Version | Status | Description | DockerHub | | ------ | ------- | ------ | ----------- |---- | | modmanager | 0.2 | active | Coordinates the operation of the AI VPN | Docker Pulls| | modredis | 0.2 | active | Data storage and messaging system for modules | - | | modcommrecv | 0.2 | active | Responsible of receiving new VPN requests | Docker Pulls| | modcommsend | 0.2 | active | Responsible of sending messages back to users | Docker Pulls| | modreport | 0.2 | active | Responsible for traffic analysis and reporting | Docker Pulls| | modslips | 0.1 | active | Threat detection | Docker Pulls| | modopenvpn | 0.1 | active | Provides the VPN service using OpenVPN | Docker Pulls| | modwireguard | 0.1 | active | Provides the VPN service using WireGuard | Docker Pulls| | modnovpn | 0.1 | active | Provides the unencrypted tunel using OpenVPN | Docker Pulls| | modpihole | 0.1 | active | Provides DNS real time blocking using Pi-Hole | - |

Acknowledgements

This project was funded through the NGI0 PET Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet programme, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 825310.

This project was developed by the Stratosphere Laboratory, Artificial Intelligence Centre, Faculty of Electrical Engineering, Czech Technical University in Prague (2020-2021).

The AI VPN threat detection is provided by the Stratosphere Linux IPS developed at the Stratosphere Laboratory.

We would like to specially acknowledge the contributions of the following individuals:

  • Veronica Valeros
  • Sebastian Garcia
  • Maria Rigaki
  • Joaquin Bogado
  • Alya Gomaa

Owner

  • Name: Stratosphere IPS
  • Login: stratosphereips
  • Kind: organization
  • Location: Prague

Cybersecurity Research Laboratory at the Czech Technical University in Prague. Creators of Slips, a free software machine learning-based behavioral IDS/IPS.

Citation (CITATION.cff)

cff-version: 1.2.0
title: >-
  Civilsphere AI VPN: Automated Framework For Network
  Traffic Analysis
message: 'If you use this software, please cite it as below.'
type: software
authors:
  - given-names: Veronica
    family-names: Valeros
    email: valerver@fel.cvut.cz
    affiliation: >-
      Stratosphere Laboratory, AIC, FEL, Czech
      Technical University in Prague
    orcid: 'https://orcid.org/0000-0003-2554-3231'
  - given-names: Sebastian
    family-names: Garcia
    email: garciseb@fel.cvut.cz
    affiliation: >-
      Stratosphere Laboratory, AIC, FEL, Czech
      Technical University in Prague
    orcid: 'https://orcid.org/0000-0001-6238-9910'

GitHub Events

Total
  • Watch event: 14
Last Year
  • Watch event: 14

Dependencies

mod_comm_recv/requirements.txt pypi
  • configparser *
  • emails *
  • python-telegram-bot *
  • redis *
mod_comm_send/requirements.txt pypi
  • python-telegram-bot *
  • redis *
mod_manager/requirements.txt pypi
  • redis *
  • timerthread *
mod_novpn/requirements.txt pypi
  • configparser *
  • redis *
mod_openvpn/requirements.txt pypi
  • configparser *
  • redis *
mod_report/requirements.txt pypi
  • ipwhois *
  • jinja2 *
  • pdfkit *
  • redis *
  • user-agents *
  • wkhtmltopdf *
mod_slips/requirements.txt pypi
  • psutil *
  • redis *
mod_wireguard/requirements.txt pypi
  • configparser *
  • redis *
.github/workflows/codeql.yml actions
  • 8398a7/action-slack v3 composite
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
docker-compose_EXAMPLE-dockerhub.yml docker
  • civilsphere/aivpn_mod_comm_recv latest
  • civilsphere/aivpn_mod_comm_send latest
  • civilsphere/aivpn_mod_manager latest
  • civilsphere/aivpn_mod_novpn latest
  • civilsphere/aivpn_mod_openvpn latest
  • civilsphere/aivpn_mod_report latest
  • civilsphere/aivpn_mod_slips latest
  • civilsphere/aivpn_mod_wireguard latest
  • pihole/pihole latest
  • redis latest
docker-compose_EXAMPLE.yml docker
  • aivpn_mod_comm_recv latest
  • aivpn_mod_comm_send latest
  • aivpn_mod_manager latest
  • aivpn_mod_novpn latest
  • aivpn_mod_openvpn latest
  • aivpn_mod_report latest
  • aivpn_mod_slips latest
  • aivpn_mod_wireguard latest
  • pihole/pihole latest
  • redis latest
mod_comm_recv/Dockerfile docker
  • python slim build
mod_comm_send/Dockerfile docker
  • python slim build
mod_manager/Dockerfile docker
  • python slim build
mod_novpn/Dockerfile docker
  • kylemanna/openvpn latest build
mod_openvpn/Dockerfile docker
  • kylemanna/openvpn latest build
mod_report/Dockerfile docker
  • python slim build
mod_slips/Dockerfile docker
  • stratosphereips/slips latest build
mod_wireguard/Dockerfile docker
  • lscr.io/linuxserver/wireguard latest build