root/psad/tags/psad-2.0.5/ChangeLog

Revision 1995, 34.5 KB (checked in by mbr, 4 years ago)

updated 2.0.5 release date

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