V3.2018.08.1152 [ci skip]

This commit is contained in:
Travis 2018-08-07 10:48:36 +02:00
parent a81f173006
commit a3732c8f00
82 changed files with 372 additions and 256 deletions

View file

@ -2,8 +2,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2017.04
### Updated: Mon Oct 02 16:41:32 SAST 2017
### Version: V3.2018.05
### Updated: 2018-08-06
###################################################
### VERSION INFORMATION ##
@ -46,21 +46,23 @@
# PLEASE MAKE SURE that you use word regex boundaries to avoid false positive detection !!!
# *****************************************************************************************
# BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED
# As you can see in the examples below the word "adultgalls" is entered with a preceding \b and an ending \b
# this makes it now "\badultgalls\b". It is crucial to use the word boundaries regex formatting.
"~*\badultgalls\b" 1;
"~*\bamateurxpass\b" 1;
"~*\bbigblackbooty\b" 1;
"~*\bblacktits\b" 1;
"~*\bcookie\-law\-enforcement\b" 1;
"~*\bfree\-share\-buttons\b" 1;
"~*\bfree\-social\-buttons\b" 1;
"~*\bfuck\-paid\-share\-buttons\b" 1;
"~*\bilovevitaly\b" 1;
"~*\blaw\-enforcement\-bot\b" 1;
"~*\blaw\-enforcement\-check\b" 1;
"~*\bshare\-buttons\-for\-free\b" 1;
"~*\bwebfuck\b" 1;
"~*\bxxxrus\b" 1;
"~*\bzeroredirect\b" 1;
# "~*\badultgalls\b" 1;
# "~*\bamateurxpass\b" 1;
# "~*\bbigblackbooty\b" 1;
# "~*\bblacktits\b" 1;
# "~*\bcookie\-law\-enforcement\b" 1;
# "~*\bfree\-share\-buttons\b" 1;
# "~*\bfree\-social\-buttons\b" 1;
# "~*\bfuck\-paid\-share\-buttons\b" 1;
# "~*\bilovevitaly\b" 1;
# "~*\blaw\-enforcement\-bot\b" 1;
# "~*\blaw\-enforcement\-check\b" 1;
# "~*\bshare\-buttons\-for\-free\b" 1;
# "~*\bwebfuck\b" 1;
# "~*\bxxxrus\b" 1;
# "~*\bzeroredirect\b" 1;

View file

@ -2,8 +2,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2017.02
### Updated: Mon Oct 02 16:48:32 SAST 2017
### Version: V3.2018.03
### Updated: 2018-08-06
###################################################
### VERSION INFORMATION ##
@ -35,5 +35,7 @@
# As you can see in the examples below the domain "myblacklisteddomainname\.com" is entered with a preceding \b and an ending \b
# this makes it now "\bmyblacklisteddomainname\.com\b". It is crucial to use the word boundaries regex formatting.
"~*\bmyblacklisteddomainname\.com\b" 1;
"~*\bmy\-second\-blacklisted\.com\b" 1;
# BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED
# "~*\bmyblacklisteddomainname\.com\b" 1;
# "~*\bmy\-second\-blacklisted\.com\b" 1;

View file

@ -2,8 +2,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2017.06
### Updated: Wed Oct 25 11:08:32 SAST 2017
### Version: V3.2018.07
### Updated: 2018-08-06
###################################################
### VERSION INFORMATION ##

View file

@ -3,8 +3,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2017.02
### Updated: Mon Aug 21 11:30:32 SAST 2017
### Version: V3.2018.04
### Updated: 2018-08-06
###################################################
### VERSION INFORMATION ##
@ -42,19 +42,21 @@
# Example the User-Agent name "some-very-bad-useragentname2" is entered as "\bsome\-very\-bad\-useragentname1\b"
# the "\b" are word boundaries which prevents partial matching and false positives.
# BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED
# *********************
# WHITELISTING EXAMPLES
# *********************
"~*\bsomeverygooduseragentname1\b" 0;
"~*\bsomeverygooduseragentname2\b" 0;
"~*\bsome\-very\-good\-useragentname2\b" 0;
# "~*\bsomeverygooduseragentname1\b" 0;
# "~*\bsomeverygooduseragentname2\b" 0;
# "~*\bsome\-very\-good\-useragentname2\b" 0;
# *********************
# BLACKLISTING EXAMPLES
# *********************
"~*\bsomeverybaduseragentname1\b" 3;
"~*\bsomeverybaduseragentname2\b" 3;
"~*\bsome\-very\-bad\-useragentname2\b" 3;
# "~*\bsomeverybaduseragentname1\b" 3;
# "~*\bsomeverybaduseragentname2\b" 3;
# "~*\bsome\-very\-bad\-useragentname2\b" 3;

View file

@ -2,8 +2,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2017.03
### Updated: Mon Oct 02 16:50:32 SAST 2017
### Version: V3.2018.04
### Updated: 2018-08-06
###################################################
### VERSION INFORMATION ##
@ -36,9 +36,10 @@
# this makes it now "\bsomeveryveryrandomwebsitenamethatdoesnotexist1\.com\b".
# It is crucial to use the word boundaries regex formatting.
# BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED
"~*\bsomeveryveryrandomwebsitenamethatdoesnotexist1\.com\b" 1;
"~*\bsomeveryveryrandomwebsitenamethatdoesnotexist2\.com\b" 1;
"~*\bsomeveryveryrandomwebsitenamethatdoesnotexist3\.com\b" 1;
"~*\bsome\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com\b" 1;
# "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist1\.com\b" 1;
# "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist2\.com\b" 1;
# "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist3\.com\b" 1;
# "~*\bsome\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com\b" 1;

