MyNixOS website logo
option

services.suricata.settings.vars.port-groups

The port group variables for suricata.

Declarations
Type
null or (attribute set of string)
Default
{
  DNP3_PORTS = "20000";
  FILE_DATA_PORTS = "[$HTTP_PORTS,110,143]";
  FTP_PORTS = "21";
  GENEVE_PORTS = "6081";
  HTTP_PORTS = "80";
  MODBUS_PORTS = "502";
  ORACLE_PORTS = "1521";
  SHELLCODE_PORTS = "!80";
  SSH_PORTS = "22";
  TEREDO_PORTS = "3544";
  VXLAN_PORTS = "4789";
}