root/psad/tags/psad-2.0.4/ChangeLog

Revision 1948, 33.0 KB (checked in by mbr, 4 years ago)

finished 2.0.4 list

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