Personal tools
You are here: Home Documentation Software README Files README.flow
Document Actions

README.flow

by dredd last modified 2005-10-17 04:35 AM

The Flow tracking module is meant to start unifying the state keeping
mechanisms of snort into a single place. Right now, only a portscan
detector is implemented but in the long term, many of the stateful
subsystems 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 UDP

memcap
number of bytes to allocate

rows
number of rows for the flow hash table

stats_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 difficult

Example configuration:

preprocessor flow: stats_interval 0 hash 2

« November 2009 »
Su Mo Tu We Th Fr Sa
1234567
891011121314
15161718192021
22232425262728
2930
 

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: