InterSect [InterSect Swish]
Search Our Site
  Enter Search Terms
News
Snare for Windows - Snare for Windows Version 3.1.7 is now available. This release includes some web interface updates.
NISPOM and PCI An appendix to the Snare Server User's Guide now contains guidance on how to comply with NISPOM and PCI Data Security Standard
Snare Server Version 4.6 is now available with real time reporting. This new version includes a single CD installation for all packages and the OS.
Stats on the agent downloads and visits to our web server are avialble from Statistics.
HowTo get Snare running on SuSE

Specifically, these instructions have been written for SLES 8.0, but should work on other SuSE versions as well. I am using version 0.9.2 of the Snare core, but modifying it to use the sys-call table since SuSE exports it.

To build and install the core from snare-core-0.9.2.tar.gz:

tar xvzf snare-core-0.9.2.tar.gz
cd snare-core-0.9.2

With your favorite editor make these changes:

    change line 26 in auditmodule.c to:
    //#define HIDDEN_SYS_CALL_TABLE 1

    change lines 37-43 in Makefile to:
    cd $(prefix)/etc/rc.d/rc2.d; ln -s ../../init.d/audit S98audit
    cd $(prefix)/etc/rc.d/rc3.d; ln -s ../../init.d/audit S98audit
    cd $(prefix)/etc/rc.d/rc4.d; ln -s ../../init.d/audit S98audit
    cd $(prefix)/etc/rc.d/rc5.d; ln -s ../../init.d/audit S98audit
    cd $(prefix)/etc/rc.d/rc6.d; ln -s ../../init.d/audit K10audit
    cd $(prefix)/etc/rc.d/rc1.d; ln -s ../../init.d/audit K10audit
    cd $(prefix)/etc/rc.d/rc0.d; ln -s ../../init.d/audit K10audit

    change line 53 in Makefile to:
    if [ -d $(prefix)/etc/init.d/audit ]; then rm $(prefix)/etc/init.d/audit; rm $(prefix)/etc/rc.d/rc*.d/S98audit; rm $(prefix)/etc/rc.d/rc*.d/K10audit;fi

    change line 11 in audit-start to:
    . /lib/lsb/init-functions

    make
    make install

    To build and install the gui from snare-0.9.tar.gz:

    There are lots of dependencies in this package here are some that you may need to add: lsb, lsb-runtime, gnome-libs-devel, gettext, and esound-devel.

    aclocal -I macros
    automake -a
    autoconf
    ./configure
    make
    make install

    Start auditing with a reboot or /etc/init.d/auditd start.
    The gui can be invoked with /usr/local/bin/snare.

    Note that the use of 'inetd' seems to cause problems if you turn on the network-related events (accept and connect auditing) - however, if you install and use xinetd, these problems do not occur.

Snare Server
The Snare Server builds on the success of our Open Source audit & event log agents. When used in combination, our Snare agents, and Server provide a robust and effective resource for event log management.

Snare Server Snort Report
This link will take you to a small report exported from our Snare Server, that shows attacks against our website
Copyright (c) 1999-2010 InterSect Alliance Pty Ltd