xbl.dnsbl-sh.carnet.hr
Zbog licencnih razloga pristup CARNetovom RBL posluzitelju je
-dopusten samo sa CARNetove mreze (161.53.0.0/16, 193.198.0.0/16 i
-82.132.0.0/17).
+dopusten samo iz CARNetove mreze (161.53.0.0/16, 193.198.0.0/16,
+192.84.91.0/24, 192.84.92.0/24, 192.84.105.0/24, 192.84.106.0/24,
+31.147.0.0/16, 82.132.0.0/17 i 2001:b68::/32).
VAZNA NAPOMENA
konfiguracijske datoteke, osim ako znate sto cinite.
- -- Dragan Dosen <Dragan.Dosen@CARNet.hr> Sat, 30 Apr 2011 12:45:56 +0200
+ -- Dragan Dosen <Dragan.Dosen@CARNet.hr> Fri, 4 May 2012 15:55:20 +0200
+mod-security-cn (2.6.6+1) stable; urgency=low
+
+ * Prva inacica paketa za Debian wheezy distribuciju.
+ * Azurirane datoteke debian/README.CARNet, debian/copyright,
+ debian/templates, debian/compat i ovisnosti unutar
+ debian/control.
+ * Dodana datoteka debian/source/format.
+ * rbl_lookup.conf datoteka:
+ + dodatni adresni blokovi iz CARNet mreze za koje se
+ preskace RBL provjera (192.84.91.0/24, 192.84.92.0/24,
+ 192.84.105.0/24, 192.84.106.0/24, 31.147.0.0/16 i
+ 2001:b68::/32).
+ + reorganizacija SecRule direktiva za RBL provjeru.
+
+ -- Dragan Dosen <Dragan.Dosen@CARNet.hr> Tue, 3 Sep 2013 16:40:47 +0200
+
mod-security-cn (2.5.12+2) stable; urgency=low
* Promjena e-mail adrese odrzavatelja paketa.
Section: httpd
Priority: optional
Maintainer: Dragan Dosen <Dragan.Dosen@CARNet.hr>
-Build-Depends: debhelper (>= 7), po-debconf
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 8.0.0), po-debconf
+Standards-Version: 3.9.3
Package: mod-security-cn
Architecture: all
-Pre-Depends: libapache-mod-security (>= 2.5.12-1), mod-security-common (>= 2.5.12-1)
-Depends: carnet-tools-cn (>= 3.0.0), ${misc:Depends}
+Pre-Depends: libapache2-modsecurity (>= 2.6.6-6+deb7u1)
+Depends: carnet-tools-cn (>= 3.0.4), ${misc:Depends}
Description: Tighten web applications security for Apache
- Mod_security is an Apache module whose purpose is to tighten the Web
+ Modsecurity is an Apache module whose purpose is to tighten the Web
application security. Effectively, it is an intrusion detection and prevention
system for the web server.
.
This package contains additional CARNet configuration.
+Homepage: http://www.modsecurity.org/
-Copyright 2011 CARNet
+Copyright 2013 CARNet
You are free to distribute this software package under the terms of the
GNU General Public License.
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: mod-security-cn\n"
"Report-Msgid-Bugs-To: mod-security-cn@packages.debian.org\n"
-"POT-Creation-Date: 2011-06-13 12:43+0200\n"
+"POT-Creation-Date: 2013-09-03 16:39+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
#: ../templates:1001
msgid ""
"VAZNO: Zbog licencnih razloga pristup CARNetovom RBL posluzitelju je "
-"dopusten samo sa CARNetove mreze (161.53.0.0/16, 193.198.0.0/16 i "
-"82.132.0.0/17)."
+"dopusten samo iz CARNetove mreze (161.53.0.0/16, 193.198.0.0/16, "
+"192.84.91.0/24, 192.84.92.0/24, 192.84.105.0/24, 192.84.106.0/24, "
+"31.147.0.0/16, 82.132.0.0/17 i 2001:b68::/32)."
msgstr ""
--- /dev/null
+3.0 (native)
RBL posluzitelj koji se koristi za provjeru je xbl.dnsbl-sh.carnet.hr.
.
VAZNO: Zbog licencnih razloga pristup CARNetovom RBL posluzitelju je
- dopusten samo sa CARNetove mreze (161.53.0.0/16, 193.198.0.0/16 i
- 82.132.0.0/17).
+ dopusten samo iz CARNetove mreze (161.53.0.0/16, 193.198.0.0/16,
+ 192.84.91.0/24, 192.84.92.0/24, 192.84.105.0/24, 192.84.106.0/24,
+ 31.147.0.0/16, 82.132.0.0/17 i 2001:b68::/32).
#
## End - Generated by CARNet package mod-security-cn
-<IfModule mod_security2.c>
+<IfModule security2_module>
# Basic configuration options
#
#
## End - Generated by CARNet package mod-security-cn
-<IfModule mod_security2.c>
+<IfModule security2_module>
- # Skip RBL lookup for localhost, 161.53.0.0/16, 193.198.0.0/16 and 82.132.0.0/17
- SecRule REMOTE_ADDR "^(127\.0\.0\.1|161\.53\.\d{1,3}\.\d{1,3}|193\.198\.\d{1,3}\.\d{1,3}|82\.132\.(\d{1,2}|10\d{1}|11\d{1}|12[0-7]{1})\.\d{1,3})$" "phase:2,pass,nolog,t:none,skip:1"
+ # Skip RBL lookup for localhost, 161.53.0.0/16, 193.198.0.0/16,
+ # 192.84.91.0/24, 192.84.92.0/24, 192.84.105.0/24, 192.84.106.0/24,
+ # 31.147.0.0/16, 82.132.0.0/17 and 2001:b68::/32.
+ SecRule REMOTE_ADDR "!@rx ^(\:\:1|127\.0\.0\.1|161\.53\.\d{1,3}\.\d{1,3}|193\.198\.\d{1,3}\.\d{1,3}|192\.84\.(91|92|105|106)\.\d{1,3}|31\.147\.\d{1,3}\.\d{1,3}|82\.132\.(\d{1,2}|10\d{1}|11\d{1}|12[0-7]{1})\.\d{1,3}|2001\:b68\:.+)$" "phase:1,deny,log,status:500,t:none,msg:'RBL: xbl.dnsbl-sh.carnet.hr',severity:CRITICAL,chain"
# RBL lookup using xbl.dnsbl-sh.carnet.hr
- SecRule REMOTE_ADDR "@rbl xbl.dnsbl-sh.carnet.hr" "phase:2,deny,log,status:500,t:none,msg:'RBL: xbl.dnsbl-sh.carnet.hr',severity:'1'"
+ SecRule REMOTE_ADDR "@rbl xbl.dnsbl-sh.carnet.hr"
</IfModule>