Skip to content

Commit 48b054b

Browse files
committed
closes #135 and #136
1 parent 40b8597 commit 48b054b

12 files changed

+20
-27
lines changed

.htaccess

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://github.com/Stevie-Ray/referrer-spam-blocker
2-
# Updated 2023-09-18 19:35:29
2+
# Updated 2023-09-18 19:49:00
33

44
<IfModule mod_rewrite.c>
55

@@ -128,7 +128,6 @@ RewriteCond %{HTTP_REFERER} ^http(s)?://(www.)?.*adcash\.com.*$ [NC,OR]
128128
RewriteCond %{HTTP_REFERER} ^http(s)?://(www.)?.*addblueoff\.com\.ua.*$ [NC,OR]
129129
RewriteCond %{HTTP_REFERER} ^http(s)?://(www.)?.*adelachrist\.top.*$ [NC,OR]
130130
RewriteCond %{HTTP_REFERER} ^http(s)?://(www.)?.*adelly\.bg.*$ [NC,OR]
131-
RewriteCond %{HTTP_REFERER} ^http(s)?://(www.)?.*adf\.ly.*$ [NC,OR]
132131
RewriteCond %{HTTP_REFERER} ^http(s)?://(www.)?.*adpostmalta\.com.*$ [NC,OR]
133132
RewriteCond %{HTTP_REFERER} ^http(s)?://(www.)?.*adrenalinebot\.net.*$ [NC,OR]
134133
RewriteCond %{HTTP_REFERER} ^http(s)?://(www.)?.*adrenalinebot\.ru.*$ [NC,OR]
@@ -3605,7 +3604,6 @@ RewriteCond %{HTTP_REFERER} ^http(s)?://(www.)?.*stylecaster\.top.*$ [NC,OR]
36053604
RewriteCond %{HTTP_REFERER} ^http(s)?://(www.)?.*styro\.ru.*$ [NC,OR]
36063605
RewriteCond %{HTTP_REFERER} ^http(s)?://(www.)?.*su1ufa\.ru.*$ [NC,OR]
36073606
RewriteCond %{HTTP_REFERER} ^http(s)?://(www.)?.*success\-seo\.com.*$ [NC,OR]
3608-
RewriteCond %{HTTP_REFERER} ^http(s)?://(www.)?.*suche\.t\-online\.de.*$ [NC,OR]
36093607
RewriteCond %{HTTP_REFERER} ^http(s)?://(www.)?.*suckoutlet\.xyz.*$ [NC,OR]
36103608
RewriteCond %{HTTP_REFERER} ^http(s)?://(www.)?.*sudachitravel\.com.*$ [NC,OR]
36113609
RewriteCond %{HTTP_REFERER} ^http(s)?://(www.)?.*sugarkun\.com.*$ [NC,OR]
@@ -4568,7 +4566,6 @@ SetEnvIfNoCase Referer adcash\.com spambot=yes
45684566
SetEnvIfNoCase Referer addblueoff\.com\.ua spambot=yes
45694567
SetEnvIfNoCase Referer adelachrist\.top spambot=yes
45704568
SetEnvIfNoCase Referer adelly\.bg spambot=yes
4571-
SetEnvIfNoCase Referer adf\.ly spambot=yes
45724569
SetEnvIfNoCase Referer adpostmalta\.com spambot=yes
45734570
SetEnvIfNoCase Referer adrenalinebot\.net spambot=yes
45744571
SetEnvIfNoCase Referer adrenalinebot\.ru spambot=yes
@@ -8045,7 +8042,6 @@ SetEnvIfNoCase Referer stylecaster\.top spambot=yes
80458042
SetEnvIfNoCase Referer styro\.ru spambot=yes
80468043
SetEnvIfNoCase Referer su1ufa\.ru spambot=yes
80478044
SetEnvIfNoCase Referer success\-seo\.com spambot=yes
8048-
SetEnvIfNoCase Referer suche\.t\-online\.de spambot=yes
80498045
SetEnvIfNoCase Referer suckoutlet\.xyz spambot=yes
80508046
SetEnvIfNoCase Referer sudachitravel\.com spambot=yes
80518047
SetEnvIfNoCase Referer sugarkun\.com spambot=yes

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@ Include the file `referral_spam.res` into your vassal .ini configuration file:
7373
ini = referral_spam.res:blacklist_spam
7474
```
7575

76+
## HAProxy: referral-spam.haproxy
77+
78+
Use it in your HAProxy config by adding all domains.txt items, in any frontend, listen or backend block:
79+
80+
```
81+
acl spam_referer hdr_sub(referer) -i -f /etc/haproxy/referral-spam.haproxy
82+
http-request deny if spam_referer
83+
```
84+
7685
## Options for Google Analytics 'ghost' spam
7786

7887
The above methods don't stop the Google Analytics **ghost** referral spam (because they are hitting Analytics directly and don't touching your website). You should use filters in Analytics to prevent **ghost** referral spam and hide spam form the **past**.

google-exclude-1.txt

+1-1
Large diffs are not rendered by default.

google-exclude-2.txt

+1-1
Large diffs are not rendered by default.

google-exclude-3.txt

+1-1
Large diffs are not rendered by default.

referral-spam.caddy

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://github.com/Stevie-Ray/referrer-spam-blocker
2-
# Updated 2023-09-18 19:35:29
2+
# Updated 2023-09-18 19:49:00
33
#
44
# Move this file next to your Caddy config file given through -conf, and include it by doing:
55
#
@@ -132,7 +132,6 @@ redir 444 {
132132
if {>Referer} is addblueoff.com.ua
133133
if {>Referer} is adelachrist.top
134134
if {>Referer} is adelly.bg
135-
if {>Referer} is adf.ly
136135
if {>Referer} is adpostmalta.com
137136
if {>Referer} is adrenalinebot.net
138137
if {>Referer} is adrenalinebot.ru
@@ -3609,7 +3608,6 @@ redir 444 {
36093608
if {>Referer} is styro.ru
36103609
if {>Referer} is su1ufa.ru
36113610
if {>Referer} is success-seo.com
3612-
if {>Referer} is suche.t-online.de
36133611
if {>Referer} is suckoutlet.xyz
36143612
if {>Referer} is sudachitravel.com
36153613
if {>Referer} is sugarkun.com

referral-spam.caddy2

+2-2
Large diffs are not rendered by default.

referral-spam.conf

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://github.com/Stevie-Ray/referrer-spam-blocker
2-
# Updated 2023-09-18 19:35:29
2+
# Updated 2023-09-18 19:49:00
33
#
44
# /etc/nginx/referral-spam.conf
55
#
@@ -141,7 +141,6 @@ map $http_referer $bad_referer {
141141
"~*addblueoff\.com\.ua" 1;
142142
"~*adelachrist\.top" 1;
143143
"~*adelly\.bg" 1;
144-
"~*adf\.ly" 1;
145144
"~*adpostmalta\.com" 1;
146145
"~*adrenalinebot\.net" 1;
147146
"~*adrenalinebot\.ru" 1;
@@ -3618,7 +3617,6 @@ map $http_referer $bad_referer {
36183617
"~*styro\.ru" 1;
36193618
"~*su1ufa\.ru" 1;
36203619
"~*success\-seo\.com" 1;
3621-
"~*suche\.t\-online\.de" 1;
36223620
"~*suckoutlet\.xyz" 1;
36233621
"~*sudachitravel\.com" 1;
36243622
"~*sugarkun\.com" 1;

referral-spam.vcl

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://github.com/Stevie-Ray/referrer-spam-blocker
2-
# Updated 2023-09-18 19:35:29
2+
# Updated 2023-09-18 19:49:00
33
sub block_referral_spam {
44
if (
55
req.http.Referer ~ "(?i)0\-0\.fr" ||
@@ -125,7 +125,6 @@ sub block_referral_spam {
125125
req.http.Referer ~ "(?i)addblueoff\.com\.ua" ||
126126
req.http.Referer ~ "(?i)adelachrist\.top" ||
127127
req.http.Referer ~ "(?i)adelly\.bg" ||
128-
req.http.Referer ~ "(?i)adf\.ly" ||
129128
req.http.Referer ~ "(?i)adpostmalta\.com" ||
130129
req.http.Referer ~ "(?i)adrenalinebot\.net" ||
131130
req.http.Referer ~ "(?i)adrenalinebot\.ru" ||
@@ -3602,7 +3601,6 @@ sub block_referral_spam {
36023601
req.http.Referer ~ "(?i)styro\.ru" ||
36033602
req.http.Referer ~ "(?i)su1ufa\.ru" ||
36043603
req.http.Referer ~ "(?i)success\-seo\.com" ||
3605-
req.http.Referer ~ "(?i)suche\.t\-online\.de" ||
36063604
req.http.Referer ~ "(?i)suckoutlet\.xyz" ||
36073605
req.http.Referer ~ "(?i)sudachitravel\.com" ||
36083606
req.http.Referer ~ "(?i)sugarkun\.com" ||

referral_spam.res

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://github.com/Stevie-Ray/referrer-spam-blocker
2-
# Updated 2023-09-18 19:35:29
2+
# Updated 2023-09-18 19:49:00
33
#
44
# Put referral-spam.res in /path/to/vassals, then include it from within /path/to/vassals/vassal.ini:
55
#
@@ -129,7 +129,6 @@ route-referer = (?i)adcash\.com break:403 Forbidden
129129
route-referer = (?i)addblueoff\.com\.ua break:403 Forbidden
130130
route-referer = (?i)adelachrist\.top break:403 Forbidden
131131
route-referer = (?i)adelly\.bg break:403 Forbidden
132-
route-referer = (?i)adf\.ly break:403 Forbidden
133132
route-referer = (?i)adpostmalta\.com break:403 Forbidden
134133
route-referer = (?i)adrenalinebot\.net break:403 Forbidden
135134
route-referer = (?i)adrenalinebot\.ru break:403 Forbidden
@@ -3606,7 +3605,6 @@ route-referer = (?i)stylecaster\.top break:403 Forbidden
36063605
route-referer = (?i)styro\.ru break:403 Forbidden
36073606
route-referer = (?i)su1ufa\.ru break:403 Forbidden
36083607
route-referer = (?i)success\-seo\.com break:403 Forbidden
3609-
route-referer = (?i)suche\.t\-online\.de break:403 Forbidden
36103608
route-referer = (?i)suckoutlet\.xyz break:403 Forbidden
36113609
route-referer = (?i)sudachitravel\.com break:403 Forbidden
36123610
route-referer = (?i)sugarkun\.com break:403 Forbidden

src/domains.txt

-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ adcash.com
121121
addblueoff.com.ua
122122
adelachrist.top
123123
adelly.bg
124-
adf.ly
125124
adpostmalta.com
126125
adrenalinebot.net
127126
adrenalinebot.ru
@@ -3598,7 +3597,6 @@ stylecaster.top
35983597
styro.ru
35993598
su1ufa.ru
36003599
success-seo.com
3601-
suche.t-online.de
36023600
suckoutlet.xyz
36033601
sudachitravel.com
36043602
sugarkun.com

web.config

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- https://github.com/Stevie-Ray/referrer-spam-blocker -->
2-
<!-- Updated 2023-09-18 19:35:29 -->
2+
<!-- Updated 2023-09-18 19:49:00 -->
33
<?xml version="1.0" encoding="UTF-8"?>
44
<configuration>
55
<system.webServer>
@@ -128,7 +128,6 @@
128128
<rule name="Referrer Spam addblueoff.com.ua" stopProcessing="true"><match url=".*" /><conditions><add input="{HTTP_REFERER}" pattern="(addblueoff\.com\.ua)"/></conditions><action type="AbortRequest" /></rule>
129129
<rule name="Referrer Spam adelachrist.top" stopProcessing="true"><match url=".*" /><conditions><add input="{HTTP_REFERER}" pattern="(adelachrist\.top)"/></conditions><action type="AbortRequest" /></rule>
130130
<rule name="Referrer Spam adelly.bg" stopProcessing="true"><match url=".*" /><conditions><add input="{HTTP_REFERER}" pattern="(adelly\.bg)"/></conditions><action type="AbortRequest" /></rule>
131-
<rule name="Referrer Spam adf.ly" stopProcessing="true"><match url=".*" /><conditions><add input="{HTTP_REFERER}" pattern="(adf\.ly)"/></conditions><action type="AbortRequest" /></rule>
132131
<rule name="Referrer Spam adpostmalta.com" stopProcessing="true"><match url=".*" /><conditions><add input="{HTTP_REFERER}" pattern="(adpostmalta\.com)"/></conditions><action type="AbortRequest" /></rule>
133132
<rule name="Referrer Spam adrenalinebot.net" stopProcessing="true"><match url=".*" /><conditions><add input="{HTTP_REFERER}" pattern="(adrenalinebot\.net)"/></conditions><action type="AbortRequest" /></rule>
134133
<rule name="Referrer Spam adrenalinebot.ru" stopProcessing="true"><match url=".*" /><conditions><add input="{HTTP_REFERER}" pattern="(adrenalinebot\.ru)"/></conditions><action type="AbortRequest" /></rule>
@@ -3605,7 +3604,6 @@
36053604
<rule name="Referrer Spam styro.ru" stopProcessing="true"><match url=".*" /><conditions><add input="{HTTP_REFERER}" pattern="(styro\.ru)"/></conditions><action type="AbortRequest" /></rule>
36063605
<rule name="Referrer Spam su1ufa.ru" stopProcessing="true"><match url=".*" /><conditions><add input="{HTTP_REFERER}" pattern="(su1ufa\.ru)"/></conditions><action type="AbortRequest" /></rule>
36073606
<rule name="Referrer Spam success-seo.com" stopProcessing="true"><match url=".*" /><conditions><add input="{HTTP_REFERER}" pattern="(success\-seo\.com)"/></conditions><action type="AbortRequest" /></rule>
3608-
<rule name="Referrer Spam suche.t-online.de" stopProcessing="true"><match url=".*" /><conditions><add input="{HTTP_REFERER}" pattern="(suche\.t\-online\.de)"/></conditions><action type="AbortRequest" /></rule>
36093607
<rule name="Referrer Spam suckoutlet.xyz" stopProcessing="true"><match url=".*" /><conditions><add input="{HTTP_REFERER}" pattern="(suckoutlet\.xyz)"/></conditions><action type="AbortRequest" /></rule>
36103608
<rule name="Referrer Spam sudachitravel.com" stopProcessing="true"><match url=".*" /><conditions><add input="{HTTP_REFERER}" pattern="(sudachitravel\.com)"/></conditions><action type="AbortRequest" /></rule>
36113609
<rule name="Referrer Spam sugarkun.com" stopProcessing="true"><match url=".*" /><conditions><add input="{HTTP_REFERER}" pattern="(sugarkun\.com)"/></conditions><action type="AbortRequest" /></rule>

0 commit comments

Comments
 (0)