View file

@ -2,8 +2,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2017.02
### Updated: Mon Oct 02 16:52:32 SAST 2017
### Version: V3.2018.03
### Updated: 2018-08-06
###################################################
### VERSION INFORMATION ##
@ -35,5 +35,7 @@
# As you can see in the examples below the domain "myfirstowndomainname\.com" is entered with a preceding \b and an ending \b
# this makes it now "\bmyfirstowndomainname\.com\b". It is crucial to use the word boundaries regex formatting.
"~*\bmyfirstowndomainname\.com\b" 0;
"~*\bmy\-second\-owndomainname\.com\b" 0;
# BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED
# "~*\bmyfirstowndomainname\.com\b" 0;
# "~*\bmy\-second\-owndomainname\.com\b" 0;

View file

@ -2,8 +2,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2017.01
### Updated: Mon Aug 21 11:32:32 SAST 2017
### Version: V3.2018.02
### Updated: 2018-08-06
###################################################
### VERSION INFORMATION ##
@ -25,5 +25,8 @@
# Add One Entry Per Line - No need to include 127.0.0.1 as it is covered elsewhere
# Only add actual IP addresses and ranges here
111.111.111.111 0;
35.192.217.12 0;
# BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED
# 111.111.111.111 0;
# REFRAIN FROM USING 127.0.0.1 AS IT MAY CAUSE UNDESIRABLE RESULTS ON SOME SYSTEMS35.193.203.142 0;

View file

@ -4,9 +4,9 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2018.08.1151
### Updated: Mon Aug 6 09:44:37 SAST 2018
### Bad Referrer Count: 6343
### Version: V3.2018.08.1152
### Updated: Tue Aug 7 10:47:50 SAST 2018
### Bad Referrer Count: 6349
### Bad Bot Count: 531
###################################################
### VERSION INFORMATION ##
@ -2536,6 +2536,7 @@ map $http_referer $bad_referer {
"~*\bdostavka\-v\-krym\.com\b" 1;
"~*\bdostavka\-v\-ukrainu\.ru\b" 1;
"~*\bdosug\-lux\.ru\b" 1;
"~*\bdosugrostov\.site\b" 1;
"~*\bdotnetdotcom\.org\b" 1;
"~*\bdoublepimp\.com\b" 1;
"~*\bdownloaddy\.net\b" 1;
@ -3598,6 +3599,7 @@ map $http_referer $bad_referer {
"~*\bimpisr\.ru\b" 1;
"~*\bimportchinacoach\-teach\.com\b" 1;
"~*\bimport\-sales\.com\b" 1;
"~*\bimpotentik\.com\b" 1;
"~*\bimpresagaia\.it\b" 1;
"~*\binbabes\.sexushost\.com\b" 1;
"~*\binboundlinks\.win\b" 1;
@ -4400,6 +4402,7 @@ map $http_referer $bad_referer {
"~*\bmoesonce\.com\b" 1;
"~*\bmoetomnenie\.com\b" 1;
"~*\bmoi\-glazki\.ru\b" 1;
"~*\bmoinozhki\.com\b" 1;
"~*\bmoivestiy\.biz\b" 1;
"~*\bmojaocena\.com\b" 1;
"~*\bmoje\-recenze\.cz\b" 1;
@ -5423,6 +5426,7 @@ map $http_referer $bad_referer {
"~*\brisparmiocasa\.bz\.it\b" 1;
"~*\britlweb\.com\b" 1;
"~*\brixpix\.ru\b" 1;
"~*\brniaeba\.ga\b" 1;
"~*\brn\-to\-bsn\.com\b" 1;
"~*\brobot\-forex\.biz\b" 1;
"~*\brocketchange\.ru\b" 1;
@ -7021,6 +7025,8 @@ map $http_referer $bad_referer {
"~*\bxn\-\-b1ag5cfn\.xn\-\-p1ai\b" 1;
"~*\bxn\-\-b1agm2d\.net\b" 1;
"~*\bxn\-\-c1acygb\.xn\-\-p1ai\b" 1;
"~*\bxn\-\-\-\-ctbbcjd3dbsehgi\.xn\-\-p1ai\b" 1;
"~*\bxn\-\-\-\-ctbigni3aj4h\.xn\-\-p1ai\b" 1;
"~*\bxn\-\-d1abj0abs9d\.in\.ua\b" 1;
"~*\bxn\-\-d1aifoe0a9a\.top\b" 1;
"~*\bxn\-\-\-\-dtbndd4ae7eub\.top\b" 1;
@ -8355,6 +8361,7 @@ geo $validate_client {
181.41.89.132 1;
181.59.194.180 1;
18.188.44.167 1;
182.100.67.235 1;
182.100.67.59 1;
182.100.67.60 1;
182.150.28.230 1;
@ -9507,6 +9514,7 @@ geo $validate_client {
54.37.148.71 1;
54.37.149.75 1;
54.37.160.36 1;
54.37.161.71 1;
54.37.191.248 1;
54.37.226.230 1;
54.37.233.195 1;