root/psad/tags/psad-2.0.7/ChangeLog

Revision 2065, 36.0 KB (checked in by mbr, 3 years ago)

minor release date update

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