mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
V4.2020.04.2055 [ci skip]
This commit is contained in:
parent
041661dea9
commit
5594e36132
48 changed files with 1127 additions and 1084 deletions
|
@ -115,6 +115,8 @@ DnyzBot
|
||||||
DomainAppender
|
DomainAppender
|
||||||
DomainCrawler
|
DomainCrawler
|
||||||
DomainSigmaCrawler
|
DomainSigmaCrawler
|
||||||
|
Domains Project
|
||||||
|
domainsproject.org
|
||||||
DomainStatsBot
|
DomainStatsBot
|
||||||
Dotbot
|
Dotbot
|
||||||
Download Wonder
|
Download Wonder
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2020.04.2054
|
### Version: V3.2020.04.2055
|
||||||
### Updated: Sat Apr 25 22:39:31 SAST 2020
|
### Updated: Sun Apr 26 10:24:15 SAST 2020
|
||||||
### Bad Referrer Count: 6831
|
### Bad Referrer Count: 6831
|
||||||
### Bad Bot Count: 571
|
### Bad Bot Count: 573
|
||||||
###################################################
|
###################################################
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION ##
|
||||||
|
|
||||||
|
@ -264,6 +264,8 @@ map $http_user_agent $bad_bot {
|
||||||
"~*(?:\b)DomainAppender(?:\b)" 3;
|
"~*(?:\b)DomainAppender(?:\b)" 3;
|
||||||
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
||||||
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
||||||
|
"~*(?:\b)Domains\ Project(?:\b)" 3;
|
||||||
|
"~*(?:\b)domainsproject.org(?:\b)" 3;
|
||||||
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
||||||
"~*(?:\b)Dotbot(?:\b)" 3;
|
"~*(?:\b)Dotbot(?:\b)" 3;
|
||||||
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.231.58.0 1;
|
34.73.34.132 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.231.58.0 0;
|
34.73.34.132 0;
|
||||||
127.0.0.1 0;
|
127.0.0.1 0;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2020.04.2054
|
### Version: V3.2020.04.2055
|
||||||
### Updated: Sat Apr 25 22:39:31 SAST 2020
|
### Updated: Sun Apr 26 10:24:15 SAST 2020
|
||||||
### Bad Referrer Count: 6831
|
### Bad Referrer Count: 6831
|
||||||
### Bad Bot Count: 571
|
### Bad Bot Count: 573
|
||||||
###################################################
|
###################################################
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION ##
|
||||||
|
|
||||||
|
@ -264,6 +264,8 @@ map $http_user_agent $bad_bot {
|
||||||
"~*(?:\b)DomainAppender(?:\b)" 3;
|
"~*(?:\b)DomainAppender(?:\b)" 3;
|
||||||
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
||||||
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
||||||
|
"~*(?:\b)Domains\ Project(?:\b)" 3;
|
||||||
|
"~*(?:\b)domainsproject.org(?:\b)" 3;
|
||||||
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
||||||
"~*(?:\b)Dotbot(?:\b)" 3;
|
"~*(?:\b)Dotbot(?:\b)" 3;
|
||||||
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.231.58.0 1;
|
34.73.34.132 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.231.58.0 0;
|
34.73.34.132 0;
|
||||||
127.0.0.1 0;
|
127.0.0.1 0;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2020.04.2054
|
### Version: V3.2020.04.2055
|
||||||
### Updated: Sat Apr 25 22:39:31 SAST 2020
|
### Updated: Sun Apr 26 10:24:15 SAST 2020
|
||||||
### Bad Referrer Count: 6831
|
### Bad Referrer Count: 6831
|
||||||
### Bad Bot Count: 571
|
### Bad Bot Count: 573
|
||||||
###################################################
|
###################################################
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION ##
|
||||||
|
|
||||||
|
@ -264,6 +264,8 @@ map $http_user_agent $bad_bot {
|
||||||
"~*(?:\b)DomainAppender(?:\b)" 3;
|
"~*(?:\b)DomainAppender(?:\b)" 3;
|
||||||
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
||||||
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
||||||
|
"~*(?:\b)Domains\ Project(?:\b)" 3;
|
||||||
|
"~*(?:\b)domainsproject.org(?:\b)" 3;
|
||||||
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
||||||
"~*(?:\b)Dotbot(?:\b)" 3;
|
"~*(?:\b)Dotbot(?:\b)" 3;
|
||||||
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.231.58.0 1;
|
34.73.34.132 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -176,6 +176,8 @@
|
||||||
"~*(?:\b)DomainAppender(?:\b|)" 0;
|
"~*(?:\b)DomainAppender(?:\b|)" 0;
|
||||||
"~*(?:\b)DomainCrawler(?:\b|)" 0;
|
"~*(?:\b)DomainCrawler(?:\b|)" 0;
|
||||||
"~*(?:\b)DomainSigmaCrawler(?:\b|)" 0;
|
"~*(?:\b)DomainSigmaCrawler(?:\b|)" 0;
|
||||||
|
"~*(?:\b)Domains\ Project(?:\b|)" 0;
|
||||||
|
"~*(?:\b)domainsproject.org(?:\b|)" 0;
|
||||||
"~*(?:\b)DomainStatsBot(?:\b|)" 0;
|
"~*(?:\b)DomainStatsBot(?:\b|)" 0;
|
||||||
"~*(?:\b)Dotbot(?:\b|)" 0;
|
"~*(?:\b)Dotbot(?:\b|)" 0;
|
||||||
"~*(?:\b)Download\ Wonder(?:\b|)" 0;
|
"~*(?:\b)Download\ Wonder(?:\b|)" 0;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.231.58.0 0;
|
34.73.34.132 0;
|
||||||
127.0.0.1 0;
|
127.0.0.1 0;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2020.04.2054
|
### Version: V3.2020.04.2055
|
||||||
### Updated: Sat Apr 25 22:39:31 SAST 2020
|
### Updated: Sun Apr 26 10:24:15 SAST 2020
|
||||||
### Bad Referrer Count: 6831
|
### Bad Referrer Count: 6831
|
||||||
### Bad Bot Count: 571
|
### Bad Bot Count: 573
|
||||||
###################################################
|
###################################################
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION ##
|
||||||
|
|
||||||
|
@ -264,6 +264,8 @@ map $http_user_agent $bad_bot {
|
||||||
"~*(?:\b)DomainAppender(?:\b)" 3;
|
"~*(?:\b)DomainAppender(?:\b)" 3;
|
||||||
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
||||||
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
||||||
|
"~*(?:\b)Domains\ Project(?:\b)" 3;
|
||||||
|
"~*(?:\b)domainsproject.org(?:\b)" 3;
|
||||||
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
||||||
"~*(?:\b)Dotbot(?:\b)" 3;
|
"~*(?:\b)Dotbot(?:\b)" 3;
|
||||||
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2020.04.2054
|
### Version: V3.2020.04.2055
|
||||||
### Updated: Sat Apr 25 22:39:31 SAST 2020
|
### Updated: Sun Apr 26 10:24:15 SAST 2020
|
||||||
### Bad Referrer Count: 6831
|
### Bad Referrer Count: 6831
|
||||||
### Bad Bot Count: 571
|
### Bad Bot Count: 573
|
||||||
###################################################
|
###################################################
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION ##
|
||||||
|
|
||||||
|
@ -264,6 +264,8 @@ map $http_user_agent $bad_bot {
|
||||||
"~*(?:\b)DomainAppender(?:\b)" 3;
|
"~*(?:\b)DomainAppender(?:\b)" 3;
|
||||||
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
||||||
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
||||||
|
"~*(?:\b)Domains\ Project(?:\b)" 3;
|
||||||
|
"~*(?:\b)domainsproject.org(?:\b)" 3;
|
||||||
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
||||||
"~*(?:\b)Dotbot(?:\b)" 3;
|
"~*(?:\b)Dotbot(?:\b)" 3;
|
||||||
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2020.04.2054
|
### Version: V4.2020.04.2055
|
||||||
### Updated: Sat Apr 25 22:39:30 SAST 2020
|
### Updated: Sun Apr 26 10:24:14 SAST 2020
|
||||||
### Bad Referrer Count: 6831
|
### Bad Referrer Count: 6831
|
||||||
### Bad Bot Count: 571
|
### Bad Bot Count: 573
|
||||||
###################################################
|
###################################################
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION ##
|
||||||
|
|
||||||
|
@ -264,6 +264,8 @@ map $http_user_agent $bad_bot {
|
||||||
"~*(?:\b)DomainAppender(?:\b)" 3;
|
"~*(?:\b)DomainAppender(?:\b)" 3;
|
||||||
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
||||||
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
||||||
|
"~*(?:\b)Domains\ Project(?:\b)" 3;
|
||||||
|
"~*(?:\b)domainsproject.org(?:\b)" 3;
|
||||||
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
||||||
"~*(?:\b)Dotbot(?:\b)" 3;
|
"~*(?:\b)Dotbot(?:\b)" 3;
|
||||||
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
||||||
|
|
|
@ -45,4 +45,4 @@
|
||||||
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
|
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
|
||||||
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
||||||
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
||||||
34.73.66.97 0;
|
35.196.82.30 0;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2020.04.2054
|
### Version: V4.2020.04.2055
|
||||||
### Updated: Sat Apr 25 22:39:30 SAST 2020
|
### Updated: Sun Apr 26 10:24:14 SAST 2020
|
||||||
### Bad Referrer Count: 6831
|
### Bad Referrer Count: 6831
|
||||||
### Bad Bot Count: 571
|
### Bad Bot Count: 573
|
||||||
###################################################
|
###################################################
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION ##
|
||||||
|
|
||||||
|
@ -264,6 +264,8 @@ map $http_user_agent $bad_bot {
|
||||||
"~*(?:\b)DomainAppender(?:\b)" 3;
|
"~*(?:\b)DomainAppender(?:\b)" 3;
|
||||||
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
||||||
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
||||||
|
"~*(?:\b)Domains\ Project(?:\b)" 3;
|
||||||
|
"~*(?:\b)domainsproject.org(?:\b)" 3;
|
||||||
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
||||||
"~*(?:\b)Dotbot(?:\b)" 3;
|
"~*(?:\b)Dotbot(?:\b)" 3;
|
||||||
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2020.04.2054
|
### Version: V4.2020.04.2055
|
||||||
### Updated: Sat Apr 25 22:39:30 SAST 2020
|
### Updated: Sun Apr 26 10:24:14 SAST 2020
|
||||||
### Bad Referrer Count: 6831
|
### Bad Referrer Count: 6831
|
||||||
### Bad Bot Count: 571
|
### Bad Bot Count: 573
|
||||||
###################################################
|
###################################################
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION ##
|
||||||
|
|
||||||
|
@ -264,6 +264,8 @@ map $http_user_agent $bad_bot {
|
||||||
"~*(?:\b)DomainAppender(?:\b)" 3;
|
"~*(?:\b)DomainAppender(?:\b)" 3;
|
||||||
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
||||||
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
||||||
|
"~*(?:\b)Domains\ Project(?:\b)" 3;
|
||||||
|
"~*(?:\b)domainsproject.org(?:\b)" 3;
|
||||||
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
||||||
"~*(?:\b)Dotbot(?:\b)" 3;
|
"~*(?:\b)Dotbot(?:\b)" 3;
|
||||||
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2020.04.2054
|
### Version: V4.2020.04.2055
|
||||||
### Updated: Sat Apr 25 22:39:30 SAST 2020
|
### Updated: Sun Apr 26 10:24:14 SAST 2020
|
||||||
### Bad Referrer Count: 6831
|
### Bad Referrer Count: 6831
|
||||||
### Bad Bot Count: 571
|
### Bad Bot Count: 573
|
||||||
###################################################
|
###################################################
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION ##
|
||||||
|
|
||||||
|
@ -264,6 +264,8 @@ map $http_user_agent $bad_bot {
|
||||||
"~*(?:\b)DomainAppender(?:\b)" 3;
|
"~*(?:\b)DomainAppender(?:\b)" 3;
|
||||||
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
||||||
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
||||||
|
"~*(?:\b)Domains\ Project(?:\b)" 3;
|
||||||
|
"~*(?:\b)domainsproject.org(?:\b)" 3;
|
||||||
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
||||||
"~*(?:\b)Dotbot(?:\b)" 3;
|
"~*(?:\b)Dotbot(?:\b)" 3;
|
||||||
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
||||||
|
|
|
@ -176,6 +176,8 @@
|
||||||
"~*(?:\b)DomainAppender(?:\b|)" 0;
|
"~*(?:\b)DomainAppender(?:\b|)" 0;
|
||||||
"~*(?:\b)DomainCrawler(?:\b|)" 0;
|
"~*(?:\b)DomainCrawler(?:\b|)" 0;
|
||||||
"~*(?:\b)DomainSigmaCrawler(?:\b|)" 0;
|
"~*(?:\b)DomainSigmaCrawler(?:\b|)" 0;
|
||||||
|
"~*(?:\b)Domains\ Project(?:\b|)" 0;
|
||||||
|
"~*(?:\b)domainsproject.org(?:\b|)" 0;
|
||||||
"~*(?:\b)DomainStatsBot(?:\b|)" 0;
|
"~*(?:\b)DomainStatsBot(?:\b|)" 0;
|
||||||
"~*(?:\b)Dotbot(?:\b|)" 0;
|
"~*(?:\b)Dotbot(?:\b|)" 0;
|
||||||
"~*(?:\b)Download\ Wonder(?:\b|)" 0;
|
"~*(?:\b)Download\ Wonder(?:\b|)" 0;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2020.04.2054
|
### Version: V4.2020.04.2055
|
||||||
### Updated: Sat Apr 25 22:39:30 SAST 2020
|
### Updated: Sun Apr 26 10:24:14 SAST 2020
|
||||||
### Bad Referrer Count: 6831
|
### Bad Referrer Count: 6831
|
||||||
### Bad Bot Count: 571
|
### Bad Bot Count: 573
|
||||||
###################################################
|
###################################################
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION ##
|
||||||
|
|
||||||
|
@ -264,6 +264,8 @@ map $http_user_agent $bad_bot {
|
||||||
"~*(?:\b)DomainAppender(?:\b)" 3;
|
"~*(?:\b)DomainAppender(?:\b)" 3;
|
||||||
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
||||||
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
||||||
|
"~*(?:\b)Domains\ Project(?:\b)" 3;
|
||||||
|
"~*(?:\b)domainsproject.org(?:\b)" 3;
|
||||||
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
||||||
"~*(?:\b)Dotbot(?:\b)" 3;
|
"~*(?:\b)Dotbot(?:\b)" 3;
|
||||||
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
||||||
|
|
|
@ -45,5 +45,4 @@
|
||||||
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
|
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
|
||||||
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
||||||
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
||||||
35.231.58.0 0;
|
34.74.91.53 0;
|
||||||
34.73.66.97 0;
|
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2020.04.2054
|
### Version: V4.2020.04.2055
|
||||||
### Updated: Sat Apr 25 22:39:30 SAST 2020
|
### Updated: Sun Apr 26 10:24:14 SAST 2020
|
||||||
### Bad Referrer Count: 6831
|
### Bad Referrer Count: 6831
|
||||||
### Bad Bot Count: 571
|
### Bad Bot Count: 573
|
||||||
###################################################
|
###################################################
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION ##
|
||||||
|
|
||||||
|
@ -264,6 +264,8 @@ map $http_user_agent $bad_bot {
|
||||||
"~*(?:\b)DomainAppender(?:\b)" 3;
|
"~*(?:\b)DomainAppender(?:\b)" 3;
|
||||||
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
||||||
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
||||||
|
"~*(?:\b)Domains\ Project(?:\b)" 3;
|
||||||
|
"~*(?:\b)domainsproject.org(?:\b)" 3;
|
||||||
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
||||||
"~*(?:\b)Dotbot(?:\b)" 3;
|
"~*(?:\b)Dotbot(?:\b)" 3;
|
||||||
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
||||||
|
|
|
@ -45,5 +45,4 @@
|
||||||
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
|
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
|
||||||
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
||||||
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
||||||
35.231.58.0 0;
|
34.73.34.132 0;
|
||||||
35.227.58.83 0;
|
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2020.04.2054
|
### Version: V4.2020.04.2055
|
||||||
### Updated: Sat Apr 25 22:39:30 SAST 2020
|
### Updated: Sun Apr 26 10:24:14 SAST 2020
|
||||||
### Bad Referrer Count: 6831
|
### Bad Referrer Count: 6831
|
||||||
### Bad Bot Count: 571
|
### Bad Bot Count: 573
|
||||||
###################################################
|
###################################################
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION ##
|
||||||
|
|
||||||
|
@ -264,6 +264,8 @@ map $http_user_agent $bad_bot {
|
||||||
"~*(?:\b)DomainAppender(?:\b)" 3;
|
"~*(?:\b)DomainAppender(?:\b)" 3;
|
||||||
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
||||||
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
||||||
|
"~*(?:\b)Domains\ Project(?:\b)" 3;
|
||||||
|
"~*(?:\b)domainsproject.org(?:\b)" 3;
|
||||||
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
||||||
"~*(?:\b)Dotbot(?:\b)" 3;
|
"~*(?:\b)Dotbot(?:\b)" 3;
|
||||||
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
||||||
|
|
|
@ -45,6 +45,6 @@
|
||||||
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
|
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
|
||||||
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
||||||
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
||||||
34.74.91.53 0;
|
35.196.82.30 0;
|
||||||
35.231.58.0 0;
|
35.231.58.0 0;
|
||||||
34.73.34.132 0;
|
35.227.58.83 0;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2020.04.2054
|
### Version: V4.2020.04.2055
|
||||||
### Updated: Sat Apr 25 22:39:30 SAST 2020
|
### Updated: Sun Apr 26 10:24:14 SAST 2020
|
||||||
### Bad Referrer Count: 6831
|
### Bad Referrer Count: 6831
|
||||||
### Bad Bot Count: 571
|
### Bad Bot Count: 573
|
||||||
###################################################
|
###################################################
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION ##
|
||||||
|
|
||||||
|
@ -264,6 +264,8 @@ map $http_user_agent $bad_bot {
|
||||||
"~*(?:\b)DomainAppender(?:\b)" 3;
|
"~*(?:\b)DomainAppender(?:\b)" 3;
|
||||||
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
||||||
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
||||||
|
"~*(?:\b)Domains\ Project(?:\b)" 3;
|
||||||
|
"~*(?:\b)domainsproject.org(?:\b)" 3;
|
||||||
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
||||||
"~*(?:\b)Dotbot(?:\b)" 3;
|
"~*(?:\b)Dotbot(?:\b)" 3;
|
||||||
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
||||||
|
|
|
@ -45,6 +45,5 @@
|
||||||
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
|
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
|
||||||
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
||||||
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
||||||
35.227.58.83 0;
|
|
||||||
34.74.91.53 0;
|
34.74.91.53 0;
|
||||||
34.73.66.97 0;
|
35.196.82.30 0;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2020.04.2054
|
### Version: V4.2020.04.2055
|
||||||
### Updated: Sat Apr 25 22:39:30 SAST 2020
|
### Updated: Sun Apr 26 10:24:14 SAST 2020
|
||||||
### Bad Referrer Count: 6831
|
### Bad Referrer Count: 6831
|
||||||
### Bad Bot Count: 571
|
### Bad Bot Count: 573
|
||||||
###################################################
|
###################################################
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION ##
|
||||||
|
|
||||||
|
@ -264,6 +264,8 @@ map $http_user_agent $bad_bot {
|
||||||
"~*(?:\b)DomainAppender(?:\b)" 3;
|
"~*(?:\b)DomainAppender(?:\b)" 3;
|
||||||
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
||||||
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
||||||
|
"~*(?:\b)Domains\ Project(?:\b)" 3;
|
||||||
|
"~*(?:\b)domainsproject.org(?:\b)" 3;
|
||||||
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
||||||
"~*(?:\b)Dotbot(?:\b)" 3;
|
"~*(?:\b)Dotbot(?:\b)" 3;
|
||||||
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.231.58.0 1;
|
34.73.34.132 1;
|
||||||
127.0.0.1 1;
|
127.0.0.1 1;
|
||||||
|
|
|
@ -176,6 +176,8 @@
|
||||||
"~*(?:\b)DomainAppender(?:\b|)" 0;
|
"~*(?:\b)DomainAppender(?:\b|)" 0;
|
||||||
"~*(?:\b)DomainCrawler(?:\b|)" 0;
|
"~*(?:\b)DomainCrawler(?:\b|)" 0;
|
||||||
"~*(?:\b)DomainSigmaCrawler(?:\b|)" 0;
|
"~*(?:\b)DomainSigmaCrawler(?:\b|)" 0;
|
||||||
|
"~*(?:\b)Domains\ Project(?:\b|)" 0;
|
||||||
|
"~*(?:\b)domainsproject.org(?:\b|)" 0;
|
||||||
"~*(?:\b)DomainStatsBot(?:\b|)" 0;
|
"~*(?:\b)DomainStatsBot(?:\b|)" 0;
|
||||||
"~*(?:\b)Dotbot(?:\b|)" 0;
|
"~*(?:\b)Dotbot(?:\b|)" 0;
|
||||||
"~*(?:\b)Download\ Wonder(?:\b|)" 0;
|
"~*(?:\b)Download\ Wonder(?:\b|)" 0;
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
Asterias
|
Cosmos
|
||||||
BackStreet
|
Getintent
|
||||||
Internet Ninja
|
NetAnts
|
||||||
Keyword Density
|
Openvas
|
||||||
LeechFTP
|
Shodan
|
||||||
Microsoft Data Access
|
Spanner
|
||||||
Octopus
|
Sqworm
|
||||||
OnCrawl
|
TeleportPro
|
||||||
PHPCrawl
|
trendiction.de
|
||||||
VCI
|
Vacuum
|
||||||
|
|
|
@ -1,250 +1,250 @@
|
||||||
404checker
|
360Spider
|
||||||
Abonti
|
404enemy
|
||||||
Aboundexbot
|
|
||||||
ADmantX
|
|
||||||
AhrefsBot
|
AhrefsBot
|
||||||
AIBOT
|
AIBOT
|
||||||
|
AiHitBot
|
||||||
|
Alligator
|
||||||
|
AllSubmitter
|
||||||
Anarchie
|
Anarchie
|
||||||
Apexoo
|
Apexoo
|
||||||
Aspiegel
|
|
||||||
ASPSeek
|
ASPSeek
|
||||||
Asterias
|
Asterias
|
||||||
Attach
|
autoemailspider
|
||||||
AwarioRssBot
|
AwarioRssBot
|
||||||
BackDoorBot
|
BackDoorBot
|
||||||
BackStreet
|
Backlink-Ceck
|
||||||
BackWeb
|
Badass
|
||||||
Barkrowler
|
Battleztar Bazinga
|
||||||
BDCbot
|
|
||||||
BDFetch
|
BDFetch
|
||||||
Bigfoot
|
Bigfoot
|
||||||
|
Bitacle
|
||||||
Blackboard
|
Blackboard
|
||||||
Blow
|
Black Hole
|
||||||
BlowFish
|
BlowFish
|
||||||
Boardreader
|
Boardreader
|
||||||
|
BotALot
|
||||||
Brandprotect
|
Brandprotect
|
||||||
BuiltBotTough
|
Buddy
|
||||||
BuiltWith
|
BuiltWith
|
||||||
BunnySlippers
|
Bullseye
|
||||||
CCBot
|
CATExplorador
|
||||||
Cegbfeieh
|
CazoodleBot
|
||||||
CherryPicker
|
|
||||||
CheTeam
|
|
||||||
Claritybot
|
|
||||||
Cloud mapping
|
Cloud mapping
|
||||||
coccocbot-web
|
Cogentbot
|
||||||
cognitiveseo
|
|
||||||
com.plumanalytics
|
com.plumanalytics
|
||||||
CopyRightCheck
|
Copyscape
|
||||||
Cosmos
|
Cosmos
|
||||||
Craftbot
|
Craftbot
|
||||||
crawler.feedback
|
|
||||||
crawl.sogou.com
|
crawl.sogou.com
|
||||||
CrazyWebCrawler
|
|
||||||
Crescent
|
Crescent
|
||||||
CrunchBot
|
Curious
|
||||||
Custo
|
Custo
|
||||||
DatabaseDriverMysqli
|
DatabaseDriverMysqli
|
||||||
DBLBot
|
DBLBot
|
||||||
Deusu
|
demandbase-bot
|
||||||
Devil
|
Devil
|
||||||
Discoverybot
|
Digincore
|
||||||
DomainAppender
|
DIIbot
|
||||||
DomainSigmaCrawler
|
Discobot
|
||||||
|
DittoSpyder
|
||||||
|
Domains Project
|
||||||
DomainStatsBot
|
DomainStatsBot
|
||||||
|
Dotbot
|
||||||
Download Wonder
|
Download Wonder
|
||||||
Dragonfly
|
EasyDL
|
||||||
Drip
|
eCatch
|
||||||
ECCP/1.0
|
ECCP/1.0
|
||||||
Ecxi
|
Ecxi
|
||||||
EirGrabber
|
EirGrabber
|
||||||
EMail Siphon
|
|
||||||
EMail Wolf
|
EMail Wolf
|
||||||
Express WebPictures
|
Evil
|
||||||
|
ExtLinksBot
|
||||||
Extractor
|
Extractor
|
||||||
EyeNetIE
|
ExtractorPro
|
||||||
facebookscraper
|
Extreme Picture Finder
|
||||||
|
Ezooms
|
||||||
FDM
|
FDM
|
||||||
|
FHscan
|
||||||
|
Fimap
|
||||||
|
Firefox/7.0
|
||||||
FlashGet
|
FlashGet
|
||||||
FrontPage
|
Freeuploader
|
||||||
FyberSpider
|
Fyrebot
|
||||||
GalaxyBot
|
GalaxyBot
|
||||||
GermCrawler
|
|
||||||
GetWeb
|
|
||||||
G-i-g-a-b-o-t
|
G-i-g-a-b-o-t
|
||||||
Gotit
|
Gotit
|
||||||
GoZilla
|
GoZilla
|
||||||
Go!Zilla
|
GrabNet
|
||||||
Grafula
|
GrapeshotCrawler
|
||||||
GrapeFX
|
|
||||||
GT::WWW
|
|
||||||
HaosouSpider
|
HaosouSpider
|
||||||
Hloader
|
Heritrix
|
||||||
HTTP::Lite
|
Humanlinks
|
||||||
HybridBot
|
HybridBot
|
||||||
Id-search
|
IDBot
|
||||||
Image Fetch
|
IndeedBot
|
||||||
Image Sucker
|
|
||||||
Indy Library
|
Indy Library
|
||||||
instabid
|
|
||||||
Intelliseek
|
Intelliseek
|
||||||
Internet Ninja
|
InternetSeer
|
||||||
ips-agent
|
IRLbot
|
||||||
Iria
|
|
||||||
Iskanie
|
|
||||||
JamesBOT
|
|
||||||
Jbrofuzz
|
|
||||||
JennyBot
|
JennyBot
|
||||||
JetCar
|
JetCar
|
||||||
|
JOC Web Spider
|
||||||
JustView
|
JustView
|
||||||
Jyxobot
|
|
||||||
Keyword Density
|
Keyword Density
|
||||||
Kozmosbot
|
LieBaoFast
|
||||||
LeechGet
|
|
||||||
Likse
|
|
||||||
LinkextractorPro
|
LinkextractorPro
|
||||||
LinkpadBot
|
|
||||||
LinkScan
|
LinkScan
|
||||||
LinkWalker
|
LinksManager
|
||||||
LinqiaMetadataDownloaderBot
|
|
||||||
LinqiaRSSBot
|
LinqiaRSSBot
|
||||||
LinqiaScrapeBot
|
LWP::Simple
|
||||||
Litemage_walker
|
|
||||||
Ltx71
|
|
||||||
lwp-request
|
|
||||||
Mag-Net
|
Mag-Net
|
||||||
|
Mail.RU_Bot
|
||||||
Majestic SEO
|
Majestic SEO
|
||||||
MarkMonitor
|
Majestic-SEO
|
||||||
MarkWatch
|
MarkWatch
|
||||||
Mata Hari
|
Mass Downloader
|
||||||
|
MauiBot
|
||||||
Mb2345Browser
|
Mb2345Browser
|
||||||
Mediatoolkitbot
|
meanpathbot
|
||||||
|
Meanpathbot
|
||||||
|
MeanPath Bot
|
||||||
mediawords
|
mediawords
|
||||||
MegaIndex.ru
|
MegaIndex.ru
|
||||||
Metauri
|
Metauri
|
||||||
MicroMessenger
|
MFC_Tear_Sample
|
||||||
Microsoft URL Control
|
Microsoft Data Access
|
||||||
Morfeus Fucking Scanner
|
Mister PiX
|
||||||
|
MJ12bot
|
||||||
|
Mojeek
|
||||||
|
Mojolicious
|
||||||
Mr.4x3
|
Mr.4x3
|
||||||
MSIECrawler
|
|
||||||
Msrabot
|
Msrabot
|
||||||
|
muhstik-scan
|
||||||
Musobot
|
Musobot
|
||||||
Name Intelligence
|
Name Intelligence
|
||||||
Nameprotect
|
NearSite
|
||||||
Needle
|
Needle
|
||||||
|
Nessus
|
||||||
|
NetAnts
|
||||||
Netcraft
|
Netcraft
|
||||||
NetSpider
|
netEstate NE Crawler
|
||||||
|
NetLyzer
|
||||||
|
NetMechanic
|
||||||
|
Net Vampire
|
||||||
NetZIP
|
NetZIP
|
||||||
|
Nibbler
|
||||||
|
NICErsPRO
|
||||||
|
Niki-bot
|
||||||
NimbleCrawler
|
NimbleCrawler
|
||||||
Nimbostratus
|
|
||||||
Ninja
|
|
||||||
Nmap
|
Nmap
|
||||||
Nutch
|
oBot
|
||||||
Offline Explorer
|
Offline Explorer
|
||||||
|
Offline Navigator
|
||||||
|
Openfind
|
||||||
OpenLinkProfiler
|
OpenLinkProfiler
|
||||||
Openvas
|
OPPO A33
|
||||||
OrangeBot
|
OrangeBot
|
||||||
OrangeSpider
|
Page Analyzer
|
||||||
OutclicksBot
|
PageGrabber
|
||||||
PageAnalyzer
|
|
||||||
page scorer
|
page scorer
|
||||||
PageScorer
|
PageScorer
|
||||||
Pandalytics
|
Pavuk
|
||||||
Papa Foto
|
Picsearch
|
||||||
PHPCrawl
|
|
||||||
PictureFinder
|
|
||||||
Pimonster
|
Pimonster
|
||||||
plumanalytics
|
Pi-Monster
|
||||||
Pockey
|
Pockey
|
||||||
POE-Component-Client-HTTP
|
ProPowerBot
|
||||||
polaris version
|
|
||||||
ProWebWalker
|
ProWebWalker
|
||||||
Psbot
|
Pump
|
||||||
PxBroker
|
RankActive
|
||||||
QueryN Metasearch
|
|
||||||
RankActiveLinkBot
|
RankActiveLinkBot
|
||||||
RankFlex
|
|
||||||
RankingBot
|
RankingBot
|
||||||
Rankivabot
|
|
||||||
RankurBot
|
|
||||||
Reaper
|
Reaper
|
||||||
|
Recorder
|
||||||
|
ReGet
|
||||||
|
Ripper
|
||||||
RocketCrawler
|
RocketCrawler
|
||||||
RSSingBot
|
RSSingBot
|
||||||
s1z.ru
|
|
||||||
SalesIntelligent
|
SalesIntelligent
|
||||||
SBIder
|
|
||||||
ScanAlert
|
|
||||||
Scanbot
|
Scanbot
|
||||||
scan.lol
|
Scrapy
|
||||||
ScoutJet
|
|
||||||
Screaming
|
|
||||||
Searchestate
|
|
||||||
SEOkicks-Robot
|
SEOkicks-Robot
|
||||||
SEOlyticsCrawler
|
SEOlyticsCrawler
|
||||||
SEOprofiler
|
serpstatbot
|
||||||
seoscanners
|
|
||||||
Shodan
|
|
||||||
Siphon
|
|
||||||
Siteimprove
|
|
||||||
SiteLockSpider
|
SiteLockSpider
|
||||||
SiteSnagger
|
SiteSnagger
|
||||||
SiteSucker
|
Site Sucker
|
||||||
Sitevigil
|
Sitevigil
|
||||||
SlySearch
|
SlySearch
|
||||||
Snake
|
|
||||||
Snapbot
|
Snapbot
|
||||||
|
Snoopy
|
||||||
|
Sogou web spider
|
||||||
Sosospider
|
Sosospider
|
||||||
Spammen
|
SpankBot
|
||||||
Sqlmap
|
Spbot
|
||||||
|
Spinn3r
|
||||||
|
SputnikBot
|
||||||
Sqlworm
|
Sqlworm
|
||||||
Sqworm
|
Sqworm
|
||||||
Steeler
|
Steeler
|
||||||
Stripper
|
|
||||||
Sucker
|
Sucker
|
||||||
Sucuri
|
Sucuri
|
||||||
|
SuperBot
|
||||||
SurveyBot
|
SurveyBot
|
||||||
|
Suzuran
|
||||||
Swiftbot
|
Swiftbot
|
||||||
T8Abot
|
Szukacz
|
||||||
|
tAkeOut
|
||||||
|
TeleportPro
|
||||||
|
Telesoft
|
||||||
Telesphoreo
|
Telesphoreo
|
||||||
TightTwatBot
|
Telesphorep
|
||||||
Titan
|
The Intraformant
|
||||||
|
Thumbor
|
||||||
Toata
|
Toata
|
||||||
Trendiction
|
Toweyabot
|
||||||
trendiction.de
|
Tracemyfile
|
||||||
|
Trendictionbot
|
||||||
True_Robot
|
True_Robot
|
||||||
|
Turingos
|
||||||
Turnitin
|
Turnitin
|
||||||
TurnitinBot
|
TurnitinBot
|
||||||
URLy Warning
|
Twice
|
||||||
|
UnisterBot
|
||||||
|
Upflow
|
||||||
VeriCiteCrawler
|
VeriCiteCrawler
|
||||||
|
Virusdie
|
||||||
Voil
|
Voil
|
||||||
Voltron
|
Wallpapers/3.0
|
||||||
|
WallpapersHD
|
||||||
WASALive-Bot
|
WASALive-Bot
|
||||||
WebCollage
|
WBSearchBot
|
||||||
WebEnhancer
|
Webalta
|
||||||
Web Enhancer
|
WebAuto
|
||||||
|
WebBandit
|
||||||
|
WEBDAV
|
||||||
WebFuck
|
WebFuck
|
||||||
WebLeacher
|
WebGo IS
|
||||||
WebmasterWorldForumBot
|
|
||||||
webmeup-crawler
|
|
||||||
WebPix
|
WebPix
|
||||||
WebReaper
|
Web Pix
|
||||||
WebSauger
|
WebSauger
|
||||||
Web Sauger
|
WebsiteExtractor
|
||||||
Webster
|
WebsiteQuester
|
||||||
|
WebStripper
|
||||||
Web Sucker
|
Web Sucker
|
||||||
WebWhacker
|
WebWhacker
|
||||||
WebZIP
|
WebZIP
|
||||||
WeSEE
|
Whack
|
||||||
WiseGuys Robot
|
Whatweb
|
||||||
Wonderbot
|
WISENutbot
|
||||||
|
Woobot
|
||||||
|
Wotbox
|
||||||
Wprecon
|
Wprecon
|
||||||
WPScan
|
WWW::Mechanize
|
||||||
WWW-Mechanize
|
|
||||||
Xaldon_WebSpider
|
Xaldon_WebSpider
|
||||||
YoudaoBot
|
xpymep1.exe
|
||||||
Zade
|
Zade
|
||||||
zauba.io
|
|
||||||
Zermelo
|
|
||||||
Zeus
|
Zeus
|
||||||
ZmEu
|
Zitebot
|
||||||
ZumBot
|
ZumBot
|
||||||
|
ZyBorg
|
||||||
|
|
|
@ -1,250 +1,250 @@
|
||||||
404enemy
|
360Spider
|
||||||
80legs
|
404checker
|
||||||
Aboundex
|
ADmantX
|
||||||
Aboundexbot
|
AiHitBot
|
||||||
AIBOT
|
|
||||||
Aipbot
|
|
||||||
Alexibot
|
Alexibot
|
||||||
|
Alligator
|
||||||
|
AllSubmitter
|
||||||
AlphaBot
|
AlphaBot
|
||||||
Ankit
|
Anarchie
|
||||||
arquivo.pt
|
arquivo.pt
|
||||||
Aspiegel
|
arquivo-web-crawler
|
||||||
autoemailspider
|
autoemailspider
|
||||||
BacklinkCrawler
|
BackDoorBot
|
||||||
|
Backlink-Ceck
|
||||||
|
backlink-check
|
||||||
BackStreet
|
BackStreet
|
||||||
|
BackWeb
|
||||||
Badass
|
Badass
|
||||||
Bandit
|
BatchFTP
|
||||||
Barkrowler
|
|
||||||
BBBike
|
BBBike
|
||||||
BetaBot
|
BDCbot
|
||||||
Bigfoot
|
BDFetch
|
||||||
Blackboard
|
|
||||||
Black Hole
|
Black Hole
|
||||||
BlackWidow
|
BlowFish
|
||||||
BLEXBot
|
|
||||||
Boardreader
|
|
||||||
BotALot
|
BotALot
|
||||||
Brandprotect
|
Brandprotect
|
||||||
Buddy
|
Brandwatch
|
||||||
BuiltWith
|
BuiltBotTough
|
||||||
BunnySlippers
|
BuzzSumo
|
||||||
Cegbfeieh
|
CazoodleBot
|
||||||
CherryPicker
|
CherryPicker
|
||||||
|
CheTeam
|
||||||
Chlooe
|
Chlooe
|
||||||
Claritybot
|
Claritybot
|
||||||
Cliqzbot
|
coccocbot-web
|
||||||
Collector
|
|
||||||
com.plumanalytics
|
com.plumanalytics
|
||||||
Copyscape
|
CopyRightCheck
|
||||||
|
crawler4j
|
||||||
crawler.feedback
|
crawler.feedback
|
||||||
crawl.sogou.com
|
Crescent
|
||||||
CSHttp
|
CrunchBot
|
||||||
|
Custo
|
||||||
DatabaseDriverMysqli
|
DatabaseDriverMysqli
|
||||||
DataCha0s
|
|
||||||
demandbase-bot
|
demandbase-bot
|
||||||
Demon
|
|
||||||
Deusu
|
Deusu
|
||||||
Devil
|
Devil
|
||||||
DigitalPebble
|
DigitalPebble
|
||||||
DIIbot
|
|
||||||
Dirbuster
|
|
||||||
Discobot
|
Discobot
|
||||||
DittoSpyder
|
DittoSpyder
|
||||||
DnyzBot
|
DnyzBot
|
||||||
DomainCrawler
|
domainsproject.org
|
||||||
Dotbot
|
Dotbot
|
||||||
Download Wonder
|
Download Wonder
|
||||||
|
Drip
|
||||||
EasyDL
|
EasyDL
|
||||||
eCatch
|
eCatch
|
||||||
ECCP/1.0
|
ECCP/1.0
|
||||||
EMail Siphon
|
Ecxi
|
||||||
|
EMail Wolf
|
||||||
EroCrawler
|
EroCrawler
|
||||||
evc-batch
|
Express WebPictures
|
||||||
ExtLinksBot
|
EyeNetIE
|
||||||
Extractor
|
Ezooms
|
||||||
ExtractorPro
|
FHscan
|
||||||
Extreme Picture Finder
|
|
||||||
facebookscraper
|
|
||||||
FDM
|
|
||||||
Fimap
|
Fimap
|
||||||
|
Firefox/7.0
|
||||||
FlashGet
|
FlashGet
|
||||||
FrontPage
|
Flunky
|
||||||
Fyrebot
|
|
||||||
GalaxyBot
|
|
||||||
GetRight
|
|
||||||
GetWeb
|
GetWeb
|
||||||
Gigablast
|
G-i-g-a-b-o-t
|
||||||
Gigabot
|
|
||||||
Go-Ahead-Got-It
|
|
||||||
Gotit
|
Gotit
|
||||||
Go!Zilla
|
GoZilla
|
||||||
GrapeFX
|
GrapeFX
|
||||||
GrapeshotCrawler
|
|
||||||
GridBot
|
|
||||||
Havij
|
|
||||||
HEADMasterSEO
|
|
||||||
Heritrix
|
|
||||||
Hloader
|
Hloader
|
||||||
HMView
|
HTMLparser
|
||||||
HTTP::Lite
|
|
||||||
HTTrack
|
HTTrack
|
||||||
IndeedBot
|
Humanlinks
|
||||||
|
Iblog
|
||||||
|
IlseBot
|
||||||
|
Image Sucker
|
||||||
Indy Library
|
Indy Library
|
||||||
|
InfoNaviRobot
|
||||||
InfoTekies
|
InfoTekies
|
||||||
|
instabid
|
||||||
Intelliseek
|
Intelliseek
|
||||||
InterGET
|
InternetSeer
|
||||||
Internet Ninja
|
IRLbot
|
||||||
internetVista monitor
|
|
||||||
Iskanie
|
Iskanie
|
||||||
JamesBOT
|
JamesBOT
|
||||||
|
Jbrofuzz
|
||||||
JetCar
|
JetCar
|
||||||
Jetty
|
Jorgee
|
||||||
Jyxobot
|
JustView
|
||||||
|
Kinza
|
||||||
|
Lanshanbot
|
||||||
|
LeechFTP
|
||||||
LexiBot
|
LexiBot
|
||||||
LinkScan
|
LibWeb
|
||||||
LinksManager
|
Linkdexbot
|
||||||
|
LinqiaMetadataDownloaderBot
|
||||||
|
LinqiaRSSBot
|
||||||
|
Litemage_walker
|
||||||
Lmspider
|
Lmspider
|
||||||
Ltx71
|
Ltx71
|
||||||
LWP::Simple
|
LWP::Simple
|
||||||
|
lwp-trivial
|
||||||
|
Mag-Net
|
||||||
Mail.RU_Bot
|
Mail.RU_Bot
|
||||||
Majestic12
|
Majestic SEO
|
||||||
MarkMonitor
|
Majestic-SEO
|
||||||
MarkWatch
|
MarkWatch
|
||||||
Mass Downloader
|
|
||||||
Mata Hari
|
Mata Hari
|
||||||
MauiBot
|
|
||||||
Mb2345Browser
|
|
||||||
meanpathbot
|
|
||||||
Meanpathbot
|
|
||||||
Mediatoolkitbot
|
Mediatoolkitbot
|
||||||
MegaIndex.ru
|
MegaIndex.ru
|
||||||
|
Metauri
|
||||||
|
MFC_Tear_Sample
|
||||||
|
MicroMessenger
|
||||||
|
Microsoft URL Control
|
||||||
MIDown tool
|
MIDown tool
|
||||||
Mister PiX
|
Mister PiX
|
||||||
Mojeek
|
MJ12bot
|
||||||
Morfeus Fucking Scanner
|
MQQBrowser
|
||||||
|
Mr.4x3
|
||||||
MSIECrawler
|
MSIECrawler
|
||||||
Navroad
|
|
||||||
Needle
|
|
||||||
Nessus
|
|
||||||
NetAnts
|
NetAnts
|
||||||
|
netEstate NE Crawler
|
||||||
|
NetMechanic
|
||||||
NetSpider
|
NetSpider
|
||||||
NetZIP
|
Nettrack
|
||||||
|
Net Vampire
|
||||||
NextGenSearchBot
|
NextGenSearchBot
|
||||||
|
Nibbler
|
||||||
NICErsPRO
|
NICErsPRO
|
||||||
Niki-bot
|
Nikto
|
||||||
NimbleCrawler
|
Ninja
|
||||||
Nimbostratus
|
Nmap
|
||||||
NPbot
|
Nutch
|
||||||
Offline Explorer
|
Octopus
|
||||||
OnCrawl
|
OnCrawl
|
||||||
Openfind
|
|
||||||
OpenLinkProfiler
|
|
||||||
Openvas
|
Openvas
|
||||||
OPPO A33
|
OpenVAS
|
||||||
OrangeSpider
|
|
||||||
OutclicksBot
|
OutclicksBot
|
||||||
OutfoxBot
|
OutfoxBot
|
||||||
PageAnalyzer
|
PageAnalyzer
|
||||||
Page Analyzer
|
|
||||||
PageGrabber
|
PageGrabber
|
||||||
|
page scorer
|
||||||
PageScorer
|
PageScorer
|
||||||
Papa Foto
|
Panscient
|
||||||
PECL::HTTP
|
|
||||||
PeoplePal
|
PeoplePal
|
||||||
Picsearch
|
PHPCrawl
|
||||||
Pimonster
|
Picscout
|
||||||
PleaseCrawl
|
PleaseCrawl
|
||||||
Pockey
|
Probethenet
|
||||||
polaris version
|
ProPowerBot
|
||||||
PyCurl
|
ProWebWalker
|
||||||
RankActive
|
Psbot
|
||||||
|
Pump
|
||||||
|
PxBroker
|
||||||
|
QueryN Metasearch
|
||||||
RankActiveLinkBot
|
RankActiveLinkBot
|
||||||
Rankivabot
|
RankFlex
|
||||||
RankurBot
|
RealDownload
|
||||||
|
RedesScrapy
|
||||||
ReGet
|
ReGet
|
||||||
RepoMonkey
|
Ripper
|
||||||
Rogerbot
|
RocketCrawler
|
||||||
SBIder
|
ScanAlert
|
||||||
|
scan.lol
|
||||||
Scrapy
|
Scrapy
|
||||||
Screaming
|
Screaming
|
||||||
Searchestate
|
ScreenerBot
|
||||||
SEOlyticsCrawler
|
SearchmetricsBot
|
||||||
Seomoz
|
SEOkicks
|
||||||
SEOprofiler
|
SEOprofiler
|
||||||
seoscanners
|
|
||||||
SeoSiteCheckup
|
SeoSiteCheckup
|
||||||
SEOstats
|
|
||||||
Shodan
|
Shodan
|
||||||
Siteimprove
|
SISTRIX
|
||||||
SiteSucker
|
SiteExplorer
|
||||||
|
SiteSnagger
|
||||||
Sitevigil
|
Sitevigil
|
||||||
SmartDownload
|
Snapbot
|
||||||
Snake
|
|
||||||
Snoopy
|
Snoopy
|
||||||
SocialRankIOBot
|
SocialRankIOBot
|
||||||
sogouspider
|
Sottopop
|
||||||
Spammen
|
SpankBot
|
||||||
sp_auditbot
|
Spanner
|
||||||
|
Spbot
|
||||||
Spinn3r
|
Spinn3r
|
||||||
spyfu
|
spyfu
|
||||||
Sqlmap
|
Sqlmap
|
||||||
Sqworm
|
|
||||||
Steeler
|
|
||||||
Stripper
|
Stripper
|
||||||
|
Sucker
|
||||||
|
Sucuri
|
||||||
|
SuperBot
|
||||||
|
SuperHTTP
|
||||||
Surfbot
|
Surfbot
|
||||||
SurveyBot
|
|
||||||
Suzuran
|
Suzuran
|
||||||
Swiftbot
|
Swiftbot
|
||||||
|
T8Abot
|
||||||
tAkeOut
|
tAkeOut
|
||||||
Telesoft
|
TeleportPro
|
||||||
Telesphoreo
|
Telesphoreo
|
||||||
The Intraformant
|
The Intraformant
|
||||||
Titan
|
TheNomad
|
||||||
Toata
|
Toata
|
||||||
Tracemyfile
|
Tracemyfile
|
||||||
Trendiction
|
Trendiction
|
||||||
Trendictionbot
|
trendiction.com
|
||||||
trendiction.de
|
trendiction.de
|
||||||
True_Robot
|
|
||||||
Turingos
|
|
||||||
Turnitin
|
Turnitin
|
||||||
TurnitinBot
|
TwengaBot
|
||||||
|
Twice
|
||||||
Upflow
|
Upflow
|
||||||
Vacuum
|
Vacuum
|
||||||
VCI
|
Voltron
|
||||||
Virusdie
|
WASALive-Bot
|
||||||
VoidEYE
|
Webalta
|
||||||
Voil
|
Web Collage
|
||||||
WallpapersHD
|
WEBDAV
|
||||||
WBSearchBot
|
|
||||||
WebAuto
|
|
||||||
WebCollage
|
|
||||||
Web Enhancer
|
Web Enhancer
|
||||||
|
WebFetch
|
||||||
Web Fuck
|
Web Fuck
|
||||||
|
WebGo IS
|
||||||
|
WebImageCollector
|
||||||
WebLeacher
|
WebLeacher
|
||||||
WebmasterWorldForumBot
|
Web Pix
|
||||||
webmeup-crawler
|
Web Sauger
|
||||||
WebSauger
|
|
||||||
Webshag
|
|
||||||
WebsiteQuester
|
WebsiteQuester
|
||||||
Website Quester
|
WebStripper
|
||||||
|
WebSucker
|
||||||
Web Sucker
|
Web Sucker
|
||||||
WebZIP
|
|
||||||
WeSEE
|
WeSEE
|
||||||
Whack
|
Whack
|
||||||
Whacker
|
|
||||||
Who.is Bot
|
Who.is Bot
|
||||||
Widow
|
WinHTTrack
|
||||||
Woobot
|
WiseGuys Robot
|
||||||
WPScan
|
WISENutbot
|
||||||
|
Wotbox
|
||||||
|
WWW-Collector-E
|
||||||
WWW-Mechanize
|
WWW-Mechanize
|
||||||
WWW::Mechanize
|
|
||||||
WWWOFFLE
|
WWWOFFLE
|
||||||
x22Mozilla
|
x22Mozilla
|
||||||
xpymep1.exe
|
Xaldon_WebSpider
|
||||||
YoudaoBot
|
Xenu
|
||||||
Zauba
|
|
||||||
zauba.io
|
zauba.io
|
||||||
Zermelo
|
Zeus
|
||||||
zgrab
|
zgrab
|
||||||
|
Zitebot
|
||||||
|
ZmEu
|
||||||
ZumBot
|
ZumBot
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
101flag.ru
|
den-noch24.ru
|
||||||
buzzsumo.com
|
ertelecom.ru
|
||||||
cubs-jerseys.us
|
exoclick.com
|
||||||
ez8motelseaworldsandiego.com
|
fillmewithhappiness.com
|
||||||
gaming-journal.com
|
headpharmacy.com
|
||||||
goodwinmetals.co
|
kinomaniatv.pl
|
||||||
park.above.com
|
michaelkorssaleoutletonline.net
|
||||||
scanner-viktor.top
|
shtaketniki.kz
|
||||||
speeddream.xyz
|
stroicol.net
|
||||||
wosik-dach.service-for-web.de
|
teslathemes.com
|
||||||
|
|
|
@ -1,500 +1,500 @@
|
||||||
00go.com
|
000free.us
|
||||||
1001watch.com.ua
|
10bet.com
|
||||||
101billion.com
|
123cha.com
|
||||||
123kuma.com
|
5u.com
|
||||||
12bet.com
|
72-news.com
|
||||||
1688.com
|
7xc4n.com
|
||||||
1millionusd.xyz
|
7yue.org
|
||||||
24videos.tv
|
aanapa.ru
|
||||||
256bit.by
|
abbanreddy.com
|
||||||
3xforum.ro
|
actices.com
|
||||||
4replicawatch.net
|
addbin.men
|
||||||
4webmasters.com
|
addray.pro
|
||||||
51.la
|
adloads.com
|
||||||
7search.com
|
adservme.com
|
||||||
7wind.ru
|
adultgalls.com
|
||||||
8558l.jobs.net
|
adverster.com
|
||||||
991mostfm.co.id
|
advertisingtag.net
|
||||||
aa14ab57a3339c4064bd9ae6fad7495b5f.com
|
affordablewebsitesandmobileapps.com
|
||||||
absolute-s.ru
|
agreda.pluto.ro
|
||||||
acgs.tk
|
ahrefs.com
|
||||||
activepr.ru
|
|
||||||
adelly.bg
|
|
||||||
adexprts.com
|
|
||||||
adminshop.com
|
|
||||||
adrenalin-stk.ru
|
|
||||||
adtech.fr
|
|
||||||
advancedmassagebysara.com
|
|
||||||
advertex.info
|
|
||||||
aihelen.net
|
aihelen.net
|
||||||
alekseevec.ru
|
airlandsea.info
|
||||||
alfa-img.com
|
alert-fdm.xyz
|
||||||
algarveglobal.com
|
algerianembassy.co.in
|
||||||
am15.net
|
ampower.me
|
||||||
amanda-porn.ga
|
ananumous.ru
|
||||||
amehdaily.com
|
anapa-inns.ru
|
||||||
animalrank.com
|
anticrawler.org
|
||||||
anime.dougasouko.com
|
apccargo.com
|
||||||
antons-transporte.de
|
apibetweenlinesn-a.akamaihd.net
|
||||||
apiholdingmypage-a.akamaihd.net
|
apibrowsesmartne-a.akamaihd.net
|
||||||
apimegabrowsebiz-a.akamaihd.net
|
app5.letmacworkfaster.world
|
||||||
apiqualitinknet-a.akamaihd.net
|
arcadeplayhouse.com
|
||||||
apishops.ru
|
arkkivoltti.net
|
||||||
apple.com-cleaner.systems
|
arquapetrarca.info
|
||||||
arate.ru
|
|
||||||
architecturebest.com
|
|
||||||
arewater.com
|
|
||||||
artefakct.com
|
artefakct.com
|
||||||
artel116.ru
|
artel116.ru
|
||||||
artparquet.ru
|
astrochicks.com
|
||||||
arvut.org
|
autobudpostach.club
|
||||||
asseenontvonline.ru
|
auto.rusvile.lt
|
||||||
autoloans.com
|
ayerbo.xhost.ro
|
||||||
automatic-seo.com
|
azbukadiets.ru
|
||||||
aviapanda.ru
|
azte.ch
|
||||||
avon-novosib.ru
|
bablonow.ru
|
||||||
ayeartoforget.com
|
babs.com.ua
|
||||||
baditri.com
|
barbourjackets.online
|
||||||
baikaleminer.com
|
bbsoldes.fr
|
||||||
balkanfarma.ru
|
beachpics.com
|
||||||
banan.tv
|
|
||||||
basedecor.ru
|
|
||||||
beachtoday.ru
|
|
||||||
beauby.ru
|
beauby.ru
|
||||||
|
beauty-clinic.ru
|
||||||
beauty-things.com
|
beauty-things.com
|
||||||
beetpics.pw
|
beclean-nn.ru
|
||||||
bestbuy.ca
|
beget.tech
|
||||||
bestchoice.cf
|
bestkfiledxd.cf
|
||||||
best-coupon-offer.com
|
best-seo-offer.com
|
||||||
bestfortraders.com
|
betterscooter.com
|
||||||
bestplacetobuyeriacta.jw.lt
|
betwinservice.com
|
||||||
biketank.ga
|
biketank.ga
|
||||||
bildsuche.ru
|
blobar.org
|
||||||
bingo8888.com
|
blog-hits.com
|
||||||
bio-optomarket.ru
|
blogporn.in
|
||||||
bloggedporn.com
|
bmwhighperformers.com
|
||||||
blogig.org
|
bobinoz.com
|
||||||
blogqpot.com
|
|
||||||
blog.remote-computer.de
|
|
||||||
blpmovies.com
|
|
||||||
bluesman.nu
|
|
||||||
boleznikogi.com
|
boleznikogi.com
|
||||||
bongacams.com
|
bookhome.info
|
||||||
boom-celebs.com
|
braintobe.win
|
||||||
brainsandeggs.blogspot.com
|
brakehawk.com
|
||||||
brandehk.dk
|
brianhenry.co
|
||||||
bristolhotel.com.ua
|
bristolhotel.com
|
||||||
budilneg.xyz
|
browserprotecter.com
|
||||||
buyantiviralwp.com
|
budpost.com.ua
|
||||||
buydissertation.net
|
bugof.gq
|
||||||
buyessaynow.biz
|
buzzzg.men
|
||||||
buypillsorderonline.com
|
bvlgariwallet.xyz
|
||||||
buzzsumo.com
|
bycontext.com
|
||||||
bvlgariring.xyz
|
c1.onedmp.com
|
||||||
cakesplus.com.au
|
canrole.com
|
||||||
callawaygolfoutlet.online
|
cartierbracelet.xyz
|
||||||
camsex.xxx-cam.webcam
|
cartierreplica.win
|
||||||
cand.jp
|
cartiertrinity.xyz
|
||||||
candlewooddentalcentre.com.au
|
casablancamanor.co.za
|
||||||
carloans.com
|
castingbank.ru
|
||||||
cayado.snn.gr
|
|
||||||
cbb1smartlist12.click
|
cbb1smartlist12.click
|
||||||
cdn.walkme.com
|
cbcseward.com
|
||||||
celejihad.info
|
celebsopics.com
|
||||||
cenokos.ru
|
centraletermice.us
|
||||||
centre-indigo.org.ua
|
chatroulette.online
|
||||||
centrumcoachingu.com
|
cheatcode-lita12.rhcloud.com
|
||||||
cheapbarbour.online
|
checkhit.com
|
||||||
cheapmoncler.pw
|
chocolateslim-u-srbiji.com
|
||||||
checktext.org
|
christianlouboutinshoes.xyz
|
||||||
chelnytruck.ru
|
classiquebijoux.ru
|
||||||
cherrypointplace.ca
|
clickso.com
|
||||||
christianlouboutinreplica.win
|
club-musics.ru
|
||||||
cineacademy.ru
|
colehaanoutlet.store
|
||||||
clarithromycin500mg.com
|
com-onlinesupport.host
|
||||||
clean-start.net
|
|
||||||
clickcash.com
|
|
||||||
clubfashionista.com
|
|
||||||
cognitiveseo.com
|
|
||||||
collegeessay19.blogspot.ru
|
|
||||||
comissionka.net
|
|
||||||
compliance-brian.top
|
compliance-brian.top
|
||||||
compliance-checker-7.info
|
compliance-ivan.top
|
||||||
compliance-don.top
|
concealthyself.com
|
||||||
compliance-julianna.top
|
constantaservice.net
|
||||||
connectingsingles.com
|
coolbar.pro
|
||||||
converse.ddsoldes.fr
|
cosmetic.donna7753191.ru
|
||||||
cookie-law-enforcement-ee.xyz
|
covadhosting.biz
|
||||||
coolgamechannel.com
|
custodieva.ru
|
||||||
coolgramgoods.com
|
cyse.tk
|
||||||
coprofam.org
|
dafatiri.com
|
||||||
courtshipgift.com
|
dbmkfhqk.bloger.index.hr
|
||||||
creams.makeforum.eu
|
demian.kz
|
||||||
creativehutindia.com
|
deplim.com
|
||||||
data-mining.tk
|
dev.citetick.com
|
||||||
datsun-do.com
|
dnsrsearch.com
|
||||||
daydream-studio.ru
|
domain.webkeyit.com
|
||||||
dcj-nn.ru
|
donvito.unas.cz
|
||||||
deanmoore.ie
|
dood.live
|
||||||
dev33.dioniqlabb.se
|
downloadeer.net
|
||||||
dev-seo.blog
|
downtuptv.gq
|
||||||
diarioaconcagua.com
|
drupa.com
|
||||||
digitalfaq.com
|
dscaas.website
|
||||||
digital-sale.su
|
duplicashapp.com
|
||||||
dignitasdata.se
|
eas-seo.com
|
||||||
dikx.gdn
|
e-biznes.info
|
||||||
dimfour.com
|
ekn-art.se
|
||||||
disruptingdinnerparties.com
|
e-kwiaciarz.pl
|
||||||
dostavimvdom.ru
|
elektir.ru
|
||||||
dosug-lux.ru
|
elitesportsadvisor.com
|
||||||
downloaddy.net
|
en.home-task.com
|
||||||
drillsaw.ru
|
eralph.tk
|
||||||
drugs-no-rx.info
|
erotische-geschichten-xxl.com
|
||||||
drunkenstepfather.com
|
eshop4u.jp
|
||||||
dvervmoskvu.ru
|
evehemming.blogspot.com.au
|
||||||
e2click.com
|
excaliburfilms.com
|
||||||
election.interferencer.ru
|
exmasters.com
|
||||||
electrik-avenue.com
|
exoclick.com
|
||||||
elvenar.com
|
expdom.com
|
||||||
enews.tech
|
expertblog.info
|
||||||
eropho.net
|
ezigarettekaufen1.hpage.com
|
||||||
estibot.com
|
ezrvrentals.com
|
||||||
exchangeit.gq
|
f00kclan.de
|
||||||
exchanges-bet.com
|
familyphysician.ru
|
||||||
excitacao.com
|
famix.xyz
|
||||||
extractorandburner.com
|
fashion.stellaconstance.co
|
||||||
ezigarettekaufen2.blox.pl
|
fealq.com
|
||||||
ezigarettenshop1.yolasite.com
|
fearcrow.com
|
||||||
face.hostingx.eu
|
fetlifeblog.com
|
||||||
factorynightclub.com
|
fettefrauen.net
|
||||||
falcoware.com
|
financehint.eu
|
||||||
fanpagerobot.com
|
findclan.org
|
||||||
faptitans.com
|
fireads.men
|
||||||
farmprofi.net
|
firma-legion.ru
|
||||||
fdzone.org
|
fodelsedagspresenter.nu
|
||||||
fermersovet.ru
|
forex21.ru
|
||||||
fillmewithhappiness.com
|
forexgb.ru
|
||||||
fitfloponline.store
|
forex-indextop20.ru
|
||||||
fitnesspiks.com
|
forex.osobye.ru
|
||||||
fiuxy.com
|
forodvd.com
|
||||||
fix-website-errors.com
|
forpostlock.ru
|
||||||
floating-share-buttons.com
|
fortevidyoze.net
|
||||||
florida-tourism.net
|
forums.toucharcade.com
|
||||||
forensicpsychiatry.ru
|
frameimage.org
|
||||||
freza-sverlo.ru
|
freegamesplay.online
|
||||||
front.to
|
freemaintenancesysforpcandmac.top
|
||||||
fugarif.ga
|
freenom.link
|
||||||
fungamelands.com
|
freesitetest.com
|
||||||
galaxyflowers.ru
|
freeuploader.ml
|
||||||
gallerylisting.com
|
fsalas.com
|
||||||
gallictures.com
|
gay-file.com
|
||||||
gamevalue7.weebly.com
|
gayxperience.com
|
||||||
gaz-voshod.ru
|
gemara.com
|
||||||
geoads.com
|
|
||||||
getdot.ru
|
getdot.ru
|
||||||
getoutofdebtfree.org
|
get-free-social-traffic.com
|
||||||
getresponse.com
|
getresponse.com
|
||||||
gg.zzyjxs.com
|
get-seo-domain.com
|
||||||
gilbertbanda.net
|
gfaq.ru
|
||||||
given2.com
|
gigixo.com
|
||||||
gktt.ru
|
glasof.es
|
||||||
glass-msk.ru
|
goforexvps.com
|
||||||
glopages.ru
|
gojiberriess.apishops.ru
|
||||||
gne8.com
|
googlefeud.com
|
||||||
goldenggames.com
|
googlemare.com
|
||||||
googst2.ru
|
gotcher.us
|
||||||
greatgrace.ru
|
gsmtlf.ru
|
||||||
greatzip.com
|
guod.me
|
||||||
greenidesign.co
|
habermetre.com
|
||||||
gribkovye-zabolevaniya.com
|
hamacapty.com
|
||||||
gribokstop.com
|
hard-porn.mobi
|
||||||
gsbs.com.ua
|
healing-dysplasia.ru
|
||||||
gstatey.net
|
healthcarestore.info
|
||||||
gtopstats.com
|
hermesbelts.xyz
|
||||||
gymi.name
|
hermesbirkinhandbagoutlets.com
|
||||||
hannasolution.ru
|
hermesreplica.pw
|
||||||
hchha.com
|
hikesearch.net
|
||||||
hdimagegallery.net
|
hit-kino.ru
|
||||||
hdseriale.pl
|
hit-men.men
|
||||||
healbio.ru
|
hjaoopoa.top
|
||||||
healmytrauma.info
|
hmmm.cz
|
||||||
health-medical-portal.info
|
hol.es
|
||||||
hermesbracelets.xyz
|
|
||||||
home-task.com
|
home-task.com
|
||||||
honyaku.yahoofs.jp
|
hspline.com
|
||||||
horoshieokna.com
|
huimin764128.com
|
||||||
hoste.octopis.com
|
hulfingtonpost.com
|
||||||
hotelcrocenzi.sm
|
hybrid.ru
|
||||||
hoterika.com
|
hydropump.su
|
||||||
hotxnights.info
|
hyipmanager.in
|
||||||
house.sieraddns.com
|
|
||||||
hyhj.info
|
|
||||||
iccornacircri.cf
|
iccornacircri.cf
|
||||||
idegenvezeto.eu
|
ie.57883.net
|
||||||
ideoworld.org
|
iflycapetown.co.za
|
||||||
id-forex.com
|
igrovyeavtomaty777.ru
|
||||||
ido3.com
|
|
||||||
ihc2015.info
|
|
||||||
imicrovision.com
|
|
||||||
immobiliaremassaro.com
|
|
||||||
impisr.edunsk.ru
|
impisr.edunsk.ru
|
||||||
infoupdate.org
|
indiakino.net
|
||||||
interior-stickers.ru
|
inmate-locator.us
|
||||||
internet-apteka.ru
|
internetartfair.com
|
||||||
io9.com
|
intim-uslugi.info
|
||||||
ip-guide.com
|
int.search.tb.ask.com
|
||||||
jackwolfskinoutlet.online
|
iscblog.info
|
||||||
japan-bearings.ru
|
ivanstroi.ru
|
||||||
jerseysbizwholesalecheap.com
|
iwantmyfreecash.com
|
||||||
jimmychoosale.online
|
iweblist.info
|
||||||
karachev-city.ru
|
ixora.pro
|
||||||
kazan.xrus.org
|
jennyfire.ru
|
||||||
kchaxton.com
|
jerseyswholesalechinalimited.com
|
||||||
kimcurlrvsms.com
|
jerseywholesalebizchina.com
|
||||||
kinky-fetishes.com
|
jobmarket.com.ua
|
||||||
|
journalhome.com
|
||||||
|
jyvopys.com
|
||||||
|
kamen-e.ru
|
||||||
|
kidd.reunionwatch.com
|
||||||
kino2018.club
|
kino2018.club
|
||||||
kinobaks.com
|
kinogonew.ru
|
||||||
kinosed.net
|
kinohit1.ru
|
||||||
klikbonus.com
|
kinotorka.ru
|
||||||
krasivoe-hd.net
|
kleine-titten.biz
|
||||||
krasula.pp.ua
|
klin3952.ru
|
||||||
kreativperlen.ch
|
knowsitall.info
|
||||||
kunstaktien.info
|
kredit-blog.ru
|
||||||
landinez.co
|
laapp.com
|
||||||
letmacworkfaster.world
|
larutti.ru
|
||||||
letmacwork.world
|
law-check-nine.xyz
|
||||||
lifebyleese.com
|
laxdrills.com
|
||||||
lightinghomes.net
|
ldrtrack.com
|
||||||
lignofix.ua
|
lecbter-relationships.ga
|
||||||
limads.men
|
lechtaczka.net
|
||||||
limtu.ifmo.ru
|
letslowbefast.site
|
||||||
|
lexixxx.com
|
||||||
|
lezbiyanki.net
|
||||||
linerdrilling.com
|
linerdrilling.com
|
||||||
liveshoppersmac.com
|
linkrr.com
|
||||||
lkbennettoutlet.online
|
lion.conboy.us
|
||||||
longadventure.com
|
lion.snapmap.us
|
||||||
louboutinshoes.xyz
|
lirunet.ru
|
||||||
luckyshop.net.ua
|
localflirtbuddies.com
|
||||||
mafcards.ru
|
locustdesign.co
|
||||||
magento-crew.net
|
lombia.co
|
||||||
make-money-online.com
|
lonfon.xyz
|
||||||
malwareremovalcenter.com
|
lostaruban.com
|
||||||
manifestation.betteroffers.review
|
lunamedia.co
|
||||||
manipulyator-peterburg.ru
|
m1media.net
|
||||||
marketingtechniques.info
|
m3gadownload.pl
|
||||||
|
mabdoola.blogspot.com
|
||||||
|
mall.uk
|
||||||
|
map028.com
|
||||||
|
markjaybeefractal.com
|
||||||
masturbate.co.uk
|
masturbate.co.uk
|
||||||
matematikus.info
|
|
||||||
mbiologi.ru
|
|
||||||
mearns-tractors.co.uk
|
mearns-tractors.co.uk
|
||||||
meccadumps.net
|
mecash.ru
|
||||||
medispainstitute.com.au
|
medtherapy.ru
|
||||||
|
mega-bony-2017.pl
|
||||||
megakino.net
|
megakino.net
|
||||||
middlerush-a.akamaihd.net
|
meget.co.za
|
||||||
millionare.com
|
message-warning.net
|
||||||
minecraft-neo.ru
|
michaelkorssaleoutletonline.net
|
||||||
mixed-wrestling.ru
|
minet.club
|
||||||
mobicover.com.ua
|
mixx.com
|
||||||
mobilierland.com
|
mlf.hordo.win
|
||||||
modenamebel.ru
|
mmofreegames.online
|
||||||
moncleroutletonline.xyz
|
mobile-appster.ru
|
||||||
moviemail-online.co.uk
|
mobile.ok.ru
|
||||||
moyakuhnia.ru
|
moomi-daeri.com
|
||||||
mrvideospornogratis.xxx
|
moscow-clining.ru
|
||||||
mrwhite.biz
|
motherboard.vice.com
|
||||||
|
msk-diplomat.com
|
||||||
|
mtmtv.info
|
||||||
|
musicas.baixar-musicas-gratis.com
|
||||||
musicdaddy.net
|
musicdaddy.net
|
||||||
my-floor.in.ua
|
muzaporn.com
|
||||||
mywallpaper.top
|
my-aladin.com
|
||||||
|
mybinaryoptionsrobot.com
|
||||||
|
mzdish.site
|
||||||
najaden.no
|
najaden.no
|
||||||
narco24.me
|
naj-filmy24.pl
|
||||||
nfvsz.com
|
narkologiya-orel.ru
|
||||||
nhl09.ru
|
na-telefon.biz
|
||||||
nmrk.ru
|
nationalbreakdown.com
|
||||||
noclegonline.info
|
new-apps.ru
|
||||||
nonews.co
|
nextconseil.com
|
||||||
notebook-pro.ru
|
nippon-bearings.ru
|
||||||
novatech.vn
|
njkmznnb.ru
|
||||||
|
nlfjjunb5.ru
|
||||||
|
nl.netlog.com
|
||||||
|
nodup.ru
|
||||||
|
no-fuel.org
|
||||||
obesidadealgarve.com
|
obesidadealgarve.com
|
||||||
oktube.ru
|
offtopic.biz
|
||||||
|
oivcvx.website
|
||||||
|
okmedia.sk
|
||||||
onclkads.com
|
onclkads.com
|
||||||
oneshotdate.com
|
onlinebay.ru
|
||||||
onetravelguides.com
|
online-x.ru
|
||||||
oralsexfilme.net
|
open-odyssey.org
|
||||||
ossmalta.com
|
orel-reshka.net
|
||||||
oz-offers.com
|
origin-my.ru
|
||||||
paclitor.com
|
ororodnik.goodbb.ru
|
||||||
paidonlinesites.com
|
ostrovtaxi.ru
|
||||||
palocco.it
|
owohho.com
|
||||||
panchro.co.uk
|
ozoz.it
|
||||||
paydayonlinecom.com
|
paramountmarble.co.uk
|
||||||
perfectpracticeweb.com
|
par-fallen.ga
|
||||||
picquery.com
|
paydayloanslocal.com
|
||||||
piski.top
|
photorepair.ru
|
||||||
pladform.ru
|
piluli.info
|
||||||
platesauto.com
|
pinstake.com
|
||||||
pl.id-forex.com
|
plaff-go.ru
|
||||||
poiskzakona.ru
|
podshipniki-ntn.ru
|
||||||
|
polcin.de
|
||||||
popads.net
|
popads.net
|
||||||
porn555.com
|
popugauka.ru
|
||||||
pornhub-forum.ga
|
popup.matchmaker.com
|
||||||
porno-dojki.net
|
pornokorol.com
|
||||||
pornogad.com
|
preparevideosafesystem4unow.site
|
||||||
pornosemki.info
|
pricheski-video.com
|
||||||
pornowarp.info
|
progress-upakovka.ru
|
||||||
positive2b.ru
|
promoheads.com
|
||||||
pourvous.info
|
pron.pro
|
||||||
powc.r.ca.d.sendibm2.com
|
prostitutki-kiev.org
|
||||||
privatefx.all4invest.info
|
pshare.biz
|
||||||
prizesbook.online
|
pssucai.info
|
||||||
productarium.com
|
pussyfleet.com
|
||||||
profitwithalex.info
|
puzo2arbuza.ru
|
||||||
profolan.pl
|
quickloanbank.com
|
||||||
progonrumarket.ru
|
quizzitch.net
|
||||||
projefrio.com.br
|
raavidesigns.com
|
||||||
prosmibank.ru
|
randalljhoward.com
|
||||||
prostitutki-kharkova.org
|
rank-checker.online
|
||||||
pussysaga.com
|
ranksays.com
|
||||||
pwwysydh.com
|
rapidsites.pro
|
||||||
questionmarque.ch
|
|
||||||
quickcashlimited.com
|
|
||||||
quick-seeker.com
|
|
||||||
ragecash.com
|
|
||||||
razamicroelectronics.com
|
|
||||||
realnye-otzyvy.info
|
realnye-otzyvy.info
|
||||||
rebuildermedical.com
|
redirect.trafficreceiver.club
|
||||||
refudiatethissarah.info
|
replica-watch.ru
|
||||||
remontgruzovik.ru
|
rethinkwasteni.info
|
||||||
renewablewealth.com
|
reversing.cc
|
||||||
rent2spb.ru
|
ribieiendom.no
|
||||||
rentehno.ru
|
ringporno.com
|
||||||
restorator-msk.ru
|
rogervivierforsale.com
|
||||||
retreatia.com
|
roofers.org.uk
|
||||||
rfd-split.hr
|
ros-ctm.ru
|
||||||
rockma.se
|
ru-dety.ru
|
||||||
romhacking.ru
|
russkie-gorki.ru
|
||||||
rukino.org
|
rus-teh.narod.ru
|
||||||
runofilms.ru
|
s8-nowy-wygraj.comli.com
|
||||||
ruscopybook.com
|
sack.net
|
||||||
sad-torg.com.ua
|
sad-torg.com.ua
|
||||||
salmonfishingsacramentoriver.com
|
santasgift.ml
|
||||||
sandhillsonline.com
|
sape.top
|
||||||
saneitconsulting.com
|
sarafangel.ru
|
||||||
sbdl.no
|
sa-rewards.co.za
|
||||||
scanner-jack.top
|
savefrom.com
|
||||||
sdelatmebel.ru
|
scanmarine.info
|
||||||
searchengineranker.email
|
scanner-barak.top
|
||||||
see-your-website-here.com
|
scanner-willy.top
|
||||||
seocheckupx.com
|
scoopquest.com
|
||||||
seoprofiler.com
|
semalt.com
|
||||||
serviporno.com
|
seogadget.ru
|
||||||
servisural.ru
|
seomarketings.online
|
||||||
sexblog.pw
|
seo-prof1.xyz
|
||||||
sexiporno.net
|
serialsway.ucoz.ru
|
||||||
sexkontakte-seite.com
|
servingnotice.com
|
||||||
sexuria.net
|
sex-tracker.com
|
||||||
sexy-screen-savers.com
|
shama-rc.net
|
||||||
sexyteens.hol.es
|
shillyourcoins.com
|
||||||
sexytrend.ru
|
shlyahten.ru
|
||||||
shopcheermakeup.info
|
shodanhq.com
|
||||||
shopperifymac.com
|
shop.xz618.com
|
||||||
site-auditor.online
|
sibtest.ru
|
||||||
smart-balancewheel.com
|
similardeals.net
|
||||||
sneakyboy.com
|
siteonomy.com
|
||||||
snts.shell-pmr.ru
|
sklad-24.ru
|
||||||
soaksoak.ru
|
skyway24.ru
|
||||||
soda.media
|
slim.sellany.ru
|
||||||
space2019.top
|
sms2x2.ru
|
||||||
spbchampionat.ru
|
snip.to
|
||||||
spidtest.space
|
snworks.com
|
||||||
sptslmtrafms.com
|
socialbutton.xyz
|
||||||
spywarespy.com
|
social-search.me
|
||||||
sr-rekneskap.no
|
softlinesolutions.me
|
||||||
stoki.ru
|
spamnuker.com
|
||||||
strag-invest.ru
|
spb-plitka.ru
|
||||||
strana-solnca.ru
|
squidoo.com
|
||||||
stroyhelp-dv.ru
|
stairliftsarea.com
|
||||||
stroymonolit.su
|
standardchartered-forex.com
|
||||||
success-seo.com
|
storehouse.ua
|
||||||
sukarame.net
|
strv.se
|
||||||
support.nopeas.sk
|
studiokamyk.com.pl
|
||||||
sureone.pro
|
sumo.com
|
||||||
swiped.su
|
superinterstitial.com
|
||||||
tabakur77.com
|
swinginwithme.ru
|
||||||
taboola.com
|
takeflyte.com
|
||||||
tackletarts.co
|
tanieaukcje.com.pl
|
||||||
talant-factory.ru
|
tattomedia.com
|
||||||
tamada69.com
|
teastory.co
|
||||||
td-33.ru
|
technopellet.gr
|
||||||
telefonsexi.com
|
tedy.su
|
||||||
|
telefonsexkostenlos.tk
|
||||||
telemetryverification.net
|
telemetryverification.net
|
||||||
themeforest.net
|
terraclicks.com
|
||||||
tizanidineingredients.blogspot.com
|
thecounter.com
|
||||||
tizanidineonline.blogspot.com
|
thefotosgratis.eu
|
||||||
tizanidinestreetprice.blogspot.com
|
theheroes.ru
|
||||||
tizanidinewithdrawal.blogspot.com
|
thexart.club
|
||||||
tk-assortiment.ru
|
thruport.com
|
||||||
tomck.com
|
tivolibasket.it
|
||||||
top-study.work
|
tizanidinecost.blogspot.com
|
||||||
trafaret74.ru
|
tizanidinedosageforsleep.blogspot.com
|
||||||
trafficjunky.com
|
tizanidinesleepaid.blogspot.com
|
||||||
|
tomatis.gospartner.com
|
||||||
|
torrentgamer.net
|
||||||
|
trafficmania.com
|
||||||
trafficnetzwerk.de
|
trafficnetzwerk.de
|
||||||
treasuretrack-a.akamaihd.net
|
traffixer.com
|
||||||
turkeyreport.tk
|
triumf-realty.ru
|
||||||
twu.com.ua
|
truck-addzilla.life
|
||||||
tx41tclega.ru
|
ttrraacckkrr.com
|
||||||
uasb.ru
|
ttsq.fr
|
||||||
uk-zheu20.ru
|
tuberkulezanet.ru
|
||||||
unisexjewelry.org
|
tula.mdverey.ru
|
||||||
universals.com.ua
|
txxx.com
|
||||||
|
uchebavchehii.ru
|
||||||
|
uchetunet.su
|
||||||
|
underthesite.com
|
||||||
|
unece.org
|
||||||
|
unpredictable.ga
|
||||||
|
unrealcommander.com
|
||||||
uptime-as.net
|
uptime-as.net
|
||||||
uptime-gamma.net
|
urdoot.win
|
||||||
|
urengoy.pro
|
||||||
|
urzedowski.eu
|
||||||
|
usadacha.net
|
||||||
us-america.ru
|
us-america.ru
|
||||||
usdx.us
|
uvozdeckych.info
|
||||||
uzungil.com
|
vacances-voyages.info
|
||||||
validdomain.xyz
|
varikozdok.ru
|
||||||
valoresito.com
|
vavilone.com
|
||||||
vbabule.net
|
venerologiya.com
|
||||||
vellings.info
|
venta-prom.ru
|
||||||
vertaform.com
|
verymes.xyz
|
||||||
vesnatehno.ru
|
via-energy-cumpara.com
|
||||||
vezuviy.su
|
viagraneggrx.com
|
||||||
video-chat.cn
|
videochat.world
|
||||||
videooko.weebly.com
|
videogamesecrets.com
|
||||||
virtuagirl.com
|
vielporno.net
|
||||||
wdrake.com
|
villakohlanta.nu
|
||||||
webextract.profound.net
|
vinylvault.co.uk
|
||||||
webpromotion.ae
|
visa-pasport.ru
|
||||||
webs.com
|
vitalads.net
|
||||||
website-speed-checker.site
|
vitanail.ru
|
||||||
websites-reviews.com
|
voloslove.ru
|
||||||
wedding0venues.tk
|
vonradio.com
|
||||||
westermarkanjou.se
|
vykup-avto-krasnodar.ru
|
||||||
whatistizanidine2mg.blogspot.com
|
waysbetter.cn
|
||||||
|
webix.biz
|
||||||
|
westvilletowingservices.co.za
|
||||||
|
whatsappdownload10.com
|
||||||
wholesalejerseys-cheapest.com
|
wholesalejerseys-cheapest.com
|
||||||
wholesalenfljerseys.us.com
|
world-mmo.com
|
||||||
wildworld.site
|
writersgroup580.web.fc2.com
|
||||||
wineitudes.wordpress.com
|
wttavern.com
|
||||||
w-journal.ru
|
|
||||||
word-vorlagen.xyz
|
|
||||||
wowas31.ucoz.ru
|
|
||||||
wufak.com
|
wufak.com
|
||||||
xmladserver.com
|
wzgyyq.com
|
||||||
xn----7sbaaabaei0cc8aj5bj0bncejx.xn--p1ai
|
x-diesel.com
|
||||||
|
x-diesel.info
|
||||||
|
xmronta.com
|
||||||
xn----7sbifcamovvfggw9d.xn--p1ai
|
xn----7sbifcamovvfggw9d.xn--p1ai
|
||||||
xn--b1agm2d.net
|
xn--80adaggc5bdhlfamsfdij4p7b.xn--p1ai
|
||||||
xn----dtbndd4ae7eub.top
|
xn--80aebbcbcdemfkhba4byaehoejh8dza3v.xn--p1ai
|
||||||
x-rates.ru
|
xn----btbdvdh4aafrfciljm6k.xn--p1ai
|
||||||
xtraffic.plus
|
xn----ctbbcjd3dbsehgi.xn--p1ai
|
||||||
xz618.com
|
xn--e1afanlbnfckd7c3d.xn--p1ai
|
||||||
yhit.press
|
xwatt.ru
|
||||||
youradulthosting.com
|
xxxguitars.com
|
||||||
yourdesires.ru
|
yadro.ru
|
||||||
yugo-star.ru
|
yeartwit.com
|
||||||
|
ynymnwbm.bloger.index.hr
|
||||||
|
youdesigner.kz
|
||||||
|
yubikk.info
|
||||||
zagadki.in.ua
|
zagadki.in.ua
|
||||||
zarabotat-na-sajte.ru
|
zaloro.com
|
||||||
zatjmuzu.info
|
zeleznobeton.ru
|
||||||
zed21.net
|
zeroredirect9.com
|
||||||
zeroredirect11.com
|
|
||||||
zeroredirect8.com
|
|
||||||
zhuravlev.info
|
|
||||||
zigarettenonlinekaufen2.drupalgardens.com
|
zigarettenonlinekaufen2.drupalgardens.com
|
||||||
zocaparj.kz
|
zixizop.net.ru
|
||||||
zskdla.site
|
zrelaya.pw
|
||||||
|
zvooq.eu
|
||||||
|
|
|
@ -1,250 +1,250 @@
|
||||||
1kinobig.ru
|
23kw.ru
|
||||||
3-letter-domains.net
|
3-letter-domains.net
|
||||||
4kpics.rocks
|
4k-player.pl
|
||||||
7yue.org
|
4ureyesonly.com
|
||||||
abclauncher.com
|
aa625d84f1587749c1ab011d6f269f7d64.com
|
||||||
advancedcleaner.com
|
acheterviagrafr24.com
|
||||||
aero2.ru
|
adminshop.com
|
||||||
airmaxshoes-2016.com
|
adsref.men
|
||||||
albuteroli.com
|
adultfriendfinder.com
|
||||||
all4invest.ru
|
advokateg.xyz
|
||||||
ameblo.jp
|
adzerg.com
|
||||||
amospalla.es
|
amoi.tn
|
||||||
amt-k.ru
|
amyfoxfitness.com
|
||||||
apibrowsesmartne-a.akamaihd.net
|
android-systems.ru
|
||||||
api.stathat.com
|
apiluckyleapnet-a.akamaihd.net
|
||||||
apps-analytics.net
|
appartement-stumm.at
|
||||||
arendovalka.xyz
|
approved.su
|
||||||
ascat.porn
|
appsaurus.com
|
||||||
ausmepa.org.au
|
atelielembrancaqueencanta.com.br
|
||||||
balkanfarma.org
|
aviav.ru
|
||||||
banan.tv
|
avkzarabotok.com
|
||||||
banki76.ru
|
avon-ukraine.com
|
||||||
basedecor.ru
|
babosas.com
|
||||||
best-way.men
|
balans.shahterworld.org
|
||||||
bestwebsiteawards.com
|
beremenyashka.com
|
||||||
bharatdefencekavach.com
|
bestserials.com
|
||||||
bookhome.info
|
betwinservice.com
|
||||||
|
bigcities.org
|
||||||
|
bluesalt.co
|
||||||
|
bombla.org
|
||||||
brateg.xyz
|
brateg.xyz
|
||||||
buybest1.biz
|
browsepulse-a.akamaihd.net
|
||||||
buy-loft.ru
|
buchananshardware.com
|
||||||
cakemediahq.com.au
|
camdolls.com
|
||||||
cartujano-pre.de
|
candiceloves.us
|
||||||
catalogs-parts.com
|
cardsharp1.ru
|
||||||
cezartabac.ro
|
carrauterie.be
|
||||||
chcu.net
|
cartierreplica.pw
|
||||||
cheapjerseysap.com
|
cheapbelstaff.online
|
||||||
chocoslim.pro
|
cibpenonptib.flu.cc
|
||||||
cinemaenergy-hd.ru
|
club-lukojl.ru
|
||||||
compliance-george.top
|
collegeessay19.blogspot.ru
|
||||||
compliance-ivan.xyz
|
compliance-brian.xyz
|
||||||
compliance-mark.top
|
dailyfinancefix.com
|
||||||
coolbar.pro
|
dangphoto.trade
|
||||||
coprofam.org
|
darodar.com
|
||||||
countbertwistdisp26.soup.io
|
dcj-nn.ru
|
||||||
countercrazy.com
|
directivepub.com
|
||||||
crest-poloski.ru
|
dms-sw.ru
|
||||||
danceuniverse.ru
|
domcran.net
|
||||||
datadepths.com
|
dostavka-v-krym.com
|
||||||
dataloading.net
|
downloadeer.net
|
||||||
data.vtc.pw
|
download-of-the-warez.blogspot.com
|
||||||
daydream-studio.ru
|
druzhininevgeniy63.blogspot.com
|
||||||
deniven.1bb.ru
|
|
||||||
dieta-personalna.pl
|
|
||||||
divci-hry.info
|
|
||||||
docsportal.net
|
|
||||||
domain.webkeyit.com
|
|
||||||
downloadkakaotalk.com
|
|
||||||
dstroy.su
|
dstroy.su
|
||||||
dtnlyss.com
|
dtnlyss.com
|
||||||
duplicashapp.com
|
|
||||||
dwomlink.info
|
|
||||||
eandsgallery.com
|
|
||||||
earncash.com.ua
|
earncash.com.ua
|
||||||
earthmagic.info
|
elektrozigaretten1.tumblr.com
|
||||||
education-cz.ru
|
erot.co
|
||||||
elektrischezigarette1.blog.pl
|
exchangeit.gq
|
||||||
eloxal.ru
|
executehosting.com
|
||||||
eluxer.net
|
extstat.com
|
||||||
errorfixing.space
|
facebook-mobile.xyz
|
||||||
excitacion.info
|
familyholiday.ml
|
||||||
extrabot.com
|
familyphysician.ru
|
||||||
ez8motelseaworldsandiego.com
|
fertilitetsradgivningen.se
|
||||||
farmingworm.com
|
fikasound.tk
|
||||||
fba-mexico.com
|
|
||||||
fefo.gdn
|
|
||||||
flex4launch.ru
|
|
||||||
floridahuntingfishingadventures.com
|
floridahuntingfishingadventures.com
|
||||||
footballfarrago.com
|
focalink.com
|
||||||
forensicpsychiatry.ru
|
foodcrafts.website
|
||||||
forumprofi.de
|
fotosfotos.eu
|
||||||
forums.toucharcade.com
|
fr-bearings.ru
|
||||||
forum.tvmir.org
|
gallerily.com
|
||||||
frankofficial.ru
|
gambarkataku.co
|
||||||
freeuploader.ml
|
gamewrath.com
|
||||||
fungirlsgames.net
|
gettpromos.com
|
||||||
gambarkatabaru.com
|
gloverid.site
|
||||||
gemgrab-a.akamaihd.net
|
golmau.host.sk
|
||||||
getresponse.com
|
gombita.info
|
||||||
get-seo-domain.com
|
|
||||||
globalscam.ga
|
|
||||||
googlefeud.com
|
googlefeud.com
|
||||||
greatzip.com
|
gotcher.us
|
||||||
guod.me
|
greatdealshop.com
|
||||||
gwebtools.com
|
gsasearchengineranker.xyz
|
||||||
healing-dysplasia.ru
|
gwebtools.com.br
|
||||||
heartofpayne.xyz
|
hanwei.us
|
||||||
helicalpile.us
|
hdapp1008-a.akamaihd.net
|
||||||
host-protection.com
|
helvetia.com.ua
|
||||||
hoverboard360.es
|
hentai-manga.porn
|
||||||
ideashome.id
|
herokuapp.com
|
||||||
ifirestarter.ru
|
highspeed5.net
|
||||||
iflycapetown.co.za
|
hmywwogw.bloger.index.hr
|
||||||
informatiecentro.be
|
homeandhealth.ru
|
||||||
int.search.mywebsearch.com
|
hostsshop.ru
|
||||||
investyb.com
|
hotloans.ru
|
||||||
iradiology.ru
|
inet-traffic.com
|
||||||
it-max.com.ua
|
insider.pro
|
||||||
jeremyeaton.co
|
integritylandscapeservices.com
|
||||||
kakablog.net
|
istripper.com
|
||||||
kerei.ru
|
iyasimasennka.com
|
||||||
klejonka.info
|
izhevsk.zrus.org
|
||||||
koleso24.com.ua
|
janavibekken.no
|
||||||
kolotiloff.ru
|
katjimej.blog.fc2.com
|
||||||
lacapilla.info
|
kazinogames.lv
|
||||||
legalrc.biz
|
ketoanhanoi.info
|
||||||
letto.by
|
kinopolet.net
|
||||||
lifehacĸer.com
|
kit-opt.ru
|
||||||
louboutinshoes.xyz
|
kredit-blog.ru
|
||||||
lovelycraftyhome.com
|
kung-fu-ru.com
|
||||||
ltvperf.com
|
kutikomi.net
|
||||||
macresource.co.uk
|
laapp.com
|
||||||
mafcards.ru
|
lerporn.info
|
||||||
magicdiet.gq
|
lesbian.xyz
|
||||||
map028.com
|
lmrauction.com
|
||||||
martlinker.com
|
loadingpages.me
|
||||||
mastershef.club
|
m0r0zk0-krava.ru
|
||||||
matsdale.com
|
macdamaged.space
|
||||||
medicine-4u.org
|
mailemedicinals.com
|
||||||
megahdporno.net
|
mall.uk
|
||||||
meget.co.za
|
marinetraffic.com
|
||||||
meltwater.com
|
meduza-consult.ru
|
||||||
monsterdivx.com
|
mistr-x.org
|
||||||
moskva.nodup.ru
|
mobile-appster.ru
|
||||||
mrwhite.biz
|
mp3films.ru
|
||||||
muabancantho.info
|
msk-diplomat.com
|
||||||
muycerdas.xxx
|
mulberryoutletonlineeu.com
|
||||||
mxgetcode.com
|
mymobilemoneypages.com
|
||||||
myhealthcare.com
|
mypets.by
|
||||||
mylesosibirsk.ru
|
news-readers.ru
|
||||||
mypornfree.ru
|
nfljerseyscheapchinabiz.com
|
||||||
narco24.me
|
ohmyrings.com
|
||||||
narkologiya-peterburg.ru
|
oil-td.ru
|
||||||
net-profits.xyz
|
onlywoman.org
|
||||||
novosibirsk.xrus.org
|
o-o-6-o-o.com
|
||||||
ntic.fr
|
optibuymac.com
|
||||||
offer.wpsecurity.website
|
oralsexfilme.net
|
||||||
oktube.ru
|
orgasmatrix.com
|
||||||
ok-ua.info
|
osnova3.ru
|
||||||
onescreen.cc
|
|
||||||
oneshotdate.com
|
|
||||||
opinionreelle.com
|
|
||||||
orenburg-gsm.ru
|
|
||||||
ourville.info
|
ourville.info
|
||||||
oynat.info
|
partner-trustworthy.men
|
||||||
paramountmarble.co.uk
|
petedrummond.com
|
||||||
partner-host.men
|
phobia.us
|
||||||
pensplan4u.com
|
phpdevops.com
|
||||||
percin.biz.ly
|
piccdata.com
|
||||||
petsblogroll.com
|
picphotos.net
|
||||||
picturesboss.com
|
picturesify.com
|
||||||
picturesfrom.com
|
piter.xrus.org
|
||||||
pokemon-go-play.online
|
pixell.club
|
||||||
pornobrazzers.biz
|
pizdopletka.club
|
||||||
pornotubs.com
|
pontiacsolstice.info
|
||||||
productarium.com
|
popugauka.ru
|
||||||
promover.org
|
predmety.in.ua
|
||||||
|
preventheadacheguide.info
|
||||||
|
privacylocationforloc.com
|
||||||
|
privat-girl.net
|
||||||
|
prombudpostach.com.ua
|
||||||
propranolol40mg.blogspot.com
|
propranolol40mg.blogspot.com
|
||||||
prostitutki-almata.org
|
pro-tec.kz
|
||||||
prostitutki-belgoroda.org
|
pshare.biz
|
||||||
prostitutki-rostova.org
|
puserving.com
|
||||||
prostitutki-tyumeni.org
|
quizzitch.net
|
||||||
puzzleweb.ru
|
rankings-analytics.com
|
||||||
py100.ru
|
ranksignals.com
|
||||||
rainbowice.ru
|
rasteniya-vs-zombi.ru
|
||||||
randalljhoward.com
|
recinziireale.com
|
||||||
realnye-otzyvy.info
|
remontgruzovik.ru
|
||||||
renecaovillasale.online
|
remont-komputerov-notebook.ru
|
||||||
research.ifmo.ru
|
remont-ustanovka-tehniki.ru
|
||||||
rewardit.com
|
ruex.org.ua
|
||||||
ru-dety.ru
|
rusprostitute.com
|
||||||
runstocks.com
|
rvi.biz
|
||||||
ryetaw.com
|
sadaholding.com
|
||||||
salmonfishingsacramentoriver.com
|
salut-camp.ru
|
||||||
sanatorrii.ru
|
saneitconsulting.com
|
||||||
saneyes.com
|
sarf3omlat.com
|
||||||
seinterface.com
|
saveindex.xyz
|
||||||
semalt.com
|
sbf441.com
|
||||||
service.adtech.us
|
scanner-jack.top
|
||||||
serw.clicksor.com
|
scanner-marwin.top
|
||||||
sex-pr.net
|
scanner-olga.top
|
||||||
sfj-ror.no
|
schoolfiles.net
|
||||||
shitmovs.com
|
scmor.ilxc.cc
|
||||||
site5.com
|
search-goo.com
|
||||||
siteexpress.co.il
|
seocheckupx.com
|
||||||
site-speed-checker.site
|
seorankinglinks.us
|
||||||
skypasss.com
|
sibtest.ru
|
||||||
slavkokacunko.de
|
silverage.ru
|
||||||
slimcdn.com
|
sirpornogratis.xxx
|
||||||
slutloadlive.com
|
skylta.com
|
||||||
social-buttons.com
|
sladkoevideo.com
|
||||||
solitaire-game.ru
|
small-game.com
|
||||||
spb.ru
|
sobecjvuwa.com.ru
|
||||||
sports-supplements.us
|
socialmonkee.com
|
||||||
spravka130.ru
|
socialseet.ru
|
||||||
stal-rulon.ru
|
soc-proof.su
|
||||||
sudexpert66.ru
|
spabali.org
|
||||||
tandvardshuset.net
|
spacash.com
|
||||||
telegramdownload10.com
|
space4update.pw
|
||||||
thesmartsearch.net
|
spinnerco.ca
|
||||||
timetorelax.biz
|
spywarebegone.com
|
||||||
tizanidinestreetvalue.blogspot.com
|
stairliftstrue.com
|
||||||
toon-families.com
|
stroy-portal22.ru
|
||||||
top-karkas.ru
|
sumo.com
|
||||||
top-study.work
|
superlist.biz
|
||||||
triumf-realty.ru
|
surcentro.com
|
||||||
|
svetlotorg.ru
|
||||||
|
tattomedia.com
|
||||||
|
theautoprofit.ml
|
||||||
|
threecolumnblogger.com
|
||||||
|
tizanidine4mgstreetvalue.blogspot.com
|
||||||
|
tizanidineinfo.blogspot.com
|
||||||
|
tizanidinerestlesslegsyndrome.blogspot.com
|
||||||
|
tizanidinevssoma.blogspot.com
|
||||||
|
top-deal.com.pl
|
||||||
|
tour-line.net
|
||||||
|
toys.erolove.in
|
||||||
|
tracklead.net
|
||||||
|
trafficfactory.biz
|
||||||
|
tri-slona.org
|
||||||
tsyndicate.com
|
tsyndicate.com
|
||||||
tvand.ru
|
twojebook.pl
|
||||||
twinderbella.com
|
u-cheats.ru
|
||||||
twodollarshows.com
|
ufa.xrus.org
|
||||||
ukkala.xyz
|
uhod-za-sobakoj.ru
|
||||||
urdoot.win
|
umnovocaminho.com
|
||||||
vapomnoncri.tk
|
validccseller.com
|
||||||
via-gra.webstarts.com
|
video-hollywood.ru
|
||||||
videochat.ph
|
vigrx-original.ru
|
||||||
videochaty.ru
|
viveresaniesnelli.it
|
||||||
video--production.com
|
voloo.ru
|
||||||
vvon.co.uk
|
warezaccess.com
|
||||||
wallpapersdesk.info
|
warezkeeper.com
|
||||||
watch-movies.ru
|
warningzscaler.heraeus.com
|
||||||
website-audit.com.ua
|
waycash.net
|
||||||
webtherapy.ru
|
webshoppermac.com
|
||||||
wfb.hatedriveapart.com
|
weclipart.com
|
||||||
woman-orgasm.ru
|
whengirlsgowild.com
|
||||||
womens-journal.net
|
wholesalejerseys-cheapest.com
|
||||||
worldis.me
|
winner7777.net
|
||||||
wosik-dach.service-for-web.de
|
worldtraveler.world
|
||||||
www.888.com
|
xchat26.myfreecams.com
|
||||||
x-diesel.biz
|
xcombear.ru
|
||||||
x-lime.net
|
xev.ru
|
||||||
xn-----7kceclhb4abre1b4a0ccl2fxch1a.xn--p1ai
|
xn--24-glceagatoq7c2a6ioc.xn--p1ai
|
||||||
xn----9sbebi2bvzr7h.xn--p1ai
|
xn--b1adccaf1bzj.xn--p1ai
|
||||||
xn----dtbndd4ae7eub.top
|
x-true.info
|
||||||
xsion.net
|
xwatt.ru
|
||||||
youdesigner.kz
|
yebocasino.co.za
|
||||||
yourothersite.com
|
youbrainboost.asia
|
||||||
yousense.info
|
zaloro.com
|
||||||
zaimhelp.ru
|
zed21.net
|
||||||
zaobao.com.sg
|
|
||||||
znaniyapolza.ru
|
|
||||||
zryydi.com
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
35.231.58.0 0;
|
34.73.34.132 0;
|
||||||
127.0.0.1 0;
|
127.0.0.1 0;
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -4,9 +4,9 @@
|
||||||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||||
|
|
||||||
_______________
|
_______________
|
||||||
#### Version: V4.2020.04.2054
|
#### Version: V4.2020.04.2055
|
||||||
#### Bad Referrers Blocked: [6831](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
|
#### Bad Referrers Blocked: [6831](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
|
||||||
#### Bad User-Agents (Bots) Blocked: [571](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
#### Bad User-Agents (Bots) Blocked: [573](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
||||||
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)
|
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)
|
||||||
____________________
|
____________________
|
||||||
|
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||||
|
|
||||||
_______________
|
_______________
|
||||||
#### Version: V4.2020.04.2054
|
#### Version: V4.2020.04.2055
|
||||||
#### Bad Referrers Blocked: [6831](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
|
#### Bad Referrers Blocked: [6831](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
|
||||||
#### Bad User-Agents (Bots) Blocked: [571](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
#### Bad User-Agents (Bots) Blocked: [573](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
||||||
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)
|
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)
|
||||||
____________________
|
____________________
|
||||||
|
|
||||||
|
|
|
@ -11,9 +11,9 @@
|
||||||
##### The Ultimate Nginx Bad Bot, User-Agent, Spam Referrer Blocker, Adware, Malware and Ransomware Blocker, Clickjacking Blocker, Click Re-Directing Blocker, SEO Companies and Bad IP Blocker with Anti DDOS System, Nginx Rate Limiting and Wordpress Theme Detector Blocking. Stop and Block all kinds of bad internet traffic even Fake Googlebots from ever reaching your web sites. [PLEASE SEE: Definition of Bad Bots](#define-bad-bots)
|
##### The Ultimate Nginx Bad Bot, User-Agent, Spam Referrer Blocker, Adware, Malware and Ransomware Blocker, Clickjacking Blocker, Click Re-Directing Blocker, SEO Companies and Bad IP Blocker with Anti DDOS System, Nginx Rate Limiting and Wordpress Theme Detector Blocking. Stop and Block all kinds of bad internet traffic even Fake Googlebots from ever reaching your web sites. [PLEASE SEE: Definition of Bad Bots](#define-bad-bots)
|
||||||
|
|
||||||
_______________
|
_______________
|
||||||
#### Version: V4.2020.04.2054
|
#### Version: V4.2020.04.2055
|
||||||
#### Bad Referrers Blocked: [6831](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
|
#### Bad Referrers Blocked: [6831](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
|
||||||
#### Bad User-Agents (Bots) Blocked: [571](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
#### Bad User-Agents (Bots) Blocked: [573](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
||||||
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)
|
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)
|
||||||
____________________
|
____________________
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
Domains\ Project
|
|
||||||
domainsproject.org
|
|
||||||
360Spider
|
360Spider
|
||||||
404checker
|
404checker
|
||||||
404enemy
|
404enemy
|
||||||
|
@ -117,6 +115,8 @@ DnyzBot
|
||||||
DomainAppender
|
DomainAppender
|
||||||
DomainCrawler
|
DomainCrawler
|
||||||
DomainSigmaCrawler
|
DomainSigmaCrawler
|
||||||
|
Domains\ Project
|
||||||
|
domainsproject.org
|
||||||
DomainStatsBot
|
DomainStatsBot
|
||||||
Dotbot
|
Dotbot
|
||||||
Download\ Wonder
|
Download\ Wonder
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
# EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM
|
# EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM
|
||||||
|
|
||||||
_______________
|
_______________
|
||||||
#### Version: V4.2020.04.2054
|
#### Version: V4.2020.04.2055
|
||||||
#### Bad Referrers Blocked: [6831](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
|
#### Bad Referrers Blocked: [6831](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
|
||||||
#### Bad User-Agents (Bots) Blocked: [571](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
#### Bad User-Agents (Bots) Blocked: [573](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
||||||
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)
|
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)
|
||||||
____________________
|
____________________
|
||||||
|
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2020.04.2054
|
### Version: V4.2020.04.2055
|
||||||
### Updated: Sat Apr 25 22:39:30 SAST 2020
|
### Updated: Sun Apr 26 10:24:14 SAST 2020
|
||||||
### Bad Referrer Count: 6831
|
### Bad Referrer Count: 6831
|
||||||
### Bad Bot Count: 571
|
### Bad Bot Count: 573
|
||||||
###################################################
|
###################################################
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION ##
|
||||||
|
|
||||||
|
@ -264,6 +264,8 @@ map $http_user_agent $bad_bot {
|
||||||
"~*(?:\b)DomainAppender(?:\b)" 3;
|
"~*(?:\b)DomainAppender(?:\b)" 3;
|
||||||
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
||||||
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
||||||
|
"~*(?:\b)Domains\ Project(?:\b)" 3;
|
||||||
|
"~*(?:\b)domainsproject.org(?:\b)" 3;
|
||||||
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
||||||
"~*(?:\b)Dotbot(?:\b)" 3;
|
"~*(?:\b)Dotbot(?:\b)" 3;
|
||||||
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2020.04.2054
|
### Version: V3.2020.04.2055
|
||||||
### Updated: Sat Apr 25 22:39:31 SAST 2020
|
### Updated: Sun Apr 26 10:24:15 SAST 2020
|
||||||
### Bad Referrer Count: 6831
|
### Bad Referrer Count: 6831
|
||||||
### Bad Bot Count: 571
|
### Bad Bot Count: 573
|
||||||
###################################################
|
###################################################
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION ##
|
||||||
|
|
||||||
|
@ -264,6 +264,8 @@ map $http_user_agent $bad_bot {
|
||||||
"~*(?:\b)DomainAppender(?:\b)" 3;
|
"~*(?:\b)DomainAppender(?:\b)" 3;
|
||||||
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
||||||
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
||||||
|
"~*(?:\b)Domains\ Project(?:\b)" 3;
|
||||||
|
"~*(?:\b)domainsproject.org(?:\b)" 3;
|
||||||
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
||||||
"~*(?:\b)Dotbot(?:\b)" 3;
|
"~*(?:\b)Dotbot(?:\b)" 3;
|
||||||
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2020.04.2054
|
### Version: V4.2020.04.2055
|
||||||
### Updated: Sat Apr 25 22:39:30 SAST 2020
|
### Updated: Sun Apr 26 10:24:14 SAST 2020
|
||||||
### Bad Referrer Count: 6831
|
### Bad Referrer Count: 6831
|
||||||
### Bad Bot Count: 571
|
### Bad Bot Count: 573
|
||||||
###################################################
|
###################################################
|
||||||
### VERSION INFORMATION ##
|
### VERSION INFORMATION ##
|
||||||
|
|
||||||
|
@ -264,6 +264,8 @@ map $http_user_agent $bad_bot {
|
||||||
"~*(?:\b)DomainAppender(?:\b)" 3;
|
"~*(?:\b)DomainAppender(?:\b)" 3;
|
||||||
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
"~*(?:\b)DomainCrawler(?:\b)" 3;
|
||||||
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
"~*(?:\b)DomainSigmaCrawler(?:\b)" 3;
|
||||||
|
"~*(?:\b)Domains\ Project(?:\b)" 3;
|
||||||
|
"~*(?:\b)domainsproject.org(?:\b)" 3;
|
||||||
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
"~*(?:\b)DomainStatsBot(?:\b)" 3;
|
||||||
"~*(?:\b)Dotbot(?:\b)" 3;
|
"~*(?:\b)Dotbot(?:\b)" 3;
|
||||||
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
"~*(?:\b)Download\ Wonder(?:\b)" 3;
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
|
|
||||||
### Version Information #
|
### Version Information #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V4.2020.04.2054
|
### Version: V4.2020.04.2055
|
||||||
### Updated: Sat Apr 25 22:39:32 SAST 2020
|
### Updated: Sun Apr 26 10:24:16 SAST 2020
|
||||||
### Bad Bot Count: 571
|
### Bad Bot Count: 573
|
||||||
###################################################
|
###################################################
|
||||||
### Version Information ##
|
### Version Information ##
|
||||||
|
|
||||||
|
@ -249,6 +249,10 @@ User-agent: DomainCrawler
|
||||||
Disallow:/
|
Disallow:/
|
||||||
User-agent: DomainSigmaCrawler
|
User-agent: DomainSigmaCrawler
|
||||||
Disallow:/
|
Disallow:/
|
||||||
|
User-agent: Domains Project
|
||||||
|
Disallow:/
|
||||||
|
User-agent: domainsproject.org
|
||||||
|
Disallow:/
|
||||||
User-agent: DomainStatsBot
|
User-agent: DomainStatsBot
|
||||||
Disallow:/
|
Disallow:/
|
||||||
User-agent: Dotbot
|
User-agent: Dotbot
|
||||||
|
|
Loading…
Add table
Reference in a new issue