]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/snort/snort.conf
Snort Fixes.
[people/pmueller/ipfire-2.x.git] / config / snort / snort.conf
CommitLineData
cd1a2927
MT
1###################################################
2#
3# This file contains the default snort configuration.
46dff713
MT
4# for all IPFire Versions
5# Unless you are totally happy with this file, please
cd1a2927 6# only change whats needed
46dff713
MT
7# This file is automatically changed by
8# the webinterface, too.
cd1a2927
MT
9#
10# 1) Set the network variables for your network
11# 2) Configure preprocessors
12# 3) Configure output plugins
13# 4) Customize your rule set
14#
cd1a2927
MT
15###################################################
16# Only area a user needs to edit
17include /etc/snort/vars
18var EXTERNAL_NET !$HOME_NET
19var SMTP_SERVERS $HOME_NET
20var HTTP_SERVERS $HOME_NET
21var SQL_SERVERS $HOME_NET
22var TELNET_SERVERS $HOME_NET
23var HTTP_PORTS 80
24var SHELLCODE_PORTS !80
25var ORACLE_PORTS 1521
26var AIM_SERVERS [64.12.24.0/24,64.12.25.0/24,64.12.26.14/24,64.12.28.0/24,64.12.29.0/24,64.12.161.0/24,64.12.163.0/24,205.188.5.0/24,205.188.9.0/24]
46dff713 27var RULE_PATH /etc/snort/rules
cd1a2927
MT
28
29###################################################
30# Do NOT Edit past this line
31###################################################
32config detection: search-method lowmem
33preprocessor flow: memcap 2097152, stats_interval 0, hash 2
34preprocessor frag2: memcap 2097152
35preprocessor stream4: memcap 2097152, detect_scans, disable_evasion_alerts
36preprocessor stream4_reassemble: noalerts
37preprocessor http_inspect: global iis_unicode_map unicode.map 1252
38preprocessor http_inspect_server: server default profile all ports { 80 8080 }
39preprocessor rpc_decode: 111 32771
40preprocessor bo
41preprocessor telnet_decode
42preprocessor flow-portscan: \
43 scoreboard-memcap-talker 1048576 \
44 scoreboard-rows-talker 10000 \
45 talker-sliding-scale-factor 0.50 \
46 talker-fixed-threshold 30 \
47 talker-sliding-threshold 30 \
48 talker-sliding-window 20 \
49 talker-fixed-window 30 \
50 scoreboard-memcap-scanner 1048576 \
51 scoreboard-rows-scanner 10000 \
52 scanner-sliding-window 20 \
53 scanner-sliding-scale-factor 0.50 \
54 scanner-fixed-threshold 15 \
55 scanner-sliding-threshold 40 \
56 scanner-fixed-window 15 \
57 unique-memcap 1048576 \
58 unique-rows 10000 \
59 server-memcap 1048576 \
60 server-rows 10000 \
61 server-watchnet $HOME_NET \
62 server-ignore-limit 100 \
63 server-learning-time 3600 \
64 server-scanner-limit 4 \
65 alert-mode once \
66 output-mode msg \
67 tcp-penalties on
68preprocessor xlink2state: ports { 25 691 }
69#=========================================
70include $RULE_PATH/classification.config
71include $RULE_PATH/reference.config
72#=========================================
46dff713
MT
73include $RULE_PATH/bleeding-attack_response.rules
74include $RULE_PATH/bleeding-botcc-BLOCK.rules
75include $RULE_PATH/bleeding-botcc.excluded
76include $RULE_PATH/bleeding-botcc.rules
77include $RULE_PATH/bleeding-botcc.rules.dragon.xml
78include $RULE_PATH/bleeding-dos.rules
79include $RULE_PATH/bleeding-drop-BLOCK.rules
80include $RULE_PATH/bleeding-drop.rules
81include $RULE_PATH/bleeding-drop.rules.dragon.xml
82include $RULE_PATH/bleeding-dshield-BLOCK.rules
83include $RULE_PATH/bleeding-dshield.rules
84include $RULE_PATH/bleeding-exploit.rules
85include $RULE_PATH/bleeding-game.rules
86include $RULE_PATH/bleeding-inappropriate.rules
87include $RULE_PATH/bleeding-malware.rules
88include $RULE_PATH/bleeding-p2p.rules
89include $RULE_PATH/bleeding-policy.rules
90include $RULE_PATH/bleeding-scan.rules
91include $RULE_PATH/bleeding-sid-msg.map
92include $RULE_PATH/bleeding-virus.rules
93include $RULE_PATH/bleeding-voip.rules
94include $RULE_PATH/bleeding-web.rules
95include $RULE_PATH/bleeding.rules
96include $RULE_PATH/community-bot.rules
97include $RULE_PATH/community-deleted.rules
98include $RULE_PATH/community-dos.rules
99include $RULE_PATH/community-exploit.rules
100include $RULE_PATH/community-ftp.rules
101include $RULE_PATH/community-game.rules
102include $RULE_PATH/community-icmp.rules
103include $RULE_PATH/community-imap.rules
104include $RULE_PATH/community-inappropriate.rules
105include $RULE_PATH/community-mail-client.rules
106include $RULE_PATH/community-misc.rules
107include $RULE_PATH/community-nntp.rules
108include $RULE_PATH/community-oracle.rules
109include $RULE_PATH/community-policy.rules
110include $RULE_PATH/community-sid-msg.map
111include $RULE_PATH/community-sip.rules
112include $RULE_PATH/community-smtp.rules
113include $RULE_PATH/community-sql-injection.rules
114include $RULE_PATH/community-virus.rules
115include $RULE_PATH/community-web-attacks.rules
116include $RULE_PATH/community-web-cgi.rules
117include $RULE_PATH/community-web-client.rules
118include $RULE_PATH/community-web-dos.rules
119include $RULE_PATH/community-web-iis.rules
120include $RULE_PATH/community-web-misc.rules
121include $RULE_PATH/community-web-php.rules