]> git.pld-linux.org Git - packages/snort.git/blame - rules.base
- finished update to 2.4.3
[packages/snort.git] / rules.base
CommitLineData
3914b6b8
MP
1#
2# Taken and modified from "vision.conf", part of Max Vision's
3# ArachNIDs work. See /usr/doc/snort-stuff/README.snort-stuff for more
4# information on how to use this file.
5
6var INTERNAL 192.168.1.0/24
7var EXTERNAL 63.87.101.0/24
8var DNSSERVERS 63.87.101.90/32 63.87.101.92/32
9
10preprocessor http_decode: 80 443 8080
11preprocessor minfrag: 128
12preprocessor portscan: $EXTERNAL 3 5 /var/log/snort/portscan.log
13preprocessor portscan-ignorehosts: $DNSSERVERS
14
15# Ruleset, available (updated hourly) from:
16#
17# http://dev.whitehats.com/ids/vision.rules
18
19# Include the latest copy of Max Vision's ruleset
20include /etc/snort/vision.rules
21
22# Uncomment the next line if you wish to include the latest
23# copy of the snort.org ruleset. Be sure to download the latest
24# one from http://www.snort.org/snort-files.htm#Rules
25#
26# include /etc/snort/06082k.rules
27
28#
29# If you wish to monitor multiple INTERNAL networks, you can include
30# another variable that defines the additional network, then include
31# the snort ruleset again. Uncomment the two following lines.
32#
33# var INTERNAL 192.168.2.0/24
34# include /etc/snort/vision.rules
35
36# include other rules here if you wish.
This page took 0.059094 seconds and 4 git commands to generate.