readme.flow
来自「This is the snapshot of Snot Latest Rule」· FLOW 代码 · 共 33 行
FLOW
33 行
The Flow tracking module is meant to start unifying the state keepingmechanisms of snort into a single place. Right now, only a portscandetector is implemented but in the long term, many of the statefulsubsystems of snort will be migrated over to becoming flow plugins.An IPv4 flow is defined as a unique(IPPROTO,SIP,DIP,DPORT,SPORT) the DPORT and SPORT are 0 unless the protocol is TCP or UDPmemcap number of bytes to allocaterows number of rows for the flow hash tablestats_interval dump statistics at a set interval to stdout. This is an integer representing a time in seconds. Set this to 0 to disable. This information will be dumped upon shutdown.hash 1 - pick a hashing method 1 - hash by byte 2 - hash by integer ( faster, not as much of a chance to become diverse) The hash table has a pseudorandom salt picked to make algorithmic complexity attacks much more difficultExample configuration:preprocessor flow: stats_interval 0 hash 2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?