openbsd-ports/net/snort/pkg
lteo c82b01e867 Update to Snort 2.9.5.5 and fix the ownership of the rc.d script, from
maintainer Markus Lude.

Tested by me on amd64, i386, and macppc.
2013-09-24 02:35:23 +00:00
..
DESCR
PLIST Update to Snort 2.9.5.5 and fix the ownership of the rc.d script, from 2013-09-24 02:35:23 +00:00
README Update pkg/README to change the Snort ruleset download URL from HTTP to 2013-03-04 04:23:18 +00:00
snort.rc Make various improvements to the Snort port: 2012-10-11 02:40:48 +00:00

$OpenBSD: README,v 1.3 2013/03/04 04:23:18 lteo Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

An up-to-date set of rules is needed for Snort to be useful as an IDS.
By default, these rules are expected to be present in the
${SYSCONFDIR}/snort/rules directory as defined by RULE_PATH in
${SYSCONFDIR}/snort/snort.conf.

The two most common sources of Snort rules are the official Snort rules
and the Emerging Threats rules.  To download the official Snort rules,
you will first need to sign up for an "oinkcode" at
https://www.snort.org/signup since they are distributed under a
commercial license.  Emerging Threats rules can be downloaded without
signing up.

The easiest way to download these rules is to use a rule manager such as
the oinkmaster package.  You can set up oinkmaster's config file to
download one or more Snort rulesets and extract them automatically.
Please refer to the documentation in the oinkmaster package for more
details.

If you prefer to obtain the rules manually without using a rule manager,
you can use the following example commands to download and extract them
to the correct directory:

* Official Snort rules (replace <oinkcode> with yours):

    ftp -o snortrules-snapshot-${V}.tar.gz \
        https://www.snort.org/reg-rules/snortrules-snapshot-${V}.tar.gz/<oinkcode>
    tar -C /etc/snort -xzf snortrules-snapshot-${V}.tar.gz rules preproc_rules

  Note that registered users without a paid subscription are only
  allowed to download the official Snort ruleset once every 15 minutes.

* Emerging Threats rules:

    ftp http://rules.emergingthreats.net/open/snort-2.9.0/emerging.rules.tar.gz
    tar -C /etc/snort -xzf emerging.rules.tar.gz

  If you use Emerging Threats rules, you will need to uncomment its
  include line in ${SYSCONFDIR}/snort/snort.conf and edit
  ${SYSCONFDIR}/snort/rules/emerging.conf for Snort to load them.

It is important that you review the rules carefully to ensure that you
use the rules that apply to your environment.  You should also modify
${SYSCONFDIR}/snort/snort.conf to define the relevant variables such as
HOME_NET to match your network.

It is recommended that Snort be run as an unprivileged chrooted user.
A _snort user/group and a log directory have been created for this
purpose. You should start Snort with the ${RCDIR}/snort script to take
advantage of this.

For more details on setting up Snort, please refer to its user manual at
${TRUEPREFIX}/share/doc/snort/snort_manual.pdf