summaryrefslogtreecommitdiff
path: root/config23.10.yaml
diff options
context:
space:
mode:
author尹姜谊 <[email protected]>2024-01-29 19:07:02 +0800
committer尹姜谊 <[email protected]>2024-01-29 19:07:02 +0800
commite761ffa059d1a5d5eeac81a356eb12506567ff5e (patch)
tree210daac71004c7003dda9a6fe0b16349745281fb /config23.10.yaml
parentca307fa4aa8286060919170f103f06327549d8d4 (diff)
Add: protonvpn serverip plugin
Diffstat (limited to 'config23.10.yaml')
-rw-r--r--config23.10.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/config23.10.yaml b/config23.10.yaml
index ea2445c..4b7ba86 100644
--- a/config23.10.yaml
+++ b/config23.10.yaml
@@ -158,3 +158,12 @@ windscribevpn_serverip:
object_type: ip
confidence: confirmed
kb_sql: SELECT distinct domain FROM {$mariadb_dbname}.{$mariadb_domain_tablename} where vpn_service_name = 'windscribevpn'
+
+
+protonvpn_serverip:
+ vpn_service_name: protonvpn
+ plugin_id: 14
+ plugin_name: protonvpn_serverip
+ object_type: ip
+ confidence: confirmed
+ sql: SELECT common_server_ip, groupUniqArray(common_server_port) AS ports FROM {$db_name}.{$table_name} WHERE {$time_filter} AND (common_server_port IN (443, 7770, 8443, 88, 5060, 51820, 500, 80, 1224, 4500, 4569, 5060, 1194)) GROUP BY common_server_ip HAVING length(ports) > 10 \ No newline at end of file