mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
snort: Introduce ruleset-sources.list
This file contains the ruleset vendors and download urls and will be used by the ids.cgi. If an url or filename changes, we easily can adjust this file. In most cases this will be needed when performing a snort update. Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -232,4 +232,5 @@ usr/sbin/snort
|
||||
#usr/share/doc/snort/WISHLIST
|
||||
#usr/share/doc/snort/generators
|
||||
#usr/share/man/man8/snort.8
|
||||
var/ipfire/snort/ruleset-sources.list
|
||||
var/log/snort
|
||||
|
||||
11
config/snort/ruleset-sources.list
Normal file
11
config/snort/ruleset-sources.list
Normal file
@@ -0,0 +1,11 @@
|
||||
# Ruleset for registered sourcefire users.
|
||||
registered = https://www.snort.org/downloads/registered/snortrules-snapshot-29110.tar.gz?oinkcode=<oinkcode>
|
||||
|
||||
# Ruleset for registered sourcefire users with valid subscription.
|
||||
subscripted = https://www.snort.org/downloads/registered/snortrules-snapshot-29110.tar.gz?oinkcode=<oinkcode>
|
||||
|
||||
# Community rules from sourcefire.
|
||||
community = https://www.snort.org/downloads/community/community-rules.tar.gz
|
||||
|
||||
# Emerging threads community rules.
|
||||
emerging = http://rules.emergingthreats.net/open/snort-2.9.0/emerging.rules.tar.gz
|
||||
Reference in New Issue
Block a user