root/psad/tags/psad_1_4_4_r2/ChangeLog

Revision 1492, 17.6 kB (checked in by anonymous, 4 years ago)

This commit was manufactured by cvs2svn to create tag
'psad_1_4_4_r2'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 psad-1.4.4 (11/27/2005):
2     - Added MAC address reporting in psad email alerts.  This feature is
3       enabled via a new config keyword "ENABLE_MAC_ADDR_REPORTING".
4     - Added --fw-rm-block-ip <ip> option to allow IP addresses to be removed
5       from the auto-blocking chains from the command line.
6     - Updated command line firewall arguments to write commands to the
7       AUTO_IPT_SOCK domain socket.
8     - Added the ability to specify ports and port ranges to auto_dl file.
9     - Added --force-mod-install command line argument to installer to force
10       perl modules used by psad to be installed within /usr/lib/psad
11       regardless of whether they already exist in the system perl tree.
12     - Bugfix in the installer to seek() to the end of the fwdata file
13     - Bugfix for psad repeatedly trying to remove the same IP address(es)
14       from the auto-blocking chains.
15       instead of reading the entire thing into memory.
16     - Added the ability to truncate the fwdata file via a new configuration
17       keyword "TRUNCATE_FWDATA" (this is enabled by default).
18     - Bugfix in auto-blocking mode for deleting AUTO_IPT_SOCK when a HUP
19       signal is received.
20     - Bugfix for parsing Netfilter policies that contain ULOG logging rules
21       instead of the standard LOG target.
22     - Removed the smtpdaemon requirement in the RPM because psad might be
23       configured to not send email alerts.
24
25 psad-1.4.3 (09/27/2005):
26     - Bugfixes for auto-blocking code.  Timeouts should be handled
27       properly, including cached IP addresses in the auto_blocked_iptables
28       file that are referenced upon psad startup.  Communication with the
29       running psad is performed over a Unix domain socket in --fw-block
30       mode.
31     - Bugfix to seek to the end of the fwdata file instead of reading the
32       entire thing into memory and then looking for newly written logging
33       messages.  This drastically reduces the amount of memory required
34       by psad.
35     - Updated to only display psad chains if --verbose is set
36     - Updated to automatically flush the psad auto-response Netfilter chains
37       at start time (subject to a new config keyword "FLUSH_IPT_AT_INIT").
38
39 psad-1.4.2 (07/15/2005):
40     - Dependency bugfixes for mail binary.
41     - Bugfix for various IGNORE_* keywords not being honored.
42     - Bugfix for not timing out blocked IP addresses from a previous run.
43     - Updated to version 0.2 of the IPTables::ChainMgr module.
44     - Updated to not truncate the fwdata file upon psad startup.
45     - Added --fw-dump which produces a sanitized (i.e. no IP addresses)
46       version of the local Netfilter policy.  Also added --fw-include-ips
47       to (optionally) not sanitize IPs/nets.  Note that the 0.0.0.0 and
48       0.0.0.0/0 IPs/nets are not sanitized since they give no useful
49       information about specific IPs/nets.
50     - Added ulogd data collection mode.
51     - Bugfix for FW_MSG_SEARCH default (at least "DROP" is included now
52       even if FW_SEARCH_ALL is set to "N").
53     - Bugfix for non-network address for subnet specified with --fw-block.
54     - Bugfix for multiple --fw-block IPs/nets.
55     - Added README.SYSLOG (Francois Marier contributed the content).
56     - Made email alert prefixes (such as "[psad-alert]") customizable via
57       psad.conf.
58
59 psad-1.4.1 (03/12/2005):
60     - Updated to Snort-2.3 rules in the snort_rules directory.
61     - Re-worked syslog installation portion of install.pl.  The user will
62       always be prompted to enter the syslog daemon now, and also added
63       the --syslog-conf arg to allow the config file path to be specified
64       on the install.pl command line.
65     - Bugfix in install.pl for using IP address instead of network address
66       of directly connected subnets.
67     - Updated to version 4.6.23 of the whois client.
68     - Bugfix for distinguishing OPT field associated with --log-tcp-options
69       vs. --log-ip-options.
70     - Bugfix for syslog format that may not include the "kernel:" tag.
71     - Applied patch to only install perl modules that are not already
72       installed (Blair Zajac).
73     - Bugfix for the psad version number that is sent in DShield alerts.
74     - Updated Psad module directory structure to be consistent with current
75       versions of perl (5.8.x).
76     - Added IPTables::ChainMgr module.
77     - Completely re-worked the Netfilter auto-blocking code to use
78       IPTables::ChainMgr functions so that auto-generated rules are placed
79       in chains created by psad.
80     - Added IPT_AUTO_CHAIN keyword in psad.conf which is used to define the
81       set of chains to which auto-generated Netfilter rules are added.
82     - Added --fw-list-auto to display the contents of psad Netfilter
83       chains.
84     - Added the ability to import an IP into the Netfilter auto-blocking
85       chains from the command line with --fw-block-ip.  This allows psad to
86       apply its timeout mechanism against such IPs/nets.
87     - Added the ability to ignore packets based on input interface with
88       IGNORE_INTERFACES in psad.conf.
89     - Re-worked auto_dl code, better hash design and searching function.
90     - Removed dependency on sendmail command unless DShield alerting is
91       enabled and a DShield user id is specified.
92     - Added ALERTING_METHODS keyword in the file alert.conf to allow either
93       syslog or email alerts (or both) to be disabled.  Psad and psadwatchd
94       reference this file.
95
96 psad-1.4.0 (11/26/2004):
97     - Added p0f-style passive OS fingerprinting through the use of the OPT
98       field in iptables log messages (which is only logged through the use
99       of the --log-tcp-options command line arg to iptables).
100     - Bugfix for iptables log messages that include tcp sequence numbers
101       (see the iptables --log-tcp-sequence command line argument).
102     - Bugfix for O_RDONLY open flag when kmsgsd receives a HUP signal.
103
104 psad-1.3.4 (10/17/2004):
105     - Bugfix for init script directory on Slackware systems.
106     - Bugfix for null prefix counters.
107     - Added --whois-analysis argument since whois lookups are now disabled
108       by default when running in analysis (-A) mode.
109     - Updated psad_init() to rework setup() and import orderings vs.
110       --fw-analyze and --Benchmark modes.
111     - Added bidirectional iptables auto-blocking support for all chains
112       except for the INPUT and OUTPUT chains.
113     - Better syslog message support when run in auto-blocking mode.
114     - Added iptables auto-block rules section to --Status output.
115     - Added init script for Fedora systems.
116     - Added default_log() function to IPTables::Parse.  This function
117       parses user defined chains in an effort to find default logging
118       rules.
119     - Added EMAIL_LIMIT_STATUS_MSG to control whether or not psad sends a
120       status email when the PSAD_EMAIL_LIMIT threshold has been reached by
121       an IP address.
122     - Added ENABLE_SCAN_ARCHIVE to control whether or not psad archives old
123       scan data within /var/log/psad/scan_archive at start time.
124
125 psad-1.3.3 (09/09/2004):
126     - Fixed __WARN__ and __DIE__ exception handlers so that they
127       reference global message variables.
128     - Fixed auto danger level assignments.  Network auto assignments as
129       well as per-protocol assignments work now.
130     - Added SYSLOG_DAEMON variable to define which syslog daemon is running
131       on the underlying system instead of just guessing.
132     - Added the ability to ignore both ranges and specific ports/protocols
133       with a new variable IGNORE_PORTS in psad.conf.
134     - Bugfix to make sure email addresses are separated by spaces when
135       Psad::sendmail() is called.
136     - Bugfix for ipt_prefix counters not being parsed correct at import
137       time.
138     - Removed exclude_auto_ignore_ip() since this function was made
139       unnecessary by newly rewritten auto-assign code.
140     - Bugfix for Text::Wrap calls in install.pl uninstall() routine.
141     - Bugfix for using --no-fw-search-all even when FW_SEARCH_ALL is
142       set to "Y".
143     - Removed extraneous ".." and "**" chars from syslog messages, and
144       updated to use [+] prefix strings.
145     - Moved init scripts into init-scripts directory within source tree.
146     - Removed dependency on Bit::Vector (psad does not seem to make use
147       of any Date::Calc functions that require it).
148     - Wrapped copy() and move() calls with "or die()" to make them
149       safer in install.pl.
150     - Added check for existing psad process in install.pl.
151     - Updated to a new psad email alert subject format.  Prefixes of
152       "[psad-alert]", "[psad-error]", and "[psad-status]" are used now.
153     - Permissions fixes with umask() setting in /var/log/psad, permissions
154       fixes for files in /etc/psad at install time.
155
156 psad-1.3.2 (06/25/2004):
157     - Removed FW_MSG_SEARCH from psad.conf, and created a new config
158       file "fw_search.conf" that both psad and kmsgsd use to get the
159       FW_MSG_SEARCH definition(s).
160     - Added default mode of parsing all iptables messages instead of
161       just those that contain specific search strings.  A new config
162       variable "FW_SEARCH_ALL" was added to fw_search.conf that
163       controls this mode.
164     - Updated psad and kmsgsd so that multiple firewall search strings
165       can be specified through multiple FW_MSG_SEARCH variables in
166       fw_search.conf.
167     - Added iptables chain and logging-prefix tracking for current
168       scan interval in email alerts.
169     - Added protocol-specific auto-danger level assignments.
170     - Added total scan source and destination IP address counters in
171       --Status output.
172     - Added number of email alerts sent and OS guess in default
173       --Status output.  The output is getting wide now, so there is
174       also a new option --status-brief that will remove the alerts
175       sent and OS guess columns.
176     - Added getopt() command line arg parsing to kmsgsd with two new
177       options "-c" (for config file path) and "-k" (for fw_search.conf
178       path).
179     - Made iptables parsing code into its own script "fwcheck_psad"
180       that gets called by psad.
181     - Added Dshield stats summary to --Status output.
182     - Bugfix for auto-ignore IP addresses and networks being missed.
183     - Made parsing of ifconfig output language independent (should
184       handle French now for example).
185     - Removed "psad_" prefix on files psad_signatures, psad_auto_ips,
186       psad_posf, and psad_icmp_types in /etc/psad/.
187     - Updated to version 4.6.14 of the whois client.
188
189 psad-1.3.1 (12/25/2003):
190     - Added the ability to import /var/log/psad/<ip> directories
191       back into memory so scan data remains persistent across
192       psad restarts or system reboots.
193     - Added --Analyze-msgs to run psad in analysis mode against an
194       iptables logfile (/var/log/psad/fwdata by default).  The logfile
195       path can be changed with --messages-file.
196     - Added icmp type and code validation against RFC 792.
197     - Bugfix for being too strict with FW_MSG_SEARCH.
198     - Added port ranges for tcp and udp scans in <ip>/<dst>_packet_ctr.
199     - Added <ip>/<dst>_start_time and <ip>/os_guess.
200     - Bugfix for missing --no-signatures code.
201     - Updated to Snort-2.1 signatures.
202
203 psad-1.3 (11/30/2003):
204     - Replaced all signatures in psad_signatures with updated snort
205       rules.
206     - Added support for source and destination ip addresses in
207       signature matching code.  A new variable "HOME_NET" makes this
208       possible.
209     - Added support for the iptables output chain.
210     - Added chain tracking for all signatures.
211     - Replaced match_fastsigs() with two new routines for tcp and
212       udp signature matching that don't autovivify hash keys.
213     - Removed support for ipchains.
214     - Added support for metalog.
215     - Removed all "Undefined Code" signatures from psad_signatures.
216     - Re-worked %auto_blocked_ips hash and corresponding blocking
217       routines.  This (hopefully) fixes a restart bug seen on older
218       systems such as those that are still running versions of perl
219       less than 5.6.
220     - Re-worked firewall policy parsing routines.  Chains that have
221       a default policy of DROP are handled properly now.
222     - Bugfix for missing NULL char in kmsgsd.c.
223     - Updated scan alerting format.  Put current interval protocol
224       status before source and destination addresses.
225     - Buffer overflow fix in kmsgsd.c for size of buf[MAX_LINE_BUF]
226       buffer in read() call.
227     - Added --no-kmsgsd option to aid in psad --debug mode.
228
229 psad-1.2.4 (10/15/2003):
230     - Added danger level to subject line in email alerts.
231     - Removed diskmond altogether since psad now handles disk space
232       thresholds directly.  This allows filehandles to be handled
233       properly.
234     - Added auto_block_ignore_ip() to prevent 0.0.0.0, 127.0.0.1,
235       and local interface ips from being included in auto blocking
236       routines.
237     - Added Bit::Vector module to stop installation warnings from
238       Date::Calc.
239     - Made get_local_ips() called periodically since local addresses
240       may change (dhcp, etc.).
241     - Added installation code and init script for Gentoo Linux.
242     - Bugfix for INIT_DIR in uninstall() routine in install.pl.
243     - Bugfix for auto-blocking loop after timeouts are hit.
244     - Added --status-dl [N] to display status information only for
245       those scans that reach at least [N].
246
247 psad-1.2.3 (09/12/2003):
248     - Added interface tracking for scans.
249     - Bugfix for not opening /etc/hosts.deny the right way in
250       tcpwr_block().
251     - Bugfix for psadfifo path in syslog-ng config.
252     - Better format for summary stats section in email alerts.
253     - Bugfix for INIT_DIR path on non-RedHat systems.
254     - Bugfix for gzip path.
255     - Make Psad.pm installed last of all perl modules installed
256       by psad.
257     - Added additional call to incr_syscall_ctr() in psadwatchd.c
258
259 psad-1.2.2 (08/24/2003):
260     - psad is finally available as an RPM package.
261     - Added chain tracking for iptables.
262     - Added chain counts to --Status output.
263     - Bugfix for psad not taking into account multiple scan
264       destinations.
265     - Reworked auto-blocking code for both tcpwrappers and
266       iptables.  Lines added to /etc/hosts.deny will no longer be
267       duplicated.  Added IPTABLES_AUTO_RULENUM and
268       IPCHAINS_AUTO_RULENUM so auto rules can be inserted at a
269       configurable point within iptables and ipchains policies.
270     - Psad now installs all perl modules within /usr/lib/psad.
271     - Removed /var/log/psad/<ip>/scanlog file since it was wasting
272       too much disk.
273     - Made psad, psadwatchd, and diskmond take the machine hostname
274       from their respective config files.  This makes installation
275       via the rpm easier, and is generally cleaner.
276     - Added scan destination in --Status output.
277     - Added --status-sort-dl (the default status output is now
278       sorted by ip address by default).
279
280 psad-1.2.1 (07/11/2003):
281     - Bugfix for multiple processes being spawned by psadwatchd
282       due to lack of proper config variables in the new split
283       daemon config files.
284     - Bugfix for old scan messages being regenerated if a HUP
285       signal is received.
286     - Bugfix for incorrectly calculating disk utilization in
287       diskmond.c.
288     - Extended install.pl to include compression for archived
289       files in /etc/psad.
290     - Added preserve questions in install.pl for the psad
291       signature and auto ips files.
292     - Bugfix for --USR1 command line switch not mapping to the
293       correct subroutine.
294     - Bugfix for psad man page missing the pipe character in
295       psadfifo line for syslog.conf.
296
297 psad-1.2 (06/18/2003):
298     - Added passive OS fingerprinting based on packet ttl, length,
299       tos, and id fields.
300     - Added dshield.org alerting capability.
301     - Added exec_external_script() for external script execution.
302     - Added auto blocked timeouts.
303     - Implemented config re-imports via HUP signals in a manner
304       similar to various other system daemons (sysylog, apache
305       etc.)
306     - Better --Status output that shows packet counts per protocol
307       for each ip.
308     - Added --ip-status for more verbose status output for a
309       particular ip address.
310     - Added config preservation code to install.pl.
311     - Added Psad::psyslog().
312     - Split psad.conf into a separate config file for each of the
313       four psad daemons.
314     - Completely re-worked the auto blocking code (made dedicated
315       files for iptables and ipchains block methods).
316     - Added danger level hash.
317     - Minor code cleanups (shorter hash keys, etc.).
318
319 psad-1.1.1 (04/26/2003):
320     - Bugfix for incorrect usage of %scan hash keys associated
321       with tcp/udp when the current protocol is icmp.
322     - Bugfix for being too strict on iptable default log string.
323     - Reworked USR1 signal handler so the Data::Dumper function
324       call is made in the main part of the psad code.
325     - Added a startup message for psad.
326     - Minor bugfix for leading whitespace in auto_ips.
327
328 psad-1.1 (04/20/2003):
329     - Added the IPTables::Parse module for better processing of
330       the iptables ruleset.
331     - Added --snort-sids so that iptables messages generated by
332       fwsnort can be included in alerts.  Such alerts now include
333       the content fields of packets (fwsnort uses the iptables
334       string match module).
335     - Added the ability to specify entire networks in the auto
336       ips file through the use of the Net::IPv4Addr module.
337     - Better logging format that reinstates the current interval,
338       and adds an "overall stats" section that includes packet
339       counters per protocol.
340     - Removed the PROTO hash key since it was unnecesssary.
341     - Better benchmarking code.
342     - Bug fix for incorrectly looking for the "MAC" string in
343       iptables messages that could have been generated by the
344       FORWARD chain.
345
346 psad-1.0 (02/27/2003):
347     - Added --Benchmark and --packets command line options to support
348       psad benchmarking.
349     - Bugfix for improperly detecting NULL scans.
350     - Completely redesigned website.
351
352 psad-1.0.0-pre4 (11/26/2002):
353     - Rewrote kmsgsd and psadwatchd in C.
Note: See TracBrowser for help on using the browser.