root/fwsnort/tags/fwsnort-1.0.1/ChangeLog

Revision 393, 12.8 kB (checked in by mbr, 2 years ago)

bumped version to 1.0.1

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 fwsnort-1.0.1 (08/26/2007):
2     - Bugfix for ipt_rule_test() function name.
3     - Added the ability to automatically resolve command paths if any commands
4       cannot be found at the locations specified in the fwsnort.conf file.
5
6 fwsnort-1.0 (04/19/2007):
7     - Major update to include support for the NFQUEUE and QUEUE targets with
8       new command line options --NFQUEUE and --QUEUE.  This changes the
9       default LOG target to the NFQUEUE or QUEUE targets instead, and at the
10       same time builds a parallel Snort rule set in the
11       /etc/fwsnort/snort_rules_queue directory.  Every Snort rule in this
12       directory has at least one "content" keyword, which fwsnort uses in the
13       resulting iptables policy.  This policy only sends those packets to
14       snort_inline via the NFQUEUE or QUEUE target that match a content field
15       within some Snort rule.  The end result is that snort_inline should run
16       faster because the vast majority of packets (which are not malicious)
17       are processed via the Linux kernel without ever having to be sent to
18       userspace for analysis.  There is a tradeoff here in terms of attack
19       detection; snort_inline does not receive all packets associated with a
20       stream, so it cannot detect attacks quite as effectively (snort_inline
21       does not have an opportunity to look at reassembled buffers).  However,
22       this trade off may be acceptable for large sites where performance is
23       more important.
24     - Bug fix to remove any existing jump rules from the built-in INPUT,
25       OUTPUT, and FORWARD chains before creating a new jump rules.  This
26       allows the fwsnort.sh script to be executed multiple times without
27       creating a new jump rule into the fwsnort chains for each execution.
28     - Added the -X command line argument to allow fwsnort to delete all of
29       the fwsnort chains; this emulates the iptables command line argument
30       of the same name.
31     - Minor output enhancements and bugfixes to give more insight into the
32       translation process.  For example, if fwsnort is run in --snort-sid
33       mode but is unable to translate the specified signatures, the user is
34       notified.  Also, any existing /etc/fwsnort/fwsnort.sh script is not
35       archived and erased until fwsnort is actually going to write a new one.
36     - Added sid values to iptables comment match string.
37     - Bugfix for iptables string match --from and --to values to skip past
38       packet headers.  This is an approximation until a new --payload option
39       can be added to the string match extension.
40     - Added a single iptables rule testing API internally within fwsnort;
41       this adds a measure of consistency and removes some duplicate code.
42     - Added fwsnort mailing list at SourceForge.
43
44 fwsnort-0.9.0 (03/22/2007):
45     - Added support for multiple content matches since this is supported by
46       iptables.  This made a 10% increase in the fwsnort translation rate -
47       about 60% of all Snort-2.3.3 rules can be translated now.
48     - Added emulation for distance and within from previous content match
49       based on --from and --to (string match extension) and the length of
50       the previous pattern.
51     - Added the ability to include the Snort "msg", "classtype", "reference",
52       "priority", and "rev" fields in each iptables rule with the comment
53       match.  This can be disabled with a new command line argument
54       --no-ipt-comments.  The fwsnort version is also included within this
55       string.
56     - Added the ability to include the iptables rule number for each rule in
57       the fwsnort chains.  This is useful to easily know which iptables rule
58       is being triggered by network traffic (so it can be disabled if
59       necessary).  This can be disabled with --no-ipt-rule-nums.
60     - Added the --include-regex and --exclude-regex command line arguments.
61       These arguments allow rules to be included/excluded based on a regular
62       expression supplied on the command line.
63     - Updated to include the original Snort rule as a comment within the
64       fwsnort.sh script without having to use --verbose.
65     - Bugfix to force install of IPTables::Parse since it had been updated in
66       the fwsnort-0.8.2 release.
67     - Changed the IGNORE_ADDR variable to WHITELIST since this name better
68       describes the actual function of this var.  Updated to allow multiple
69       WHITELIST lines.
70     - Added the BLACKLIST variable to allow a true blacklist to be
71       instantiated with either the DROP or REJECT targets.  The syntax for the
72       BLACKLIST variable is "BLACKLIST  <ip or network>  <target>", where
73       "target" is either "DROP" or "REJECT".
74     - Added -F and -L command line arguments to flush and list iptables rules.
75       This is similar to the iptables command line args of the same names.
76     - Bugfix to ensure that traffic directed into the INPUT or coming from the
77       OUTPUT chains is treated as going toward or originating from the
78       HOME_NET.  After all the HOME_NET variable may contain an internal
79       network but omit the IP assigned to an external interface on the
80       firewall.
81     - Added "--log-ip-options" and "--log-tcp-options" to fwsnort LOG rules by
82       default (in the generated fwsnort.sh script).  This can be disabled with
83       --no-log-ip-opts and --no-log-tcp-opts arguments on the fwsnort command
84       line.
85     - Added the ability to include --log-tcp-sequence to LOG rules in
86       fwsnort.sh with a new argument --ipt-log-tcp-seq on the fwsnort command
87       line.
88     - Updated to handle negative string matches with "--string ! <string>".
89     - Updated to output all unsupported options of the /var/log/fwsnort.log
90       file to assist in the development of addition keyword emulation.
91
92 fwsnort-0.8.2 (02/17/2007):
93     - Updated to newer IPTables::Parse module that uses the array of hash
94       references method of returning iptables policy data.
95     - Added --Dump-ipt and --Dump-snort rules to allow iptables policy and
96       Snort rules to be dumped to STDOUT.
97     - Added bleeding-all.rules file from http://www.bleedingsnort.com/
98     - Added patches/bm_goodshift_fix.patch patch file that fixes an
99       initialization bug in the Boyer-Moore text search implementation in the
100       kernel (linux-2.6.x/lib/ts_bm.c) which caused slightly repetitive
101       patterns to only match at specific offsets with the string match
102       extension.
103     - Bugfix to ensure that a depth cannot be less that an offset (these
104       translate to the --to and --from command line arguments to iptables).
105     - Bugfix to escape '$' chars in iptables search strings.
106     - Added cd_rpmbuilder to make it easy to automatically build RPM files of
107       fwsnort.
108     - Added support for the iptables OUTPUT chain.
109     - Added the ChangeLog.svn file so that all of the changed files and
110       corresponding svn commit messages can be viewed (this file is built from
111       release to release).
112
113 fwsnort-0.8.1 (11/11/2005):
114     - Updated to use the string match extension "--algo bm" argument if
115       fwsnort is being run on a 2.6.14 (or greater) kernel.
116     - Updated to handle the Snort "offset" and "depth" keywords via the
117       --from and --to options to the string match extension in the 2.6.14
118       kernel.
119     - Created RPM package of fwsnort.
120     - Minor man page updates.
121
122 fwsnort-0.8.0 (07/11/2005):
123     - Completely re-structured fwsnort w.r.t. how it creates Netfilter
124       chains.  There are no longer any per-interface chains (this
125       greatly simplifies the Netfilter chains).
126     - Added three new chains "FWSNORT_INPUT_ESTAB", "FWSNORT_OUTPUT_ESTAB"
127       and "FWSNORT_FORWARD_ESTAB" to which tcp connections in the
128       ESTABLISHED state are jumped.  This allows fwsnort to use the
129       Netfilter tcp connection tracking mechanism to ignore Stick and Snot
130       style attacks (similar to the flow:established Snort rule option).
131     - Added true variable resolution (i.e. HTTP_SERVERS -> HOME_NET -> any)
132       for the Snort rule header.  This directly emulates the behavior of
133       the Snort IDS.
134     - Added IP protocol support in the translation of the Snort rule
135       header.  The Snort rule translation rate is now at about 53% for
136       Snort-2.3.
137     - Bugfix for ipopts Snort option (several arguments are not supported
138       by the ipv4options extension).
139     - Better tests for Netfiler TTL, TOS, and ipv4options matches.
140     - Replaced IGNORE_IP and IGNORE_NET keywords with single IGNORE_ADDR
141       keywork in fwsnort.conf.
142     - Updated to correctly handle ICMP type and code rules (itype and
143       icode Snort options) via the "--icmp-types type/code" convention.
144     - Added support for emulating the dsize Snort option through the use
145       of the Netfilter length match.
146     - Changed --type argument to --include-types and added list support
147       so it accepts things like "chat,ddos".  Also added --exclude-types
148       command line argument.
149     - Added support for multiple sid's (as a comma separated list) in
150       --snort-sids argument.  Also added --exclude-sids argument to remove
151       a list of sids from translation.
152     - Added support for the replace Snort option (originally from the
153       Snort_inline project).  The requires the replace string patch.
154     - Added support for restricting jump rules to a list of interfaces
155       via the --restrict-intf argument.
156     - Added kernel patch to extend the maximum packet length that the
157       string match extension will attempt to search from 1024 bytes to
158       2048 bytes (requires a kernel re-compile of course).
159     - Added DRP and REJ strings to logging prefix if --ipt-drop or
160       --ipt-reject is specified.
161     - Added snortspoof.pl, which is a simple perl script that emulates
162       the Stick and Snot tools.
163
164 fwsnort-0.7.0 (06/05/2005):
165     - Added support for the Snort pass action by using the ACCEPT target.
166     - Added support for the Snort log action by using the ULOG target
167       (which can then log the packet via the pcap writer).
168     - Added support for all fwsnort alerts to be logged via the ULOG
169       target instead of the LOG target.
170     - Added support for the "resp" keyword to allow it to drive the
171       Netfilter argument to the REJECT target.
172     - Added "pcre" to the unsupported list... this knocks the fwsnort
173       translation rate down to about 50% for Snort-2.3 rules (pcre is
174       heavily utilized).
175     - Added "priority" and "rev" to comment lines.
176
177 fwsnort-0.6.5 (03/20/2005):
178     - Updated to not attempt to download Snort rules from snort.org
179       because the rules are no longer available for automatic downloads
180     - Changed the install.pl script and the --update-rules mode for
181       fwsnort to download the latest signature set from
182       http://www.bleedingsnort.com/.
183       (Snort.org is now offering pay-service around their rule sets).
184     - Added signature test for the "flowbits" keyword.
185
186 fwsnort-0.6.4 (12/18/2004):
187     - Updated to Snort-2.3 rules.  FWSnort can convert a total of 1710
188       out of 2559 total Snort-2.3 rules.
189     - Updated to new Snort rules download link for --update-rules mode:
190       http://www.snort.org/dl/rules/snortrules-snapshot-CURRENT.tar.gz
191     - Updated to standard [+], [-], and [*] prefixes for info, warning
192       and die logging messages.
193     - Added --replace-string patches.
194
195 fwsnort-0.6.3 (04/04/2004):
196     - Added ignore functionality for both IPs and networks
197     - Split --ipt-block into --ipt-drop and --ipt-reject to add DROP
198       or REJECT rules respectively.
199     - Added --add-deleted option to allow rules in the "deleted.rules"
200       file to be added.
201
202 fwsnort-0.6.2 (03/19/2004):
203     - Added --internal-net and --dmz-net options so that internal and
204       dmz networks can be manually specified without having to parse
205       the output of ifconfig.  This is most useful for running fwsnort
206       on a linux system that is acting as a bridge where no ip addresses
207       are assigned to the interfaces.
208     - Bugfix for missing icmp-port-unreachable rejects for UDP packets.
209
210 fwsnort-0.6.1 (02/01/2004):
211     - Bugfix for not adding dmz interface rules to INPUT chain.
212     - Bugfix for not getting the DMZ interface network.
213
214 fwsnort-0.6 (01/04/2004):
215     - Speed increase and disk access decrease by writing iptables
216       commands to the iptables script only after all lines have been
217       generated.
218     - Bugfix for DMZ interface.
219     - Bugfix for multiple ip_proto fields.
220     - Removed the ip protocol as an allowed protocol for translation.
221     - Bugfix for negated port numbers.
222     - Removed "<-" rule direction since not even snort supports this.
223     - Fixed snort rule updates from snort.org.
224
225 fwsnort-0.5 (12/21/2003):
226     - Added "-j REJECT --reject-with tcp-reset" for tcp sessions
227       if the --ipt-block option is specified.
228     - Added ability to download latest snort rules from snort.org.
229     - Added --no-ipt-jumps.
230     - Added better checking for iptables build characteristics such
231       as the LOG target and wether or not the ipv4options extension
232       is compiled in.
233     - Added config preservation code from psad in install.pl.
Note: See TracBrowser for help on using the browser.