Add s7comm,tds,stun,profinet,wireguard

This commit is contained in:
lock-wire
2022-11-16 21:41:02 -06:00
parent d890f75cca
commit 1b8e546045
4 changed files with 51 additions and 4 deletions

View File

@@ -3020,7 +3020,7 @@ zeek_logs_enabled() {
" - modbus_read_write_multiple_registers"\
" - bacnet"\
" - bacnet_discovery"\
" - bacnet_property"
" - bacnet_property"\
" - ecat_registers"\
" - ecat_log_address"\
" - ecat_dev_info"\
@@ -3057,6 +3057,20 @@ zeek_logs_enabled() {
" - opcua_binary_browse_response_references"\
" - opcua_binary_browse_diagnostic_info"\
" - opcua_binary_create_subscription"\
" - opcua_binary_read" >> "$zeeklogs_pillar"
" - opcua_binary_read"
" - cotp"\
" - s7comm"\
" - s7comm_read_szl"\
" - s7comm_upload_download"\
" - s7comm_plus"\
" - tds"\
" - tds_rpc"\
" - tds_sql_batch"\
" - profinet_dce_rpc"\
" - profinet"\
" - profinet_debug"\
" - stun"\
" - stun_nat"\
" - wireguard" >> "$zeeklogs_pillar"
fi
}