From 2964c23ca1f9af4df5c93e337987c6823b2ac663 Mon Sep 17 00:00:00 2001 From: Nardi Ivan Date: Mon, 5 Aug 2024 10:10:33 +0200 Subject: Add detection of Windscribe VPN --- src/lib/ndpi_content_match.c.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib') diff --git a/src/lib/ndpi_content_match.c.inc b/src/lib/ndpi_content_match.c.inc index a206b5725..3fd6869b3 100644 --- a/src/lib/ndpi_content_match.c.inc +++ b/src/lib/ndpi_content_match.c.inc @@ -1685,6 +1685,9 @@ static ndpi_protocol_match host_match[] = { "cactusvpn.com", "CactusVPN", NDPI_PROTOCOL_CACTUSVPN, NDPI_PROTOCOL_CATEGORY_VPN, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_DEFAULT_LEVEL }, { "cactussstp.com", "CactusVPN", NDPI_PROTOCOL_CACTUSVPN, NDPI_PROTOCOL_CATEGORY_VPN, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_DEFAULT_LEVEL }, + { "windscribe.com", "Windscribe", NDPI_PROTOCOL_WINDSCRIBE, NDPI_PROTOCOL_CATEGORY_VPN, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_DEFAULT_LEVEL }, + { "whiskergalaxy.com", "Windscribe", NDPI_PROTOCOL_WINDSCRIBE, NDPI_PROTOCOL_CATEGORY_VPN, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_DEFAULT_LEVEL }, + #ifdef CUSTOM_NDPI_PROTOCOLS #include "../../../nDPI-custom/custom_ndpi_content_match_host_match.c.inc" #endif @@ -1713,6 +1716,7 @@ static ndpi_tls_cert_name_match tls_certificate_match [] = { { "O=Riot Games Inc", NDPI_PROTOCOL_RIOTGAMES }, { "O=NoMachine", NDPI_PROTOCOL_NOMACHINE }, { "O=Private Internet Access", NDPI_PROTOCOL_PIA }, + { "O=Windscribe", NDPI_PROTOCOL_WINDSCRIBE }, { "CN=Snapchat Inc.", NDPI_PROTOCOL_SNAPCHAT_CALL }, { "CN=NVIDIA GameStream", NDPI_PROTOCOL_GEFORCENOW }, -- cgit v1.2.3