Add ecat, enip, cip, and opcua

This commit is contained in:
lock-wire
2022-11-11 12:15:54 -08:00
parent 85d30520ce
commit 73b1e5949b
31 changed files with 591 additions and 3 deletions

View File

@@ -3020,6 +3020,43 @@ zeek_logs_enabled() {
" - modbus_read_write_multiple_registers"\
" - bacnet"\
" - bacnet_discovery"\
" - bacnet_property" >> "$zeeklogs_pillar"
" - bacnet_property"
" - ecat_registers"\
" - ecat_log_address"\
" - ecat_dev_info"\
" - ecat_aoe_info"\
" - ecat_coe_info"\
" - ecat_foe_info"\
" - ecat_soe_info"\
" - ecat_arp_info"\
" - enip"\
" - cip"\
" - cip_io"\
" - cip_identity"\
" - opcua_binary"\
" - opcua_binary_status_code_detail"\
" - opcua_binary_diag_info_detail"\
" - opcua_binary_get_endpoints"\
" - opcua_binary_get_endpoints_discovery"\
" - opcua_binary_get_endpoints_user_token"\
" - opcua_binary_get_endpoints_description"\
" - opcua_binary_get_endpoints_locale_id"\
" - opcua_binary_get_endpoints_profile_uri"\
" - opcua_binary_create_session"\
" - opcua_binary_create_session_user_token"\
" - opcua_binary_create_session_endpoints"\
" - opcua_binary_create_session_discovery"\
" - opcua_binary_activate_session"\
" - opcua_binary_activate_session_client_software_cert"\
" - opcua_binary_activate_session_locale_id"\
" - opcua_binary_activate_session_diagnostic_info"\
" - opcua_binary_browse"\
" - opcua_binary_browse_description"\
" - opcua_binary_browse_request_continuation_point"\
" - opcua_binary_browse_result"\
" - opcua_binary_browse_response_references"\
" - opcua_binary_browse_diagnostic_info"\
" - opcua_binary_create_subscription"\
" - opcua_binary_read" >> "$zeeklogs_pillar"
fi
}