root/psad/tags/psad-2.0/ChangeLog

Revision 1814, 28.4 kB (checked in by mbr, 3 years ago)

2.0 release date

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 psad-2.0 (12/10/2006):
2     - Completely refactored the Snort rule matching support in psad.  Added
3       many header field tests with full range matching support.  These tests
4       include the following keywords from Snort: ttl, id, seq, ack, window,
5       icmp_id, icmp_seq, itype, icode, ip_proto, ipopts, and sameip.
6     - Refactored all signatures in /etc/psad/signatures to conform to new
7       signature matching support in this release.  There are now about 190
8       signatures that psad can run directly against Netfilter logging
9       messages (i.e. without the help of fwsnort).
10     - Added the ability to download the latest signatures file from
11       http://www.cipherdyne.org/psad/signatures with the --sig-update command
12       line argument to psad.
13     - Added "MISC Windows popup spam" signature.  This allows psad to detect
14       when attempts are made to send spam via the Windows popup messenger
15       service.
16     - Completely reworked --Status and --Analyze output, signature matches
17       are included now, along with a listing of top sig matches, top scanned
18       ports, and top attackers.  Also, scan data is not written to
19       /var/log/psad/ipt_analysis/ before display analysis output in -A mode;
20       analysis results are displayed much faster this way.
21     - Added ipEye, Subversion, Kuang2, Microsoft SQL, Radmin, and Ghostsurf
22       signatures.
23     - Added 'data in TCP SYN packet' signature.
24     - Added --CSV mode so that psad can be used to generate comma-separated
25       value output suitable for the AfterGlow project (see
26       http://afterglow.sourceforge.net/index.html) for graphical
27       representations of Netfilter logs and associated scan data.  Also added
28       nf2csv so that normal users can take advantage of this feature.
29     - Added emulation of the Snort "dsize" test through the use of the IP
30       length field for TCP/ICMP signatures, and the UDP length field for UDP
31       signatures.  For SYN packets, TCP options are included so psad
32       automatically adds 44 bytes (the maximum length for TCP options) so the
33       dsize test corresponds to the estimated payload length.
34     - Added the psad_id, psad_dsize, and psad_derived_sids fields for the new
35       Snort rule support.
36     - Added the ability to decode IP options, which are included within Snort
37       rules as the "ipopts" keyword.  This functionality requires that the
38       --log-ip-options command line argument is given to iptables when
39       building a rule that uses the LOG target.
40     - Added Snort rules (sids 475, 500, 501, and 502) that detect IP options
41       usage such as source routing and the traceroute IP option with the new
42       IP options decoder.
43     - Enhanced psad email alert output to include sid values that have been
44       derived from existing Snort rules.
45     - Added the ability to expand embedded variables within the psad
46       configuration files.  For example, the path to the FW_DATA_FILE is
47       defined in psad.conf as "$PSAD_DIR/fwdata", which resolves to
48       /var/log/psad/fwdata when the PSAD_DIR variable is expanded.  This
49       feature allows a consistent set of file paths to easily be defined
50       instead of using the full path for each file path.
51     - Better validation of IPT_AUTO_CHAIN{n} variables so that the from_chain
52       cannot be identical to the to_chain.
53     - Added dump_config() to psadwatchd.c and kmsgsd.c when compiled with
54       debugging support.
55     - Added ENABLE_INTF_LOCAL_NETS to have psad automatically treat all IP
56       addresses that are part of the local system as belonging to the HOME_NET
57       for signature matching.
58     - Added ENABLE_SNORT_SIG_STRICT to have psad exit if there are any
59       problems found with Snort rules in the /etc/psad/signatures file.  If
60       this feature is disabled (this is the default), then psad generates
61       syslog warnings for improperly formatted signatures).
62     - Update to print the number of IP addresses at each danger level in -A
63       analysis mode.  This is useful to get a sense for how long the disk IO
64       might take to write out all of the /var/log/psad/ipt_analysis/<IP>
65       directories.
66     - Added code to restart kmsgsd at psad start up if a previous kmsgsd
67       process is still running and TRUNCATE_FWDATA is set to 'Y' (this is the
68       default).  This probably isn't strictly necessary because kmsgsd is
69       capable of writing to the fwdata file even if another process truncates
70       it.
71     - Added code to recreate the AUTO_IPT_SOCK (/var/run/psad/auto_ipt.sock)
72       file if some other process happens to delete it out of /var/run/psad/
73     - Bugfix to allow backwards compatibility with old NOT_USED value
74       for the HOME_NET variable.
75     - Bugfix to cleanup any lost blocking rules from the running psad
76       timeouts (a separate process might have deleted rules from the psad
77       chains).
78     - Bugfix to allow Netfilter log messages to include the PHYSDEV (i.e.
79       PHYSIN and PHYSOUT) interfaces.
80     - Updated to read architecture-dependent perl module installation
81       directory out of /usr/lib/psad (e.g. "/usr/lib/psad/x86_64-linux")
82       before importing psad perl modules such as IPTables::Parse, etc. These
83       modules are now imported via "require" after the appropriate
84       directories have been added to @INC. This allows the RPM files to be
85       built on one system that builds @INC differently than the system where
86       psad is actually installed since psad can now compensate for this.
87     - Added new code to populate the <dst>_signature file in each of the
88       /var/log/psad/<ip> directories with verbose information including the
89       signature time, sid, protocol, dst port, and packet count.
90     - Changed --interval to --Interval, and added --interface to allow
91       psad's detection to be limited to a specific IN interface for the INPUT
92       and FORWARD chains (or OUT interface for the OUTPUT chain).
93     - Replaced --status-brief with --status-summary, but changed it so that
94       only the detailed IP status information is omitted.
95     - Removed unnecessary --status-sort-dl option.
96     - Added STATUS_OUTPUT_FILE so the --Status and --Analyze output is
97       captured instead of just being lost if the output was not piped to
98       'less' or another similar program.
99     - Added --restrict-ip so that psad will restrict its attack detection
100       operations to a specific IP or network.
101     - Updated psadwatchd.c to parse EMAIL_ADDRESSES out of
102       /etc/psad/psad.conf to avoid duplication of variables.
103     - Bugfix to clear old @ipt_config array after receiving a HUP signal.
104       This bug broke the auto-blocking mode.
105     - Bugfix for syslog-ng config so that any custom source for /proc/kmsg is
106       used for the psadfifo path.
107
108 psad-1.4.8 (10/15/2006):
109     - Added the ability to get the auto-blocking status for a specific IP
110       address in --status-ip mode.
111     - Bugfix to use the IPT_OUTPUT_FILE and IPT_ERROR_FILE configuration
112       variables.
113     - Bugfix to restore "start" functionality in Gentoo init script.
114     - Added the ability to selectively disable psad auto-blocking emails.
115     - Added more rigorous IP matching regex from Sebastien J. (contributed
116       originally for fwknop).
117
118 psad-1.4.7 (09/10/2006):
119     - Completely re-worked IPTables::ChainMgr to support the return of
120       iptables error messages that are collected via stderr.  This is critical
121       to fixing a bug where psad would sometimes die on an iptables command
122       but no information would be returned to the user.
123     - Added the ability to specify the position for both the jump rule into
124       the psad chains as well as the position for new rules within the psad
125       chains via the -I argument to iptables.  This fixes a bug where the user
126       was given the impression that the IPTABLES_AUTO_RULENUM would accomplish
127       this.
128     - Populated the _debug option in the IPTables::ChainMgr module, and also
129       added a _verbose option so that the specific iptables commands can
130       actually be seen as IPTables::ChainMgr functions are called.
131     - Added code to install.pl to ask the user if a manual restart of syslog
132       is ok upon an unsuccessful test of the syslog reconfiguration.  This
133       fixes a bug where some syslog daemons might not re-import their
134       configurations after receiving a HUP signal.
135     - Bugfix for incorrect config variable name that gated Netfilter
136       prerequisite checks.
137     - Added code to install.pl to update command paths in psad.conf and
138       psadwatchd.conf if any of the paths are broken (i.e. the local system
139       does not conform to the default paths).  By default this only happens if
140       the user does not want old configs to be merged, but to override this
141       use the new --path-update command line argument to install.pl.
142     - Added the --Skip-mod-install command line argument to install.pl to
143       allow all perl module installs to be skipped.
144     - Added the --force-mod-regex command line argument to install.pl to allow
145       a regex match on perl module names to force matching modules to be
146       installed.
147     - Added the logrotate.psad file (contributed by Albert Whale).
148
149 psad-1.4.6 (06/13/2006):
150     - Added ENABLE_AUTO_IDS_REGEX and AUTO_BLOCK_REGEX to allow filtering on
151       logging prefixes.
152     - Added code to save DShield email to a file.
153     - Added IPTABLES_PREREQ_CHECK to allow the administrator to control the
154       frequency of Netfilter checks (for auto-block compatibility).
155     - Added IGNORE_LOG_PREFIXES to allow certain log prefixes to be completely
156       ignored by psad.
157     - Added classification.config file from Snort-2.3.3 so that psad can
158       assign danger levels based upon Snort rule class type.  This is useful
159       when also running fwsnort.
160     - Added snort_rule_dl to allow specific psad to assign specific danger
161       level values to particular signatures.  This is useful if you want to
162       do define certain Snort rules as being particularly evil (or not).
163       Running fwsnort is also necessary to take advantage of this feature.
164     - Added reference.config so that psad can include reference information in
165       email alerts that are derived from attacks detected by fwsnort.
166     - Updated to Snort-2.3.3 signatures.
167     - Updated to whois-4.7.13.
168
169 psad-1.4.5 (01/13/2006):
170     - Bugfix in IPTables::Parse to allow the limit target to apply to
171       logging rules.
172     - Made calls to chain creation and jump rule functions for only every
173       100 block calls in auto-IDS mode.
174     - Bugfix to make sure /var/run/psad directory exists at startup since
175       this directory is removed by some Linux distributions at boot time.
176     - Bugfix for zero masks in auto_dl; this allows a network of "0.0.0.0/0"
177       to be specified.
178     - Added ENABLE_FW_LOGGING_CHECK so that the Netfilter policy check can be
179       enabled/disabled easily via psad.conf.
180     - Enhanced -D output to include "uname -a" and "perl -V" output.
181     - Added ENABLE_RENEW_BLOCK_EMAILS to allow whether renew emails are sent
182       for auto-blocked addresses.
183
184 psad-1.4.4 (11/27/2005):
185     - Added MAC address reporting in psad email alerts.  This feature is
186       enabled via a new config keyword "ENABLE_MAC_ADDR_REPORTING".
187     - Added --fw-rm-block-ip <ip> option to allow IP addresses to be removed
188       from the auto-blocking chains from the command line.
189     - Updated command line firewall arguments to write commands to the
190       AUTO_IPT_SOCK domain socket.
191     - Added the ability to specify ports and port ranges to auto_dl file.
192     - Added --force-mod-install command line argument to installer to force
193       perl modules used by psad to be installed within /usr/lib/psad
194       regardless of whether they already exist in the system perl tree.
195     - Bugfix in the installer to seek() to the end of the fwdata file
196     - Bugfix for psad repeatedly trying to remove the same IP address(es)
197       from the auto-blocking chains.
198       instead of reading the entire thing into memory.
199     - Added the ability to truncate the fwdata file via a new configuration
200       keyword "TRUNCATE_FWDATA" (this is enabled by default).
201     - Bugfix in auto-blocking mode for deleting AUTO_IPT_SOCK when a HUP
202       signal is received.
203     - Bugfix for parsing Netfilter policies that contain ULOG logging rules
204       instead of the standard LOG target.
205     - Removed the smtpdaemon requirement in the RPM because psad might be
206       configured to not send email alerts.
207
208 psad-1.4.3 (09/27/2005):
209     - Bugfixes for auto-blocking code.  Timeouts should be handled
210       properly, including cached IP addresses in the auto_blocked_iptables
211       file that are referenced upon psad startup.  Communication with the
212       running psad is performed over a Unix domain socket in --fw-block
213       mode.
214     - Bugfix to seek to the end of the fwdata file instead of reading the
215       entire thing into memory and then looking for newly written logging
216       messages.  This drastically reduces the amount of memory required
217       by psad.
218     - Updated to only display psad chains if --verbose is set
219     - Updated to automatically flush the psad auto-response Netfilter chains
220       at start time (subject to a new config keyword "FLUSH_IPT_AT_INIT").
221
222 psad-1.4.2 (07/15/2005):
223     - Dependency bugfixes for mail binary.
224     - Bugfix for various IGNORE_* keywords not being honored.
225     - Bugfix for not timing out blocked IP addresses from a previous run.
226     - Updated to version 0.2 of the IPTables::ChainMgr module.
227     - Updated to not truncate the fwdata file upon psad startup.
228     - Added --fw-dump which produces a sanitized (i.e. no IP addresses)
229       version of the local Netfilter policy.  Also added --fw-include-ips
230       to (optionally) not sanitize IPs/nets.  Note that the 0.0.0.0 and
231       0.0.0.0/0 IPs/nets are not sanitized since they give no useful
232       information about specific IPs/nets.
233     - Added ulogd data collection mode.
234     - Bugfix for FW_MSG_SEARCH default (at least "DROP" is included now
235       even if FW_SEARCH_ALL is set to "N").
236     - Bugfix for non-network address for subnet specified with --fw-block.
237     - Bugfix for multiple --fw-block IPs/nets.
238     - Added README.SYSLOG (Francois Marier contributed the content).
239     - Made email alert prefixes (such as "[psad-alert]") customizable via
240       psad.conf.
241
242 psad-1.4.1 (03/12/2005):
243     - Updated to Snort-2.3 rules in the snort_rules directory.
244     - Re-worked syslog installation portion of install.pl.  The user will
245       always be prompted to enter the syslog daemon now, and also added
246       the --syslog-conf arg to allow the config file path to be specified
247       on the install.pl command line.
248     - Bugfix in install.pl for using IP address instead of network address
249       of directly connected subnets.
250     - Updated to version 4.6.23 of the whois client.
251     - Bugfix for distinguishing OPT field associated with --log-tcp-options
252       vs. --log-ip-options.
253     - Bugfix for syslog format that may not include the "kernel:" tag.
254     - Applied patch to only install perl modules that are not already
255       installed (Blair Zajac).
256     - Bugfix for the psad version number that is sent in DShield alerts.
257     - Updated Psad module directory structure to be consistent with current
258       versions of perl (5.8.x).
259     - Added IPTables::ChainMgr module.
260     - Completely re-worked the Netfilter auto-blocking code to use
261       IPTables::ChainMgr functions so that auto-generated rules are placed
262       in chains created by psad.
263     - Added IPT_AUTO_CHAIN keyword in psad.conf which is used to define the
264       set of chains to which auto-generated Netfilter rules are added.
265     - Added --fw-list-auto to display the contents of psad Netfilter
266       chains.
267     - Added the ability to import an IP into the Netfilter auto-blocking
268       chains from the command line with --fw-block-ip.  This allows psad to
269       apply its timeout mechanism against such IPs/nets.
270     - Added the ability to ignore packets based on input interface with
271       IGNORE_INTERFACES in psad.conf.
272     - Re-worked auto_dl code, better hash design and searching function.
273     - Removed dependency on sendmail command unless DShield alerting is
274       enabled and a DShield user id is specified.
275     - Added ALERTING_METHODS keyword in the file alert.conf to allow either
276       syslog or email alerts (or both) to be disabled.  Psad and psadwatchd
277       reference this file.
278
279 psad-1.4.0 (11/26/2004):
280     - Added p0f-style passive OS fingerprinting through the use of the OPT
281       field in iptables log messages (which is only logged through the use
282       of the --log-tcp-options command line arg to iptables).
283     - Bugfix for iptables log messages that include tcp sequence numbers
284       (see the iptables --log-tcp-sequence command line argument).
285     - Bugfix for O_RDONLY open flag when kmsgsd receives a HUP signal.
286
287 psad-1.3.4 (10/17/2004):
288     - Bugfix for init script directory on Slackware systems.
289     - Bugfix for null prefix counters.
290     - Added --whois-analysis argument since whois lookups are now disabled
291       by default when running in analysis (-A) mode.
292     - Updated psad_init() to rework setup() and import orderings vs.
293       --fw-analyze and --Benchmark modes.
294     - Added bidirectional iptables auto-blocking support for all chains
295       except for the INPUT and OUTPUT chains.
296     - Better syslog message support when run in auto-blocking mode.
297     - Added iptables auto-block rules section to --Status output.
298     - Added init script for Fedora systems.
299     - Added default_log() function to IPTables::Parse.  This function
300       parses user defined chains in an effort to find default logging
301       rules.
302     - Added EMAIL_LIMIT_STATUS_MSG to control whether or not psad sends a
303       status email when the PSAD_EMAIL_LIMIT threshold has been reached by
304       an IP address.
305     - Added ENABLE_SCAN_ARCHIVE to control whether or not psad archives old
306       scan data within /var/log/psad/scan_archive at start time.
307
308 psad-1.3.3 (09/09/2004):
309     - Fixed __WARN__ and __DIE__ exception handlers so that they
310       reference global message variables.
311     - Fixed auto danger level assignments.  Network auto assignments as
312       well as per-protocol assignments work now.
313     - Added SYSLOG_DAEMON variable to define which syslog daemon is running
314       on the underlying system instead of just guessing.
315     - Added the ability to ignore both ranges and specific ports/protocols
316       with a new variable IGNORE_PORTS in psad.conf.
317     - Bugfix to make sure email addresses are separated by spaces when
318       Psad::sendmail() is called.
319     - Bugfix for ipt_prefix counters not being parsed correct at import
320       time.
321     - Removed exclude_auto_ignore_ip() since this function was made
322       unnecessary by newly rewritten auto-assign code.
323     - Bugfix for Text::Wrap calls in install.pl uninstall() routine.
324     - Bugfix for using --no-fw-search-all even when FW_SEARCH_ALL is
325       set to "Y".
326     - Removed extraneous ".." and "**" chars from syslog messages, and
327       updated to use [+] prefix strings.
328     - Moved init scripts into init-scripts directory within source tree.
329     - Removed dependency on Bit::Vector (psad does not seem to make use
330       of any Date::Calc functions that require it).
331     - Wrapped copy() and move() calls with "or die()" to make them
332       safer in install.pl.
333     - Added check for existing psad process in install.pl.
334     - Updated to a new psad email alert subject format.  Prefixes of
335       "[psad-alert]", "[psad-error]", and "[psad-status]" are used now.
336     - Permissions fixes with umask() setting in /var/log/psad, permissions
337       fixes for files in /etc/psad at install time.
338
339 psad-1.3.2 (06/25/2004):
340     - Removed FW_MSG_SEARCH from psad.conf, and created a new config
341       file "fw_search.conf" that both psad and kmsgsd use to get the
342       FW_MSG_SEARCH definition(s).
343     - Added default mode of parsing all iptables messages instead of
344       just those that contain specific search strings.  A new config
345       variable "FW_SEARCH_ALL" was added to fw_search.conf that
346       controls this mode.
347     - Updated psad and kmsgsd so that multiple firewall search strings
348       can be specified through multiple FW_MSG_SEARCH variables in
349       fw_search.conf.
350     - Added iptables chain and logging-prefix tracking for current
351       scan interval in email alerts.
352     - Added protocol-specific auto-danger level assignments.
353     - Added total scan source and destination IP address counters in
354       --Status output.
355     - Added number of email alerts sent and OS guess in default
356       --Status output.  The output is getting wide now, so there is
357       also a new option --status-brief that will remove the alerts
358       sent and OS guess columns.
359     - Added getopt() command line arg parsing to kmsgsd with two new
360       options "-c" (for config file path) and "-k" (for fw_search.conf
361       path).
362     - Made iptables parsing code into its own script "fwcheck_psad"
363       that gets called by psad.
364     - Added Dshield stats summary to --Status output.
365     - Bugfix for auto-ignore IP addresses and networks being missed.
366     - Made parsing of ifconfig output language independent (should
367       handle French now for example).
368     - Removed "psad_" prefix on files psad_signatures, psad_auto_ips,
369       psad_posf, and psad_icmp_types in /etc/psad/.
370     - Updated to version 4.6.14 of the whois client.
371
372 psad-1.3.1 (12/25/2003):
373     - Added the ability to import /var/log/psad/<ip> directories
374       back into memory so scan data remains persistent across
375       psad restarts or system reboots.
376     - Added --Analyze-msgs to run psad in analysis mode against an
377       iptables logfile (/var/log/psad/fwdata by default).  The logfile
378       path can be changed with --messages-file.
379     - Added icmp type and code validation against RFC 792.
380     - Bugfix for being too strict with FW_MSG_SEARCH.
381     - Added port ranges for tcp and udp scans in <ip>/<dst>_packet_ctr.
382     - Added <ip>/<dst>_start_time and <ip>/os_guess.
383     - Bugfix for missing --no-signatures code.
384     - Updated to Snort-2.1 signatures.
385
386 psad-1.3 (11/30/2003):
387     - Replaced all signatures in psad_signatures with updated snort
388       rules.
389     - Added support for source and destination ip addresses in
390       signature matching code.  A new variable "HOME_NET" makes this
391       possible.
392     - Added support for the iptables output chain.
393     - Added chain tracking for all signatures.
394     - Replaced match_fastsigs() with two new routines for tcp and
395       udp signature matching that don't autovivify hash keys.
396     - Removed support for ipchains.
397     - Added support for metalog.
398     - Removed all "Undefined Code" signatures from psad_signatures.
399     - Re-worked %auto_blocked_ips hash and corresponding blocking
400       routines.  This (hopefully) fixes a restart bug seen on older
401       systems such as those that are still running versions of perl
402       less than 5.6.
403     - Re-worked firewall policy parsing routines.  Chains that have
404       a default policy of DROP are handled properly now.
405     - Bugfix for missing NULL char in kmsgsd.c.
406     - Updated scan alerting format.  Put current interval protocol
407       status before source and destination addresses.
408     - Buffer overflow fix in kmsgsd.c for size of buf[MAX_LINE_BUF]
409       buffer in read() call.
410     - Added --no-kmsgsd option to aid in psad --debug mode.
411
412 psad-1.2.4 (10/15/2003):
413     - Added danger level to subject line in email alerts.
414     - Removed diskmond altogether since psad now handles disk space
415       thresholds directly.  This allows filehandles to be handled
416       properly.
417     - Added auto_block_ignore_ip() to prevent 0.0.0.0, 127.0.0.1,
418       and local interface ips from being included in auto blocking
419       routines.
420     - Added Bit::Vector module to stop installation warnings from
421       Date::Calc.
422     - Made get_local_ips() called periodically since local addresses
423       may change (dhcp, etc.).
424     - Added installation code and init script for Gentoo Linux.
425     - Bugfix for INIT_DIR in uninstall() routine in install.pl.
426     - Bugfix for auto-blocking loop after timeouts are hit.
427     - Added --status-dl [N] to display status information only for
428       those scans that reach at least [N].
429
430 psad-1.2.3 (09/12/2003):
431     - Added interface tracking for scans.
432     - Bugfix for not opening /etc/hosts.deny the right way in
433       tcpwr_block().
434     - Bugfix for psadfifo path in syslog-ng config.
435     - Better format for summary stats section in email alerts.
436     - Bugfix for INIT_DIR path on non-RedHat systems.
437     - Bugfix for gzip path.
438     - Make Psad.pm installed last of all perl modules installed
439       by psad.
440     - Added additional call to incr_syscall_ctr() in psadwatchd.c
441
442 psad-1.2.2 (08/24/2003):
443     - psad is finally available as an RPM package.
444     - Added chain tracking for iptables.
445     - Added chain counts to --Status output.
446     - Bugfix for psad not taking into account multiple scan
447       destinations.
448     - Reworked auto-blocking code for both tcpwrappers and
449       iptables.  Lines added to /etc/hosts.deny will no longer be
450       duplicated.  Added IPTABLES_AUTO_RULENUM and
451       IPCHAINS_AUTO_RULENUM so auto rules can be inserted at a
452       configurable point within iptables and ipchains policies.
453     - Psad now installs all perl modules within /usr/lib/psad.
454     - Removed /var/log/psad/<ip>/scanlog file since it was wasting
455       too much disk.
456     - Made psad, psadwatchd, and diskmond take the machine hostname
457       from their respective config files.  This makes installation
458       via the rpm easier, and is generally cleaner.
459     - Added scan destination in --Status output.
460     - Added --status-sort-dl (the default status output is now
461       sorted by ip address by default).
462
463 psad-1.2.1 (07/11/2003):
464     - Bugfix for multiple processes being spawned by psadwatchd
465       due to lack of proper config variables in the new split
466       daemon config files.
467     - Bugfix for old scan messages being regenerated if a HUP
468       signal is received.
469     - Bugfix for incorrectly calculating disk utilization in
470       diskmond.c.
471     - Extended install.pl to include compression for archived
472       files in /etc/psad.
473     - Added preserve questions in install.pl for the psad
474       signature and auto ips files.
475     - Bugfix for --USR1 command line switch not mapping to the
476       correct subroutine.
477     - Bugfix for psad man page missing the pipe character in
478       psadfifo line for syslog.conf.
479
480 psad-1.2 (06/18/2003):
481     - Added passive OS fingerprinting based on packet ttl, length,
482       tos, and id fields.
483     - Added dshield.org alerting capability.
484     - Added exec_external_script() for external script execution.
485     - Added auto blocked timeouts.
486     - Implemented config re-imports via HUP signals in a manner
487       similar to various other system daemons (sysylog, apache
488       etc.)
489     - Better --Status output that shows packet counts per protocol
490       for each ip.
491     - Added --ip-status for more verbose status output for a
492       particular ip address.
493     - Added config preservation code to install.pl.
494     - Added Psad::psyslog().
495     - Split psad.conf into a separate config file for each of the
496       four psad daemons.
497     - Completely re-worked the auto blocking code (made dedicated
498       files for iptables and ipchains block methods).
499     - Added danger level hash.
500     - Minor code cleanups (shorter hash keys, etc.).
501
502 psad-1.1.1 (04/26/2003):
503     - Bugfix for incorrect usage of %scan hash keys associated
504       with tcp/udp when the current protocol is icmp.
505     - Bugfix for being too strict on iptable default log string.
506     - Reworked USR1 signal handler so the Data::Dumper function
507       call is made in the main part of the psad code.
508     - Added a startup message for psad.
509     - Minor bugfix for leading whitespace in auto_ips.
510
511 psad-1.1 (04/20/2003):
512     - Added the IPTables::Parse module for better processing of
513       the iptables ruleset.
514     - Added --snort-sids so that iptables messages generated by
515       fwsnort can be included in alerts.  Such alerts now include
516       the content fields of packets (fwsnort uses the iptables
517       string match module).
518     - Added the ability to specify entire networks in the auto
519       ips file through the use of the Net::IPv4Addr module.
520     - Better logging format that reinstates the current interval,
521       and adds an "overall stats" section that includes packet
522       counters per protocol.
523     - Removed the PROTO hash key since it was unnecesssary.
524     - Better benchmarking code.
525     - Bug fix for incorrectly looking for the "MAC" string in
526       iptables messages that could have been generated by the
527       FORWARD chain.
528
529 psad-1.0 (02/27/2003):
530     - Added --Benchmark and --packets command line options to support
531       psad benchmarking.
532     - Bugfix for improperly detecting NULL scans.
533     - Completely redesigned website.
534
535 psad-1.0.0-pre4 (11/26/2002):
536     - Rewrote kmsgsd and psadwatchd in C.
Note: See TracBrowser for help on using the browser.