Trace module - configuring trace output method
@@ -9665,6 +9685,16 @@ implied
snort.--id-zero: use id prefix / subdirectory even with
+implied snort.--ignore-warn-flowbits: ignore warnings about flowbits that are checked but not set and vice-versa
+
+
+
+
+implied snort.--ignore-warn-rules: ignore warnings about duplicate rules and rule parsing issues
+
+
+
+
string snort.--include-path: <path> where to find Lua and rule included files; searched before current or config directories
@@ -10109,6 +10139,11 @@ string
suppress[].ip: restrict suppression to thes
-
+int trace.modules.latency.all: enable all trace options { 0:255 }
+
+
+-
+
int trace.modules.detection.all: enable all trace options { 0:255 }
@@ -10154,67 +10189,62 @@ int trace.modules.detection.tag: enable tag trace logging { 0:2
-
-int trace.modules.stream_user.all: enable all trace options { 0:255 }
-
-
--
-
-int trace.modules.stream_ip.all: enable all trace options { 0:255 }
+int trace.modules.stream.all: enable all trace options { 0:255 }
-
-int trace.modules.stream.all: enable all trace options { 0:255 }
+int trace.modules.gtp_inspect.all: enable all trace options { 0:255 }
-
-int trace.modules.snort.all: enable all trace options { 0:255 }
+int trace.modules.stream_user.all: enable all trace options { 0:255 }
-
-int trace.modules.snort.main: enable main trace logging { 0:255 }
+int trace.modules.dce_smb.all: enable all trace options { 0:255 }
-
-int trace.modules.snort.inspector_manager: enable inspector manager trace logging { 0:255 }
+int trace.modules.decode.all: enable all trace options { 0:255 }
-
-int trace.modules.dce_smb.all: enable all trace options { 0:255 }
+int trace.modules.dce_udp.all: enable all trace options { 0:255 }
-
-int trace.modules.dce_udp.all: enable all trace options { 0:255 }
+int trace.modules.appid.all: enable all trace options { 0:255 }
-
-int trace.modules.latency.all: enable all trace options { 0:255 }
+int trace.modules.snort.all: enable all trace options { 0:255 }
-
-int trace.modules.wizard.all: enable all trace options { 0:255 }
+int trace.modules.snort.main: enable main trace logging { 0:255 }
-
-int trace.modules.gtp_inspect.all: enable all trace options { 0:255 }
+int trace.modules.snort.inspector_manager: enable inspector manager trace logging { 0:255 }
-
-int trace.modules.appid.all: enable all trace options { 0:255 }
+int trace.modules.stream_ip.all: enable all trace options { 0:255 }
-
-int trace.modules.decode.all: enable all trace options { 0:255 }
+int trace.modules.wizard.all: enable all trace options { 0:255 }
-
@@ -10244,6 +10274,11 @@ int trace.constraints.dst_port: destination port filter { 0:655
-
+bool trace.constraints.match = true: use constraints to filter traces
+
+
+-
+
enum trace.output: output method for trace log messages { stdout | syslog }
@@ -11852,11 +11887,6 @@ string binder[].use.ips_policy: use ips policy fro
-
-string binder[].use.network_policy: deprecated, ignored by binder
-
-
--
-
string binder[].use.service: override automatic service identification
@@ -12112,6 +12142,16 @@ string dce_smb.smb_invalid_shares: SMB shares to alert on
bool dce_smb.smb_legacy_mode = false: inspect only SMBv1
+-
+
+int dce_smb.smb_max_credit = 8192: Maximum number of outstanding request { 1:65536 }
+
+
+-
+
+int dce_smb.memcap = 8388608: Memory utilization limit on smb { 512:maxSZ }
+
+
@@ -12495,37 +12535,272 @@ bool dce_smb.smb_legacy_mode = false: inspect only SMBv1
-
-dce_smb.smbv2_create: total number of SMBv2 create packets seen (sum)
+dce_smb.v2_setup: total number of SMBv2 setup packets seen (sum)
+
+
+-
+
+dce_smb.v2_setup_err_resp: total number of SMBv2 setup error response packets seen (sum)
+
+
+-
+
+dce_smb.v2_setup_inv_str_sz: total number of SMBv2 setup packets seen with invalid structure size (sum)
+
+
+-
+
+dce_smb.v2_setup_resp_hdr_err: total number of SMBv2 setup response packets ignored due to corrupted header (sum)
+
+
+-
+
+dce_smb.v2_tree_cnct: total number of SMBv2 tree connect packets seen (sum)
+
+
+-
+
+dce_smb.v2_tree_cnct_err_resp: total number of SMBv2 tree connect error response packets seen (sum)
+
+
+-
+
+dce_smb.v2_tree_cnct_ignored: total number of SMBv2 setup response packets ignored due to failure in creating tree tracker (sum)
+
+
+-
+
+dce_smb.v2_tree_cnct_inv_str_sz: total number of SMBv2 tree connect packets seen with invalid structure size (sum)
+
+
+-
+
+dce_smb.v2_tree_cnct_resp_hdr_err: total number of SMBv2 tree connect response packets ignored due to corrupted header (sum)
+
+
+-
+
+dce_smb.v2_crt: total number of SMBv2 create packets seen (sum)
+
+
+-
+
+dce_smb.v2_crt_err_resp: total number of SMBv2 create error response packets seen (sum)
+
+
+-
+
+dce_smb.v2_crt_inv_file_data: total number of SMBv2 create request packets ignored due to error in getting file name (sum)
+
+
+-
+
+dce_smb.v2_crt_inv_str_sz: total number of SMBv2 create packets seen with invalid structure size (sum)
+
+
+-
+
+dce_smb.v2_crt_resp_hdr_err: total number of SMBv2 create response packets ignored due to corrupted header (sum)
+
+
+-
+
+dce_smb.v2_crt_req_hdr_err: total number of SMBv2 create request packets ignored due to corrupted header (sum)
+
+
+-
+
+dce_smb.v2_crt_rtrkr_misng: total number of SMBv2 create response packets ignored due to missing create request tracker (sum)
+
+
+-
+
+dce_smb.v2_crt_req_ipc: total number of SMBv2 create request packets ignored as share type is IPC (sum)
+
+
+-
+
+dce_smb.v2_crt_tree_trkr_misng: total number of SMBv2 create response packets ignored due to missing tree tracker (sum)
+
+
+-
+
+dce_smb.v2_wrt: total number of SMBv2 write packets seen (sum)
+
+
+-
+
+dce_smb.v2_wrt_err_resp: total number of SMBv2 write error response packets seen (sum)
+
+
+-
+
+dce_smb.v2_wrt_ignored: total number of SMBv2 write packets ignored due to missing trackers or invalid share type (sum)
+
+
+-
+
+dce_smb.v2_wrt_inv_str_sz: total number of SMBv2 write packets seen with invalid structure size (sum)
+
+
+-
+
+dce_smb.v2_wrt_req_hdr_err: total number of SMBv2 write request packets ignored due to corrupted header (sum)
+
+
+-
+
+dce_smb.v2_read: total number of SMBv2 read packets seen (sum)
+
+
+-
+
+dce_smb.v2_read_err_resp: total number of SMBv2 read error response packets seen (sum)
+
+
+-
+
+dce_smb.v2_read_ignored: total number of SMBv2 write packets ignored due to missing trackers or invalid share type (sum)
+
+
+-
+
+dce_smb.v2_read_inv_str_sz: total number of SMBv2 read packets seen with invalid structure size (sum)
+
+
+-
+
+dce_smb.v2_read_rtrkr_misng: total number of SMBv2 read response packets ignored due to missing read request tracker (sum)
+
+
+-
+
+dce_smb.v2_read_resp_hdr_err: total number of SMBv2 read response packets ignored due to corrupted header (sum)
-
-dce_smb.smbv2_write: total number of SMBv2 write packets seen (sum)
+dce_smb.v2_read_req_hdr_err: total number of SMBv2 read request packets ignored due to corrupted header (sum)
-
-dce_smb.smbv2_read: total number of SMBv2 read packets seen (sum)
+dce_smb.v2_stinf: total number of SMBv2 set info packets seen (sum)
-
-dce_smb.smbv2_set_info: total number of SMBv2 set info packets seen (sum)
+dce_smb.v2_stinf_err_resp: total number of SMBv2 set info error response packets seen (sum)
-
-dce_smb.smbv2_tree_connect: total number of SMBv2 tree connect packets seen (sum)
+dce_smb.v2_stinf_ignored: total number of SMBv2 set info packets ignored due to missing trackers or invalid share type (sum)
-
-dce_smb.smbv2_tree_disconnect: total number of SMBv2 tree disconnect packets seen (sum)
+dce_smb.v2_stinf_inv_str_sz: total number of SMBv2 set info packets seen with invalid structure size (sum)
-
-dce_smb.smbv2_close: total number of SMBv2 close packets seen (sum)
+dce_smb.v2_stinf_req_ftrkr_misng: total number of SMBv2 set info request packets ignored due to missing file tracker (sum)
+
+
+-
+
+dce_smb.v2_stinf_req_hdr_err: total number of SMBv2 set info request packets ignored due to corrupted header (sum)
+
+
+-
+
+dce_smb.v2_cls: total number of SMBv2 close packets seen (sum)
+
+
+-
+
+dce_smb.v2_cls_err_resp: total number of SMBv2 close error response packets seen (sum)
+
+
+-
+
+dce_smb.v2_cls_ignored: total number of SMBv2 close packets ignored due to missing trackers or invalid share type (sum)
+
+
+-
+
+dce_smb.v2_cls_inv_str_sz: total number of SMBv2 close packets seen with invalid structure size (sum)
+
+
+-
+
+dce_smb.v2_cls_req_ftrkr_misng: total number of SMBv2 close request packets ignored due to missing file tracker (sum)
+
+
+-
+
+dce_smb.v2_cls_req_hdr_err: total number of SMBv2 close request packets ignored due to corrupted header (sum)
+
+
+-
+
+dce_smb.v2_tree_discn: total number of SMBv2 tree disconnect packets seen (sum)
+
+
+-
+
+dce_smb.v2_tree_discn_ignored: total number of SMBv2 tree disconnect packets ignored due to missing trackers or invalid share type (sum)
+
+
+-
+
+dce_smb.v2_tree_discn_inv_str_sz: total number of SMBv2 tree disconnect packets seen with invalid structure size (sum)
+
+
+-
+
+dce_smb.v2_tree_discn_req_hdr_err: total number of SMBv2 tree disconnect request packets ignored due to corrupted header (sum)
+
+
+-
+
+dce_smb.v2_logoff: total number of SMBv2 logoff (sum)
+
+
+-
+
+dce_smb.v2_logoff_inv_str_sz: total number of SMBv2 logoff packets seen with invalid structure size (sum)
+
+
+-
+
+dce_smb.v2_hdr_err: total number of SMBv2 packets seen with corrupted hdr (sum)
+
+
+-
+
+dce_smb.v2_bad_next_cmd_offset: total number of SMBv2 packets seen with invalid next command offset (sum)
+
+
+-
+
+dce_smb.v2_extra_file_data_err: total number of SMBv2 packets seen with where file data beyond file size is observed (sum)
+
+
+-
+
+dce_smb.v2_inv_file_ctx_err: total number of times null file context are seen resulting in not being able to set file size (sum)
+
+
+-
+
+dce_smb.v2_msgs_uninspected: total number of SMBv2 packets seen where command is not being inspected (sum)
+
+
+-
+
+dce_smb.v2_cmpnd_req_lt_crossed: total number of SMBv2 packets seen where compound requests exceed the smb_max_compound limit (sum)
-
@@ -18253,6 +18528,11 @@ bool stream_tcp.track_only = false: disable reassembly if true
-
+stream_tcp.meta_acks: number of meta acks processed (sum)
+
+
+-
+
stream_tcp.packets_held: number of packets held (sum)
@@ -25458,6 +25738,16 @@ these libraries see the Getting Started section of the manual.
+--ignore-warn-flowbits ignore warnings about flowbits that are checked but not set and vice-versa
+
+
+
+
+--ignore-warn-rules ignore warnings about duplicate rules and rule parsing issues
+
+
+
+
--include-path <path> where to find Lua and rule included files; searched before current or config directories
@@ -26098,11 +26388,6 @@ string
binder[].use.name: symbol name (defaults to
-string binder[].use.network_policy: deprecated, ignored by binder
-
-
-
-
string binder[].use.service: override automatic service identification
@@ -26663,6 +26948,11 @@ int
dce_smb.max_frag_len = 65535: maximum fragment size for def
+int dce_smb.memcap = 8388608: Memory utilization limit on smb { 512:maxSZ }
+
+
+
+
enum dce_smb.policy = WinXP: target based policy to use { Win2000 | WinXP | WinVista | Win2003 | Win2008 | Win7 | Samba | Samba-3.0.37 | Samba-3.0.22 | Samba-3.0.20 }
@@ -26708,6 +26998,11 @@ int
dce_smb.smb_max_compound = 3: SMB max compound size { 0:255
+int dce_smb.smb_max_credit = 8192: Maximum number of outstanding request { 1:65536 }
+
+
+
+
multi dce_smb.valid_smb_versions = all: valid SMB versions { v1 | v2 | all }
@@ -29888,6 +30183,16 @@ implied
snort.--id-zero: use id prefix / subdirectory even with
+implied snort.--ignore-warn-flowbits: ignore warnings about flowbits that are checked but not set and vice-versa
+
+
+
+
+implied snort.--ignore-warn-rules: ignore warnings about duplicate rules and rule parsing issues
+
+
+
+
string snort.-i: <iface>… list of interfaces
@@ -30778,6 +31083,11 @@ int
trace.constraints.ip_proto: numerical IP protocol ID filter
+bool trace.constraints.match = true: use constraints to filter traces
+
+
+
+
string trace.constraints.src_ip: source IP address filter
@@ -31518,37 +31828,272 @@ interval
wscale.~range: check if TCP window scale is in given r
-dce_smb.smbv2_close: total number of SMBv2 close packets seen (sum)
+dce_smb.v2_bad_next_cmd_offset: total number of SMBv2 packets seen with invalid next command offset (sum)
+
+
+
+
+dce_smb.v2_cls_err_resp: total number of SMBv2 close error response packets seen (sum)
+
+
+
+
+dce_smb.v2_cls_ignored: total number of SMBv2 close packets ignored due to missing trackers or invalid share type (sum)
+
+
+
+
+dce_smb.v2_cls_inv_str_sz: total number of SMBv2 close packets seen with invalid structure size (sum)
+
+
+
+
+dce_smb.v2_cls_req_ftrkr_misng: total number of SMBv2 close request packets ignored due to missing file tracker (sum)
+
+
+
+
+dce_smb.v2_cls_req_hdr_err: total number of SMBv2 close request packets ignored due to corrupted header (sum)
+
+
+
+
+dce_smb.v2_cls: total number of SMBv2 close packets seen (sum)
-dce_smb.smbv2_create: total number of SMBv2 create packets seen (sum)
+dce_smb.v2_cmpnd_req_lt_crossed: total number of SMBv2 packets seen where compound requests exceed the smb_max_compound limit (sum)
-dce_smb.smbv2_read: total number of SMBv2 read packets seen (sum)
+dce_smb.v2_crt_err_resp: total number of SMBv2 create error response packets seen (sum)
-dce_smb.smbv2_set_info: total number of SMBv2 set info packets seen (sum)
+dce_smb.v2_crt_inv_file_data: total number of SMBv2 create request packets ignored due to error in getting file name (sum)
-dce_smb.smbv2_tree_connect: total number of SMBv2 tree connect packets seen (sum)
+dce_smb.v2_crt_inv_str_sz: total number of SMBv2 create packets seen with invalid structure size (sum)
-dce_smb.smbv2_tree_disconnect: total number of SMBv2 tree disconnect packets seen (sum)
+dce_smb.v2_crt_req_hdr_err: total number of SMBv2 create request packets ignored due to corrupted header (sum)
-dce_smb.smbv2_write: total number of SMBv2 write packets seen (sum)
+dce_smb.v2_crt_req_ipc: total number of SMBv2 create request packets ignored as share type is IPC (sum)
+
+
+
+
+dce_smb.v2_crt_resp_hdr_err: total number of SMBv2 create response packets ignored due to corrupted header (sum)
+
+
+
+
+dce_smb.v2_crt_rtrkr_misng: total number of SMBv2 create response packets ignored due to missing create request tracker (sum)
+
+
+
+
+dce_smb.v2_crt: total number of SMBv2 create packets seen (sum)
+
+
+
+
+dce_smb.v2_crt_tree_trkr_misng: total number of SMBv2 create response packets ignored due to missing tree tracker (sum)
+
+
+
+
+dce_smb.v2_extra_file_data_err: total number of SMBv2 packets seen with where file data beyond file size is observed (sum)
+
+
+
+
+dce_smb.v2_hdr_err: total number of SMBv2 packets seen with corrupted hdr (sum)
+
+
+
+
+dce_smb.v2_inv_file_ctx_err: total number of times null file context are seen resulting in not being able to set file size (sum)
+
+
+
+
+dce_smb.v2_logoff_inv_str_sz: total number of SMBv2 logoff packets seen with invalid structure size (sum)
+
+
+
+
+dce_smb.v2_logoff: total number of SMBv2 logoff (sum)
+
+
+
+
+dce_smb.v2_msgs_uninspected: total number of SMBv2 packets seen where command is not being inspected (sum)
+
+
+
+
+dce_smb.v2_read_err_resp: total number of SMBv2 read error response packets seen (sum)
+
+
+
+
+dce_smb.v2_read_ignored: total number of SMBv2 write packets ignored due to missing trackers or invalid share type (sum)
+
+
+
+
+dce_smb.v2_read_inv_str_sz: total number of SMBv2 read packets seen with invalid structure size (sum)
+
+
+
+
+dce_smb.v2_read_req_hdr_err: total number of SMBv2 read request packets ignored due to corrupted header (sum)
+
+
+
+
+dce_smb.v2_read_resp_hdr_err: total number of SMBv2 read response packets ignored due to corrupted header (sum)
+
+
+
+
+dce_smb.v2_read_rtrkr_misng: total number of SMBv2 read response packets ignored due to missing read request tracker (sum)
+
+
+
+
+dce_smb.v2_read: total number of SMBv2 read packets seen (sum)
+
+
+
+
+dce_smb.v2_setup_err_resp: total number of SMBv2 setup error response packets seen (sum)
+
+
+
+
+dce_smb.v2_setup_inv_str_sz: total number of SMBv2 setup packets seen with invalid structure size (sum)
+
+
+
+
+dce_smb.v2_setup_resp_hdr_err: total number of SMBv2 setup response packets ignored due to corrupted header (sum)
+
+
+
+
+dce_smb.v2_setup: total number of SMBv2 setup packets seen (sum)
+
+
+
+
+dce_smb.v2_stinf_err_resp: total number of SMBv2 set info error response packets seen (sum)
+
+
+
+
+dce_smb.v2_stinf_ignored: total number of SMBv2 set info packets ignored due to missing trackers or invalid share type (sum)
+
+
+
+
+dce_smb.v2_stinf_inv_str_sz: total number of SMBv2 set info packets seen with invalid structure size (sum)
+
+
+
+
+dce_smb.v2_stinf_req_ftrkr_misng: total number of SMBv2 set info request packets ignored due to missing file tracker (sum)
+
+
+
+
+dce_smb.v2_stinf_req_hdr_err: total number of SMBv2 set info request packets ignored due to corrupted header (sum)
+
+
+
+
+dce_smb.v2_stinf: total number of SMBv2 set info packets seen (sum)
+
+
+
+
+dce_smb.v2_tree_cnct_err_resp: total number of SMBv2 tree connect error response packets seen (sum)
+
+
+
+
+dce_smb.v2_tree_cnct_ignored: total number of SMBv2 setup response packets ignored due to failure in creating tree tracker (sum)
+
+
+
+
+dce_smb.v2_tree_cnct_inv_str_sz: total number of SMBv2 tree connect packets seen with invalid structure size (sum)
+
+
+
+
+dce_smb.v2_tree_cnct_resp_hdr_err: total number of SMBv2 tree connect response packets ignored due to corrupted header (sum)
+
+
+
+
+dce_smb.v2_tree_cnct: total number of SMBv2 tree connect packets seen (sum)
+
+
+
+
+dce_smb.v2_tree_discn_ignored: total number of SMBv2 tree disconnect packets ignored due to missing trackers or invalid share type (sum)
+
+
+
+
+dce_smb.v2_tree_discn_inv_str_sz: total number of SMBv2 tree disconnect packets seen with invalid structure size (sum)
+
+
+
+
+dce_smb.v2_tree_discn_req_hdr_err: total number of SMBv2 tree disconnect request packets ignored due to corrupted header (sum)
+
+
+
+
+dce_smb.v2_tree_discn: total number of SMBv2 tree disconnect packets seen (sum)
+
+
+
+
+dce_smb.v2_wrt_err_resp: total number of SMBv2 write error response packets seen (sum)
+
+
+
+
+dce_smb.v2_wrt_ignored: total number of SMBv2 write packets ignored due to missing trackers or invalid share type (sum)
+
+
+
+
+dce_smb.v2_wrt_inv_str_sz: total number of SMBv2 write packets seen with invalid structure size (sum)
+
+
+
+
+dce_smb.v2_wrt_req_hdr_err: total number of SMBv2 write request packets ignored due to corrupted header (sum)
+
+
+
+
+dce_smb.v2_wrt: total number of SMBv2 write packets seen (sum)
@@ -34048,6 +34593,11 @@ interval wscale.~range: check if TCP window scale is in given r
+stream_tcp.meta_acks: number of meta acks processed (sum)
+
+
+
+
stream_tcp.overlaps: overlapping segments queued (sum)
@@ -40383,7 +40933,7 @@ Adding/removing stream_* inspectors if stream was already configured