V4.2019.06.1654 [ci skip]

This commit is contained in:
Travis 2019-06-28 11:51:29 +02:00
parent c70315a800
commit 5ae4893bbd
46 changed files with 1711 additions and 1616 deletions

View file

@ -1,2 +1,2 @@
35.192.187.174 1;
35.188.1.99 1;
127.0.0.1 1;

View file

@ -1,2 +1,2 @@
35.192.187.174 0;
35.188.1.99 0;
127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2019.06.1653
### Updated: Thu Jun 27 16:40:14 SAST 2019
### Version: V4.2019.06.1654
### Updated: Fri Jun 28 11:46:36 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -1,2 +1,2 @@
35.192.187.174 1;
35.188.1.99 1;
127.0.0.1 1;

View file

@ -1,2 +1,2 @@
35.192.187.174 0;
35.188.1.99 0;
127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2019.06.1653
### Updated: Thu Jun 27 16:40:14 SAST 2019
### Version: V4.2019.06.1654
### Updated: Fri Jun 28 11:46:36 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -1,11 +1,11 @@
# EDIT THIS FILE AS YOU LIKE TO ADD OR REMOVE ANY BAD WORDS YOU WANT TO SCAN FOR ###
### VERSION INFORMATION #
###################################################
### Version: V4.2019.09
### Updated: 2019-06-25
###################################################
### VERSION INFORMATION ##
#------------------------
### Version: V4.2019.10
### Updated: 2019-06-28
#------------------------
### VERSION INFORMATION #
##############################################################################
# _ __ _ #
@ -25,13 +25,13 @@
# completely blank if you do not want your Nginx Blocker to include scanning for bad words within urls or referrer string
# Only add one entry per line
# *******************************
# -------------------------------
# !!! WARNING WARNING WARNING !!!
# *******************************
# -------------------------------
# ***************************************
# ---------------------------------------
# PLEASE BE VERY CAREFUL HOW YOU USE THIS
# ***************************************
# ---------------------------------------
# Here is an example of how one supposed bad word can cause your whole site to go down.
# An issue was logged where the users own domain name was specialisteparquet.com
# Because this list contained the word "cialis" it was detected within his domain name causing
@ -42,9 +42,9 @@
# Think very carefully before you add any word here
# *****************************************************************************************
# -----------------------------------------------------------------------------------------
# PLEASE MAKE SURE that you use word regex boundaries to avoid false positive detection !!!
# *****************************************************************************************
# -----------------------------------------------------------------------------------------
# BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED
@ -69,5 +69,24 @@
# "~*(?:\b)webfuck(?:\b|)" 1;
# "~*(?:\b)xxxrus(?:\b|)" 1;
# "~*(?:\b)zeroredirect(?:\b|)" 1;
# "~*(?:\b|)x22(?:\b|)" 1; (in this string if your own domain name was sex22.com it would be blocked)
# Here is a list of unsanitary words used in referrer strings - used in various injection attacks
# THE RULES BELOW ARE ENABLED BY DEFAULT
# You can disable this default list by switching the values to 0
"~*(?:\b|)mb_ereg_replace(?:\b|)" 1;
# -----------
# PLEASE NOTE
# -----------
# If you whitelist your own domain in whitelist-domains.conf and your own domain is passed in the referrer string with an attack string it will NOT be blocked.
# --------
# EXAMPLE:
# --------
# This string "http://yourwebsite.com/?s=/index/%5Cthink%5Capp/invokefunction&function=call_user_func_array&vars[0]=file_put_contents&vars[1][]=gqopu.php&vars[1][]=<?php mb_ereg_replace('.*',@$_REQUEST[_], '', 'e');?>$"
# contains the above 'mb_ereg_replace" attack string
# If your domain is whitelisted in whitelist-domains.conf this string will NOT be detected

View file

@ -1,12 +1,14 @@
# EDIT THIS FILE AS YOU LIKE TO BLACKLIST OR WHITELIST ANY BAD USER-AGENT STRINGS YOU WANT TO SCAN FOR
# ****************************************************************************************************
# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR USER-AGENTS
### VERSION INFORMATION #
#------------------------
### Version: V4.2019.07
### Updated: 2019-06-28
#------------------------
### VERSION INFORMATION #
###################################################
### Version: V4.2019.06
### Updated: 2019-06-24
###################################################
### VERSION INFORMATION ##
##############################################################################
# _ __ _ #
@ -38,9 +40,9 @@
# Make sure any words that contain special characters are escaped and include word boundaries as per the Regex examples below.
# Example the User-Agent name "someverybaduseragentname1" is entered as "\bsomeverybaduseragentname1\b"
# Example the User-Agent name "some-very-bad-useragentname2" is entered as "\bsome\-very\-bad\-useragentname1\b"
# the "\b" are word boundaries which prevents partial matching and false positives.
# Example the User-Agent name "someverybaduseragentname1" is entered as "(?:\b)someverybaduseragentname1(?:\b|)"
# Example the User-Agent name "some-very-bad-useragentname2" is entered as "(?:\b)some\-very\-bad\-useragentname1(?:\b|)"
# the "(?:\b)" and "(?:\b|)" are word boundaries which prevents partial matching and false positives.
# BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED
@ -58,3 +60,20 @@
# "~*(?:\b)someverybaduseragentname2(?:\b|)" 3;
# "~*(?:\b)some\-very\-bad\-useragentname2(?:\b|)" 3;
# Here are some default things I block on my own server, these appear in various types of injection attacks
# You can disable them if you have problems or don't agree by switching thir value to 0 or moving them into the whitelist section first and then making their value 0
# ------------
# MY WHITELIST
# ------------
# ------------
# MY BLACKLIST
# ------------
"~*(?:\b)x22(?:\b|)" 3;
"~*(?:\b){|}(?:\b|)" 3;
"~*(?:\b|)mb_ereg_replace(?:\b|)" 3;
"~*(?:\b|)file_put_contents(?:\b|)" 3;

View file

@ -33,4 +33,4 @@
# 111.111.111.111 0;
34.68.144.114 0;
35.193.7.13 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2019.06.1653
### Updated: Thu Jun 27 16:40:14 SAST 2019
### Version: V4.2019.06.1654
### Updated: Fri Jun 28 11:46:36 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -1,11 +1,11 @@
# EDIT THIS FILE AS YOU LIKE TO ADD OR REMOVE ANY BAD WORDS YOU WANT TO SCAN FOR ###
### VERSION INFORMATION #
###################################################
### Version: V4.2019.09
### Updated: 2019-06-25
###################################################
### VERSION INFORMATION ##
#------------------------
### Version: V4.2019.10
### Updated: 2019-06-28
#------------------------
### VERSION INFORMATION #
##############################################################################
# _ __ _ #
@ -25,13 +25,13 @@
# completely blank if you do not want your Nginx Blocker to include scanning for bad words within urls or referrer string
# Only add one entry per line
# *******************************
# -------------------------------
# !!! WARNING WARNING WARNING !!!
# *******************************
# -------------------------------
# ***************************************
# ---------------------------------------
# PLEASE BE VERY CAREFUL HOW YOU USE THIS
# ***************************************
# ---------------------------------------
# Here is an example of how one supposed bad word can cause your whole site to go down.
# An issue was logged where the users own domain name was specialisteparquet.com
# Because this list contained the word "cialis" it was detected within his domain name causing
@ -42,9 +42,9 @@
# Think very carefully before you add any word here
# *****************************************************************************************
# -----------------------------------------------------------------------------------------
# PLEASE MAKE SURE that you use word regex boundaries to avoid false positive detection !!!
# *****************************************************************************************
# -----------------------------------------------------------------------------------------
# BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED
@ -69,5 +69,24 @@
# "~*(?:\b)webfuck(?:\b|)" 1;
# "~*(?:\b)xxxrus(?:\b|)" 1;
# "~*(?:\b)zeroredirect(?:\b|)" 1;
# "~*(?:\b|)x22(?:\b|)" 1; (in this string if your own domain name was sex22.com it would be blocked)
# Here is a list of unsanitary words used in referrer strings - used in various injection attacks
# THE RULES BELOW ARE ENABLED BY DEFAULT
# You can disable this default list by switching the values to 0
"~*(?:\b|)mb_ereg_replace(?:\b|)" 1;
# -----------
# PLEASE NOTE
# -----------
# If you whitelist your own domain in whitelist-domains.conf and your own domain is passed in the referrer string with an attack string it will NOT be blocked.
# --------
# EXAMPLE:
# --------
# This string "http://yourwebsite.com/?s=/index/%5Cthink%5Capp/invokefunction&function=call_user_func_array&vars[0]=file_put_contents&vars[1][]=gqopu.php&vars[1][]=<?php mb_ereg_replace('.*',@$_REQUEST[_], '', 'e');?>$"
# contains the above 'mb_ereg_replace" attack string
# If your domain is whitelisted in whitelist-domains.conf this string will NOT be detected

View file

@ -1,12 +1,14 @@
# EDIT THIS FILE AS YOU LIKE TO BLACKLIST OR WHITELIST ANY BAD USER-AGENT STRINGS YOU WANT TO SCAN FOR
# ****************************************************************************************************
# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR USER-AGENTS
### VERSION INFORMATION #
#------------------------
### Version: V4.2019.07
### Updated: 2019-06-28
#------------------------
### VERSION INFORMATION #
###################################################
### Version: V4.2019.06
### Updated: 2019-06-24
###################################################
### VERSION INFORMATION ##
##############################################################################
# _ __ _ #
@ -38,9 +40,9 @@
# Make sure any words that contain special characters are escaped and include word boundaries as per the Regex examples below.
# Example the User-Agent name "someverybaduseragentname1" is entered as "\bsomeverybaduseragentname1\b"
# Example the User-Agent name "some-very-bad-useragentname2" is entered as "\bsome\-very\-bad\-useragentname1\b"
# the "\b" are word boundaries which prevents partial matching and false positives.
# Example the User-Agent name "someverybaduseragentname1" is entered as "(?:\b)someverybaduseragentname1(?:\b|)"
# Example the User-Agent name "some-very-bad-useragentname2" is entered as "(?:\b)some\-very\-bad\-useragentname1(?:\b|)"
# the "(?:\b)" and "(?:\b|)" are word boundaries which prevents partial matching and false positives.
# BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED
@ -58,3 +60,20 @@
# "~*(?:\b)someverybaduseragentname2(?:\b|)" 3;
# "~*(?:\b)some\-very\-bad\-useragentname2(?:\b|)" 3;
# Here are some default things I block on my own server, these appear in various types of injection attacks
# You can disable them if you have problems or don't agree by switching thir value to 0 or moving them into the whitelist section first and then making their value 0
# ------------
# MY WHITELIST
# ------------
# ------------
# MY BLACKLIST
# ------------
"~*(?:\b)x22(?:\b|)" 3;
"~*(?:\b){|}(?:\b|)" 3;
"~*(?:\b|)mb_ereg_replace(?:\b|)" 3;
"~*(?:\b|)file_put_contents(?:\b|)" 3;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2019.06.1653
### Updated: Thu Jun 27 16:40:15 SAST 2019
### Version: V3.2019.06.1654
### Updated: Fri Jun 28 11:46:37 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################
@ -17968,7 +17968,7 @@ geo $ratelimited {
# Rate limiting will only take effect if on any User-Agents with a value of 2
limit_conn_zone $bot_iplimit zone=bot2_connlimit:16m;
limit_req_zone $bot_iplimit zone=bot2_reqlimitip:16m rate=12r/m;
limit_req_zone $bot_iplimit zone=bot2_reqlimitip:16m rate=30r/m;
# ==========================================
# END SECTION 4 - ACTIVATE BLOCKER FUNCTIONS

View file

@ -1,2 +1,2 @@
34.68.144.114 1;
35.184.226.236 1;
127.0.0.1 1;

View file

@ -1,12 +1,14 @@
# EDIT THIS FILE AS YOU LIKE TO BLACKLIST OR WHITELIST ANY BAD USER-AGENT STRINGS YOU WANT TO SCAN FOR
# ****************************************************************************************************
# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR USER-AGENTS
### VERSION INFORMATION #
#------------------------
### Version: V4.2019.07
### Updated: 2019-06-28
#------------------------
### VERSION INFORMATION #
###################################################
### Version: V4.2019.06
### Updated: 2019-06-24
###################################################
### VERSION INFORMATION ##
##############################################################################
# _ __ _ #
@ -38,9 +40,9 @@
# Make sure any words that contain special characters are escaped and include word boundaries as per the Regex examples below.
# Example the User-Agent name "someverybaduseragentname1" is entered as "\bsomeverybaduseragentname1\b"
# Example the User-Agent name "some-very-bad-useragentname2" is entered as "\bsome\-very\-bad\-useragentname1\b"
# the "\b" are word boundaries which prevents partial matching and false positives.
# Example the User-Agent name "someverybaduseragentname1" is entered as "(?:\b)someverybaduseragentname1(?:\b|)"
# Example the User-Agent name "some-very-bad-useragentname2" is entered as "(?:\b)some\-very\-bad\-useragentname1(?:\b|)"
# the "(?:\b)" and "(?:\b|)" are word boundaries which prevents partial matching and false positives.
# BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED
@ -58,3 +60,20 @@
# "~*(?:\b)someverybaduseragentname2(?:\b|)" 3;
# "~*(?:\b)some\-very\-bad\-useragentname2(?:\b|)" 3;
# Here are some default things I block on my own server, these appear in various types of injection attacks
# You can disable them if you have problems or don't agree by switching thir value to 0 or moving them into the whitelist section first and then making their value 0
# ------------
# MY WHITELIST
# ------------
# ------------
# MY BLACKLIST
# ------------
"~*(?:\b)x22(?:\b|)" 3;
"~*(?:\b){|}(?:\b|)" 3;
"~*(?:\b|)mb_ereg_replace(?:\b|)" 3;
"~*(?:\b|)file_put_contents(?:\b|)" 3;

View file

@ -1,2 +1,2 @@
34.68.144.114 0;
35.184.226.236 0;
127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2019.06.1653
### Updated: Thu Jun 27 16:40:15 SAST 2019
### Version: V3.2019.06.1654
### Updated: Fri Jun 28 11:46:37 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################
@ -17968,7 +17968,7 @@ geo $ratelimited {
# Rate limiting will only take effect if on any User-Agents with a value of 2
limit_conn_zone $bot_iplimit zone=bot2_connlimit:16m;
limit_req_zone $bot_iplimit zone=bot2_reqlimitip:16m rate=12r/m;
limit_req_zone $bot_iplimit zone=bot2_reqlimitip:16m rate=30r/m;
# ==========================================
# END SECTION 4 - ACTIVATE BLOCKER FUNCTIONS

View file

@ -1,2 +1,2 @@
34.68.144.114 1;
35.184.226.236 1;
127.0.0.1 1;

View file

@ -1,2 +1,2 @@
34.68.144.114 0;
35.184.226.236 0;
127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2019.06.1653
### Updated: Thu Jun 27 16:40:15 SAST 2019
### Version: V3.2019.06.1654
### Updated: Fri Jun 28 11:46:37 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################
@ -17968,7 +17968,7 @@ geo $ratelimited {
# Rate limiting will only take effect if on any User-Agents with a value of 2
limit_conn_zone $bot_iplimit zone=bot2_connlimit:16m;
limit_req_zone $bot_iplimit zone=bot2_reqlimitip:16m rate=12r/m;
limit_req_zone $bot_iplimit zone=bot2_reqlimitip:16m rate=30r/m;
# ==========================================
# END SECTION 4 - ACTIVATE BLOCKER FUNCTIONS

View file

@ -1,2 +1,2 @@
34.68.144.114 1;
35.184.226.236 1;
127.0.0.1 1;

View file

@ -1,2 +1,2 @@
34.68.144.114 0;
35.184.226.236 0;
127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2019.06.1653
### Updated: Thu Jun 27 16:40:15 SAST 2019
### Version: V3.2019.06.1654
### Updated: Fri Jun 28 11:46:37 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################
@ -17968,7 +17968,7 @@ geo $ratelimited {
# Rate limiting will only take effect if on any User-Agents with a value of 2
limit_conn_zone $bot_iplimit zone=bot2_connlimit:16m;
limit_req_zone $bot_iplimit zone=bot2_reqlimitip:16m rate=12r/m;
limit_req_zone $bot_iplimit zone=bot2_reqlimitip:16m rate=30r/m;
# ==========================================
# END SECTION 4 - ACTIVATE BLOCKER FUNCTIONS

View file

@ -1,2 +1,2 @@
35.192.187.174 1;
35.188.1.99 1;
127.0.0.1 1;

View file

@ -1,2 +1,2 @@
35.192.187.174 0;
35.188.1.99 0;
127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2019.06.1653
### Updated: Thu Jun 27 16:40:14 SAST 2019
### Version: V4.2019.06.1654
### Updated: Fri Jun 28 11:46:36 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2019.06.1653
### Updated: Thu Jun 27 16:40:15 SAST 2019
### Version: V3.2019.06.1654
### Updated: Fri Jun 28 11:46:37 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2019.06.1653
### Updated: Thu Jun 27 16:40:14 SAST 2019
### Version: V4.2019.06.1654
### Updated: Fri Jun 28 11:46:36 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -1,2 +1,2 @@
34.68.144.114 1;
35.184.226.236 1;
127.0.0.1 1;

View file

@ -1,50 +1,50 @@
360Spider
Aboundexbot
AiHitBot
Apexoo
Asterias
CrazyWebCrawler
Discoverybot
DnyzBot
DomainStatsBot
Dotbot
EyeNetIE
facebookscraper
Gigabot
HTTP::Lite
404checker
Acunetix
ADmantX
Aipbot
ASPSeek
BetaBot
BuzzSumo
cognitiveseo
DBLBot
DIIbot
DomainCrawler
FemtosearchBot
FrontPage
FyberSpider
HaosouSpider
IlseBot
Image Fetch
IndeedBot
Internet Ninja
JennyBot
Jorgee
Kozmosbot
LeechFTP
Lightspeedsystems
Lipperhey
Lipperhey Spider
lwp-request
lwp-trivial
Magnet
Microsoft URL Control
NetAnts
NextGenSearchBot
Niki-bot
OpenVAS
Papa Foto
PictureFinder
Pi-Monster
Quick-Crawler
RocketCrawler
SBIder
SEOstats
Sosospider
T0PHackTeam
tAkeOut
TheNomad
Toweyabot
WebCopier
Web Fuck
Wonderbot
WWW::Mechanize
Zeus
ZumBot
Iskanie
Larbin
LibWeb
Likse
MIDown tool
Morfeus Fucking Scanner
MSFrontPage
Octopus
Openfind
PeoplePal
Pimonster
PyCurl
RankingBot2
ScanAlert
SEOkicks
Siphon
Siteimprove
SmartDownload
SocialRankIOBot
Sucker
Surfbot
sysscan
Telesoft
URLy.Warning
VoidEYE
Voltron
WebBandit
WebEnhancer
Webshag
Website Quester
Webster
Widow
Wotbox

View file

@ -1,250 +1,250 @@
Abonti
ADmantX
360Spider
404checker
404enemy
Aboundex
Acunetix
AhrefsBot
AiHitBot
Alexibot
Aipbot
Alligator
AlphaBot
ASPSeek
AllSubmitter
archive.org_bot
Asterias
BackDoorBot
Attach
backlink-check
BackStreet
BackWeb
Bandit
Barkrowler
BDCbot
BBBike
BDFetch
BetaBot
Bigfoot
Bitacle
Black Hole
Brandwatch
BlackWidow
Boardreader
Bolt
BuiltBotTough
BuiltWith
BuzzSumo
CCBot
Bullseye
BunnySlippers
Calculon
CazoodleBot
Cegbfeieh
CheTeam
CheeseBot
CherryPicker
ChinaClaw
Chlooe
Claritybot
Cliqzbot
Cloud mapping
Collector
com.plumanalytics
CopyRightCheck
Copier
Copyscape
Craftbot
CrazyWebCrawler
CrunchBot
CSHttp
Curious
DatabaseDriverMysqli
DBLBot
DataCha0s
demandbase-bot
Demon
Digincore
DigitalPebble
DIIbot
Dirbuster
Discobot
Dispatch
DomainAppender
DomainCrawler
DomainSigmaCrawler
DittoSpyder
DomainStatsBot
Drip
DSearch
ECCP/1.0
Ecxi
Dragonfly
Ebingbong
EirGrabber
EMail Siphon
EroCrawler
evc-batch
Exabot
Extractor
Ezooms
Express WebPictures
ExtLinksBot
EyeNetIE
facebookscraper
FDM
Flunky
FHscan
Fimap
FlashGet
Foobot
FyberSpider
Fyrebot
Genieo
GetRight
GermCrawler
Gigablast
Gigabot
Go-Ahead-Got-It
Gotit
Go!Zilla
Grabber
GrabNet
Grafula
GrapeFX
GrapeshotCrawler
GridBot
Haansoft
HaosouSpider
Harvest
Havij
HEADMasterSEO
Hloader
HTMLparser
HTTP::Lite
HTTrack
Iblog
Humanlinks
HybridBot
IDBot
IlseBot
Indy Library
InfoTekies
InterGET
InternetSeer
Iria
Image Sucker
internetVista monitor
IRLbot
Jbrofuzz
JennyBot
JetCar
JustView
Keyword Density
Lanshanbot
LeechFTP
LibWeb
Jetty
JOC Web Spider
Lftp
Lightspeedsystems
Likse
LinkextractorPro
LinkpadBot
LinkScan
LinksManager
LinkWalker
LinqiaMetadataDownloaderBot
LinqiaRSSBot
LinqiaScrapeBot
Lipperhey Spider
Lmspider
LNSpiderguy
Lipperhey
Litemage_walker
Ltx71
LWP::Simple
lwp-request
lwp-trivial
Magnet
magpie-crawler
Majestic-SEO
MarkMonitor
MarkWatch
Masscan
Mata Hari
MauiBot
meanpathbot
MeanPath Bot
Mediatoolkitbot
mediawords
MegaIndex.ru
Metauri
MFC_Tear_Sample
Microsoft Data Access
Microsoft URL Control
MIDown tool
Mister PiX
MIIxpc
Mojeek
Mr.4x3
Msrabot
muhstik-scan
Musobot
Name Intelligence
Nameprotect
NearSite
Nessus
NetAnts
Navroad
Needle
Netcraft
NetMechanic
NetSpider
Nettrack
Netvibes
NextGenSearchBot
NICErsPRO
Niki-bot
Nikto
NimbleCrawler
Nimbostratus
Nmap
Octopus
Offline Explorer
OrangeSpider
PageGrabber
Offline Navigator
OnCrawl
Openfind
Openvas
OutclicksBot
page scorer
PageScorer
Papa Foto
Pavuk
PHPCrawl
Picsearch
PictureFinder
Pimonster
Pi-Monster
Pixray
PleaseCrawl
plumanalytics
Pockey
POE-Component-Client-HTTP
Probethenet
ProPowerBot
Psbot
PxBroker
PyCurl
Quick-Crawler
ProWebWalker
QueryN Metasearch
RankActive
RankingBot
Rankivabot
RealDownload
RebelMouse
Recorder
RedesScrapy
s1z.ru
ScanAlert
RankurBot
ReGet
SalesIntelligent
SBIder
Scanbot
scan.lol
ScoutJet
SearchmetricsBot
Semrush
SemrushBot
Scrapy
ScreenerBot
SEOkicks-Robot
SEOlyticsCrawler
seoscanners
SeoSiteCheckup
SEOstats
serpstatbot
sexsearcher
Siphon
Sitebeam
SiteExplorer
Siteimprove
SiteLockSpider
SiteSnagger
SlySearch
SmartDownload
SMTBot
Snoopy
Sociscraper
Sosospider
Sogou web spider
Sottopop
Spanner
Spbot
Spinn3r
SputnikBot
spyfu
Sqlmap
Sqlworm
Sqworm
Steeler
Stripper
Sucuri
SuperBot
SuperHTTP
Surfbot
Suzuran
Swiftbot
tAkeOut
Telesoft
Telesphoreo
Telesphorep
The Intraformant
Thumbor
T8Abot
TeleportPro
TightTwatBot
Titan
Toata
Tracemyfile
Trendiction
trendiction.de
True_Robot
Turingos
Turnitin
trendiction.com
TurnitinBot
Twice
Upflow
TwengaBot
URLy Warning
URLy.Warning
VCI
Vacuum
Vagabondo
VB Project
VeriCiteCrawler
VidibleScraper
VoidEYE
Wallpapers/3.0
WallpapersHD
WASALive-Bot
WebAuto
Web Auto
Webalta
WebCollage
WebCopier
WEBDAV
Web Fetch
WebFuck
Web Fuck
WebGo IS
WebImageCollector
WebmasterWorldForumBot
webmeup-crawler
Web Pix
WebSauger
WebReaper
Webshag
WebsiteExtractor
Website Quester
Webster
WebStripper
Web Sucker
Web Sucker
WebWhacker
Widow
WinHTTrack
WebZIP
Whack
Who.is Bot
WISENutbot
Wonderbot
Woobot
Wprecon
WPScan
WWW-Collector-E
WWW::Mechanize
WWWOFFLE
x22Mozilla
Xaldon WebSpider
xpymep1.exe
YoudaoBot
Zade
zgrab
Zitebot
Zermelo
ZmEu
ZumBot

View file

@ -1,250 +1,250 @@
360Spider
404enemy
80legs
Acunetix
AhrefsBot
ADmantX
AfD-Verbotsverfahren
AIBOT
AiHitBot
Aipbot
Alexibot
Alligator
archive.org_bot
AllSubmitter
Anarchie
ASPSeek
Attach
autoemailspider
Backlink-Ceck
backlink-check
BackStreet
Barkrowler
Battleztar Bazinga
BackDoorBot
Badass
BDFetch
Black Hole
BlackWidow
BLEXBot
Boardreader
Bolt
BuiltBotTough
BunnySlippers
Brandprotect
BuzzSumo
Calculon
CATExplorador
CheeseBot
CazoodleBot
CCBot
CherryPicker
ChinaClaw
Chlooe
Claritybot
CheTeam
Cliqzbot
Cloud mapping
Collector
com.plumanalytics
Copier
coccocbot-web
Cogentbot
CopyRightCheck
Copyscape
Cosmos
Craftbot
crawl.sogou.com
Curious
crawler4j
CrazyWebCrawler
Crescent
CSHttp
Custo
DatabaseDriverMysqli
DBLBot
demandbase-bot
Deusu
Devil
Digincore
Dirbuster
Discoverybot
DomainSigmaCrawler
Dotbot
Dragonfly
DigitalPebble
Disco
DittoSpyder
DnyzBot
DomainStatsBot
Download Wonder
Drip
DSearch
DTS Agent
EasyDL
EirGrabber
EMail Siphon
EroCrawler
eCatch
evc-batch
Evil
Exabot
Express WebPictures
Extreme Picture Finder
FemtosearchBot
Extractor
EyeNetIE
Ezooms
facebookscraper
FHscan
Firefox/7.0
Flunky
FlashGet
Foobot
Fyrebot
Genieo
GermCrawler
Freeuploader
FrontPage
FyberSpider
GalaxyBot
Getintent
GetWeb
GetRight
Gigablast
Gigabot
G-i-g-a-b-o-t
Gotit
Go!Zilla
Grabber
GrabNet
GrapeFX
GrapeshotCrawler
GT::WWW
Haansoft
Harvest
Heritrix
Havij
HMView
HTMLparser
HTTP::Lite
HTTrack
Humanlinks
Iblog
IDBot
IlseBot
Image Fetch
IndeedBot
Indy Library
InfoTekies
IRLbot
Iskanie
instabid
Intelliseek
InterGET
internetVista monitor
IstellaBot
Jbrofuzz
JennyBot
JOC Web Spider
Jorgee
JustView
JetCar
Jyxobot
Kenjin Spider
Keyword Density
LeechFTP
Lftp
Lanshanbot
LeechGet
Libwhisker
Likse
LinkpadBot
LinkWalker
LinqiaMetadataDownloaderBot
Litemage_walker
LinkextractorPro
LinkScan
LinqiaScrapeBot
LNSpiderguy
Ltx71
lwp-request
lwp-trivial
Majestic12
MarkWatch
Mass Downloader
meanpathbot
LWP::Simple
Magnet
Mag-Net
magpie-crawler
Meanpathbot
MeanPath Bot
mediawords
MIIxpc
Microsoft URL Control
Mister PiX
MJ12bot
Mojeek
MSFrontPage
Msrabot
muhstik-scan
Musobot
MS Web Services Client Protocol
Name Intelligence
NearSite
Nameprotect
Navroad
Needle
Nessus
Netcraft
netEstate NE Crawler
NetSpider
NetLyzer
Nettrack
Netvibes
NetZIP
NextGenSearchBot
NICErsPRO
Niki-bot
NimbleCrawler
Nikto
Nimbostratus
Nmap
Nutch
oBot
Octopus
Offline Navigator
OnCrawl
OpenLinkProfiler
Openvas
OpenVAS
OrangeBot
OrangeSpider
OutclicksBot
OutfoxBot
PageGrabber
page scorer
PageScorer
Pandalytics
Panscient
Pavuk
pcBrowser
PECL::HTTP
PeoplePal
Picsearch
PictureFinder
PHPCrawl
Picscout
PleaseCrawl
plumanalytics
Pockey
POE-Component-Client-HTTP
Probethenet
ProPowerBot
Psbot
Pump
PxBroker
PyCurl
Quick-Crawler
RankActive
Reaper
RankFlex
RankingBot
RankingBot2
RealDownload
RebelMouse
RedesScrapy
Recorder
Ripper
RocketCrawler
Rogerbot
s1z.ru
SalesIntelligent
SBIder
ScanAlert
Scanbot
scan.lol
Scrapy
Searchestate
SearchmetricsBot
SemrushBot
SEOkicks
SEOkicks-Robot
Seomoz
SEOprofiler
SeoSiteCheckup
SEOstats
serpstatbot
Siphon
SiteLockSpider
Sitebeam
Siteimprove
SiteSnagger
Site Sucker
SlySearch
Sitevigil
SmartDownload
SMTBot
SocialRankIOBot
Sogou web spider
Sottopop
Spammen
SpankBot
sp_auditbot
Snake
Snoopy
Sosospider
SpaceBison
Spanner
Spbot
Spinn3r
SputnikBot
spyfu
Sqworm
Sucker
Sqlmap
Sqlworm
SuperBot
SuperHTTP
Surfbot
Suzuran
SurveyBot
sysscan
T0PHackTeam
T8Abot
Teleport
Telesphorep
The Intraformant
Thumbor
Szukacz
tAkeOut
TheNomad
TightTwatBot
Titan
Toata
Toweyabot
Trendiction
trendiction.com
Trendictionbot
trendiction.de
TwengaBot
Typhoeus
UnisterBot
URLy Warning
URLy.Warning
VeriCiteCrawler
Virusdie
VoidEYE
Voil
Voltron
WallpapersHD
Webalta
Web Auto
WebBandit
Web Collage
Web Collage
WebEnhancer
Web Fetch
Web Fuck
WebImageCollector
WebmasterWorldForumBot
Web Enhancer
WebGo IS
WebLeacher
webmeup-crawler
WebPix
Web Sauger
WebReaper
Webshag
WebsiteExtractor
Website Quester
Website Quester
Webster
WebStripper
Web Sucker
Whack
Who.is Bot
WebWhacker
Widow
WISENutbot
Wotbox
Wonderbot
Woobot
WPScan
WWW-Mechanize
WWWOFFLE
WWW-Collector-E
WWW::Mechanize
x09Mozilla
x22Mozilla
xpymep1.exe
Xaldon_WebSpider
YoudaoBot
Zade
Zauba
zauba.io
Zeus
zgrab
ZmEu

View file

@ -1,100 +1,100 @@
5u.com
abcdefh.xyz
alfa9.com
algarveglobal.com
1-free-share-buttons.com
1millionusd.xyz
20pascals.nl
2nt.ru
40cg.com
57883.net
aadroid.net
amigobulls.com
apispringsmartne-a.akamaihd.net
artel116.ru
avek.ru
baixar-musicas-gratis.com
bedcapdealers.com
blpmovies.com
canoncdriverq3.pen.io
checkm8.com
clodo.ru
cs-passion.pl
dbmkfhqk.bloger.index.hr
dekoration.us
diamond-necklace.info
digilander.libero.it
dnepropetrovsk.mistr-x.org
downloaddy.net
e-collantes.com
elitedollars.com
appfastplay.com
aviva-limoux.com
baksman.com
baoxaydung.com.vn
bingoporno.com
bobinoz.com
braintobe.win
brimstonehillfortress.org
buynorxx.com
c1.onedmp.com
cheapcigarettesc.info
cheapjerseysbizwholesale.us
cheapmoncler.win
cl.s7.exct.net
compliance-nelson.top
customergrowthsystems.com
daptravel.com
detskie-konstruktory.ru
erot.co
everytalk.tv
fandlr.com
favornews.com
findclan.org
fm-upgrade.ru
foxweber.com
fxtips.ru
gamewrath.com
gamezblox.com
girlgamerdaily.com
gotomontenegro.net
guardlink.com
h2monline.com
handicapbathtubarea.com
hotloans.ru
icaseclub.ru
img.wallpaperstock.net
innodgfdriverhm.aircus.com
internetproviderstucson.com
kamen-e.ru
kazrent.com
kiwe-analytics.com
koptims.tiu.ru
kretpicf.pw
kursy-ege.ru
liquimondo.com
lombia.com
magda-gadalka.ru
maranbrinfo.com.br
matchpal-a.akamaihd.net
mobilierland.com
monclerjacketsoutlet.pw
more-letom.ru
mrbojikobi4.biz
msfsaar.de
my-floor.in.ua
ngps1.ru
paphoselectricianandplumber.com
parajumpersstore.online
partnerads.men
petsblogroll.com
picsfair.com
pokerniydom.ru
pontiacsolstice.info
pornokajf.com
pornowarp.info
rootandroid.org
rvzr-a.akamaihd.net
expolicenciaslatam.co
familyholiday.ml
fickkontakte.org
foto-weinberger.at
fotoxxxru.com
garciniaxt.us
gepezz.info
golden-praga.ru
goodwriterssales.com
hesteel.pl
howtoclean.club
intellekt21.ru
intellektmedia.at
iwanttodeliver.com
kino-filmi.com
locimge.pw
map028.com
marblestyle.ru
mediafresh.online
medicinacom.ru
medicineseasybuy.com
mesto-x.com
monclervests.xyz
moyaterapiya.ru
mydirtystuff.com
myfreetutorials.com
najaden.no
nicovideo.jp
okroshki.ru
open-odyssey.org
ourville.info
panouri-solare-acoperis.com
petedrummond.com
phpdevops.com
picture-group.com
pornokorol.com
privatefx-in.ru
pussyspace.net
qwesa.ru
raavidesigns.com
rank-checker.online
roofers.org.uk
sad-torg.com.ua
scanner-george.top
scanspyware.net
seeingmeerkat.com
seo-traffic-ranking.info
shariki-zuma-lines.ru
simple-share-buttons.com
sims-sims.ru
solicita.info
space4updating.win
t-bygg.com
time-japan.ru
traderzplanet.in
tuckermktg.com
u555u.info
uogonline.com
uptime-as.net
uptimebot.net
viagengrarx.com
video-production.com
vipsexfinders.com
viteonlusarezzo.it
wdrake.com
weburok.com
whatzmyip.net
ww1943.ru
xn--80aanaardaperhcem4a6i.com
xtubeporno.net
yoopsie.com
zazagames.org
znakomstva-piter78.ru
serpstat.com
sibtest.ru
small-games.biz
soaksoak.ru
spbchampionat.ru
staff.prairiesouth.ca
tarad.com
toys.erolove.in
trudogolik.net
tvand.ru
tvoystartup.ru
tzritel.tk
ukrobstep.com
url2image.com
userequip.com
vesnatehno.ru
videokrik.net
vipms.ru
vitanail.ru
voluumtracker1.com
vsdshnik.com
wholinkstome.com
win-spy.com
x-stars.ru
xtraffic.plus
zagadki.in.ua
zrelaya.pw

File diff suppressed because it is too large Load diff

View file

@ -1,250 +1,250 @@
108shot.com
1bet.com
007angels.com
03p.info
100dollars-seo.com
123movies.love
2015god.org
21h2o.com
2drittel.de
4inn.ru
aa9d046aab36af4ff182f097f840430d51.com
aasoldes.fr
abwa.tk
academia-nsk.org
adanih.com
adinterax.com
adnotbad.com
adtech.fr
advertisingtag.net
agreda.pluto.ro
all4invest.info
allcredits.su
alltheviews.com
allwidewallpapers.com
animalrank.com
anticrawler.org
approvedlocal.co.za
asrv-a.akamoihd.net
5forex.ru
72-news.com
absolute-s.ru
absugars.com
acortarurl.es
admitad.com
adultnet.in
airmaxshoes-2016.com
alert-jdh.xyz
alot.com
am15.net
amateurmatch.com
apifasterlightin-a.akamaihd.net
a.pr-cy.ru
arabseyes.com
arraty.altervista.org
autobrennero.it
aviav.ru
avramstroy.ru
ayanaspa.com
azadnegar.com
balook.com
bang-hotties.com
beauty-b0x.pl
bestcalovebracelet.cn
big-boards.info
boazpower.com
bochemit.com.ua
bonzibuddi.com
bookmaker-bet.com
bosefux.esy.es
brianhenry.co
business-made-fun.com
buzz-porno.info
callmd5map.com
carsplate.com
cenoval.ru
c-gainsbourg.com
chimiver.info
christianlouboutinsaleoutletonline.us
cialisovercounteratwalmartusa.com
cleanallspyware.com
clickso.com
clksite.com
club-lukojl.ru
compliance-fred.xyz
compliance-george.top
converse.ddsoldes.fr
cpabegins.ru
cranly.net
culmimg.pw
dailyrank.net
dealwifi.com
den-noch24.ru
deshevo-nedorogo.ru
directivepub.com
directrev.com
divku.ru
dogoimage.com
drhomes.biz
drunkmoms.net
e-c.al
ekobata.ru
emergencyneeds.org
englate.com
escort-russian.com
escortslet.net
euromasterclass.ru
everytalk.tv
evrotekhservis.ru
extlabs.io
ezigarettenkaufen2.dreamwidth.org
f07.de
falllow.gq
famix.xyz
fefo.gdn
fenoyl.batcave.net
fickkontaktehobbyhuren.com
finansov.info
finejewelryshop.ru
finemanteam.com
finuse.com
foto-sisek.porngalleries.top
fototravel.eu
free-share-buttons.com
freshberry.com.ua
galeria-zdjec.com
gelezki.com
generalporn.org
glall.ru
gobongo.info
graphid.com
handicapvansarea.com
hanink.biz.ly
hatedriveapart.com
hdhc.ru
hdpixent.com
heatpower.ru
hermesreplica.win
highspeed5.net
hit-men.men
honyaku.yahoofs.jp
igadgetsworld.com
igithab.com
iinstalll-fii1leis.jus0wil.pp.ua
immobiliaremassaro.com
internetproviderstucson.com
invitefashion.com
iplogger.org
iqs.biz.ua
jose.mulinohouse.co
azartmix.com
backuperwebcam.weebly.com
baditri.com
balkanfarma.ru
bambi.ck.ua
best-coupon-offer.com
bestmobilityscooterstoday.com
bestofpicture.com
bezlimitko.xyz
bio.trade-jp.net
birzha-truda.eu
bitcoins-live.ru
bongiornos.info
bonky.biz
brainzpod.win
brandov.ru
cand.jp
cardsdumps.com
cartierloveringreplica.xyz
cbozhe.com
cenokos.ru
checkhit.com
checkm8.com
cityadspix.com
clickbank.net
collegerentals.com
compliance-josh.top
compliance-mark.top
com-secure.download
contextualyield.com
cookie-law-enforcement-ee.xyz
cookie-law-enforcement-ff.xyz
counterbot.com
danashop.ru
delayreferat.ru
descargar-musica-gratis.net
docstoc.com
domashneeruporno.com
doyouknowtheword-flummox.ml
eluxer.net
enternet.ee
expertblog.info
extener.org
extremez.net
eyes-on-you.ga
ezigarettekaufen2.mpbloggar.se
ezrvrentals.com
facebook-mobile.xyz
falcoware.com
fashion-mk.net
fickblock18.com
fickenbumsen.net
filesvine.com
filmi-onlain.info
flex4launch.ru
floridahuntingfishingadventures.com
forex21.ru
foxtechfpv.com
freelifetimefuckbook.com
fz139.ttk.ru
gcup.ru
germetiki.com.ua
given2.com
gk-atlant.info
gne8.com
goldenggames.com
golmau.host.sk
goodhousekeeping.com
gwebtools.com
gwhwpxbw.bloger.index.hr
handicapvantoday.com
hawaiielectriclight.com
hcate.com
hentaiheroes.com
howlongdoestizanidinestayinyoursystem.blogspot.com
https-legalrc.biz
ilikevitaly.com
indo-export.ru
infodocsportal.com
iqoption.pro
istanbulit.com
javstock.com
jetsli.de
jewelryandfiligree.com
kakablog.net
kamorel.com
keywesthideaways.co
keywordsking.com
kongoultry.net
kongruan.com
konica.kz
krafte.ru
krasivoe-hd.com
kerwinandcariza.com
kinohit1.ru
klumba55.ru
komp-pomosch.ru
kreativperlen.ch
kutikomi.net
lakomka.com.ua
law-check-nine.xyz
laxob.com
lancheck.net
landreferat.ru
laxdrills.com
legionalpha.com
letsrepair.in
livejasmin.com
lyrics.home-task.com
mansparskats.com
markjaybeefractal.com
max-p.men
meble-bogart.info
medicines-choice.com
meds-online24.com
lesbian.xyz
locustdesign.co
lombia.com
lonely-mature.com
louboutinreplica.xyz
louboutinshoes.xyz
mapquestz.us
mcadamssupplyco.com
mcar.in.ua
megavolt.net.ua
menetie.ru
mitrasound.ru
mex-annushka.ru
minneapoliscopiers.com
moncleroutletonline.win
moneyviking-a.akamaihd.net
montazhnic.ru
morepoweronmac.trade
mrbojikobi4.biz
mydeathspace.com
naphukete.ru
nash-krym.info
negociosdasha.com
newhairstylesformen2014.com
novgorod.xrus.org
novosibirsk.xrus.org
obsessionphrases.com
ochistka-stokov.ru
o-dachnik.ru
offtime.ru
onefilms.net
onemactrckr.com
pc4download.co
pensplan.com
perosan.com
picturesboss.com
platinumdeals.gr
pornodojd.ru
pravoholding.ru
privat-girl.net
profitkode.com
profitsport.club
pro-tec.kz
push-ad.com
quangcaons.com
randalljhoward.com
ranksays.com
recordpage-a.akamaihd.net
redhotfreebies.co.uk
regdefense.com
remont-ustanovka-tehniki.ru
rentalcarnavi.info
resant.ru
rewardpoll.com
robertefuller.com
rosbalt.com.ua
rusexy.xyz
rus-pornuha.com
rusprostitute.com
russintv.fr
samara.rosfirm.ru
santechnik.jimdo.com
scanner-mark.top
scenicmissouri.us
sdsjweb.com
servethis.com
sexblog.pw
smadihome.com
snsdeainavi.info
socialmonkee.com
socialtrade.biz
softomix.net
spb.afora.ru
stairliftstrue.com
star61.de
starpages.net
stromerrealty.com
students-cheapskate.ml
styro.ru
suhanpacktech.com
superiends.org
taqywu51.soup.io
thebestphotos.eu
moneyzzz.ru
moonci.ru
moyakuhnia.ru
musicktab.com
musicstock.me
naperehresti.info
nardulan.com
neodownload.webcam
nicefloor.co.uk
nikitsyringedrivelg.pen.io
nootrino.com
novosti-hi-tech.ru
nucia.biz.ly
nuup.info
obuv-kupit.ru
oneminutesite.it
page2rss.com
partnerads.men
pdamods.ru
photochki.com
photokitchendesign.com
pierrehardysale.online
pons-presse.com
porndl.org
pornhub-ru.com
porto.abuilder.net
pourvous.info
privatefx.all4invest.info
producm.ru
profitwithalex.info
pronorm.fr
py100.ru
rankingchart.de
realnye-otzyvy.info
real-time-analytics.com
recipedays.com
reeyanaturopathy.com
refudiatethissarah.info
rethinkwasteni.info
royalads.net
ruclicks.com
saratov.xrus.org
sbricur.com
scripted.com
searchlock.com
searchwebknow-a.akamaihd.net
search.xtconnect.com
seo-2-0.com
seorankinglinks.com
serving.adbetclickin.pink
sex-sex-sex5.com
ship-marvel.co.ua
shitmovs.com
smokewithrabbits.com
snow.nvr163.com
social-button.xyz
socialsignals24.com
sockshare.net
sortthemesitesby.com
spravka130.ru
spy-sts.com
stanthonyscatholicchurch.org
stop-gepatit.te.ua
storehouse.ua
surintech.ac.th
tacbelarus.ru
takethatad.com
tattooreligion.ru
taximytishi.ru
telefonsexsofort.tk
textads.men
thefotosgratis.eu
thepantonpractice.co.uk
tizanidinehcl2mgtablet.blogspot.com
tizanidinesideeffectsweightloss.blogspot.com
tobeyouday.win
toonfamilies.net
trafaret74.ru
trainoffend.ml
traxdom.ru
treasuretrack-a.akamaihd.net
tsan.net
typer.one
ucoz.ru
ucsol.ru
unacittaconte.org
unimodemhalfduplefw.pen.io
universals.com.ua
videogamesecrets.com
video--production.com
videtubs.pl
vip-dom.in
vip-file.com
vkontaktemusic.ru
vodaodessa.com
vostoktrade.info
vriel.batcave.net
vseuznaem.com
wallpaperstock.net
wareseeker.com
xblog.in
xn--80aaafbn2bc2ahdfrfkln6l.xn--p1ai
xn--80aanaardaperhcem4a6i.com
xn--d1aifoe0a9a.top
xn--lifehacer-1rb.com
xxxkaz.org
xzlive.com
youtoner.it
yun56.co
tizanidineformigraines.blogspot.com
top10registrycleaners.com
topclickguru.com
torrents-tracker.com
tozup.com
tracxn.com
traderzplanet.in
trafficmania.com
try-rx.com
tversvet.ru
tytoona.com
umaseh.com
upupa.net
v24s.net
videositename.com
viel.su
vipromoffers.com
vzlom-na-zakaz.com
wdfdocando.com
webextract.profound.net
webmasters.stackexchange.com
webmonetizer.net
weclipart.com
wejdz-tu.pl
win-spy.com
worst-sites.online
wpthemedetector.co.uk
wsgames.ru
xn-----8kcatubaocd1bneepefojs1h2e.xn--p1ai
xn----9sbubg3ambdfl1j.xn--p1ai
xn----dtbndd4ae7eub.top
xn--hxazdsfy.blogspot.com
xnxx-n.com
xtrafficplus.com
yaaknaa.info
yellowstonesafaritours.com
yoopsie.com
youraticles.pl
zapiszto.pl
zeleznobeton.ru
zigarettenonl.canalblog.com
zhongwenlink.com
znaniyapolza.ru
zs2vm.top

View file

@ -1,2 +1,2 @@
34.68.144.114 0;
35.184.226.236 0;
127.0.0.1 0;

Binary file not shown.

Binary file not shown.

View file

@ -4,7 +4,7 @@
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
_______________
#### Version: V4.2019.06.1653
#### Version: V4.2019.06.1654
#### Bad Referrer Count: 6713
#### Bad Bot Count: 556
____________________

View file

@ -4,7 +4,7 @@
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
_______________
#### Version: V4.2019.06.1653
#### Version: V4.2019.06.1654
#### Bad Referrer Count: 6713
#### Bad Bot Count: 556
____________________

View file

@ -11,7 +11,7 @@
##### 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 from ever reaching your web sites. [PLEASE SEE: Definition of Bad Bots](#define-bad-bots)
_______________
#### Version: V4.2019.06.1653
#### Version: V4.2019.06.1654
#### Bad Referrer Count: 6713
#### Bad Bot Count: 556
____________________

View file

@ -3,7 +3,7 @@
# EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM
_______________
#### Version: V4.2019.06.1653
#### Version: V4.2019.06.1654
#### Bad Referrer Count: 6713
#### Bad Bot Count: 556
____________________

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2019.06.1653
### Updated: Thu Jun 27 16:40:14 SAST 2019
### Version: V4.2019.06.1654
### Updated: Fri Jun 28 11:46:36 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2019.06.1653
### Updated: Thu Jun 27 16:40:15 SAST 2019
### Version: V3.2019.06.1654
### Updated: Fri Jun 28 11:46:37 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################
@ -17968,7 +17968,7 @@ geo $ratelimited {
# Rate limiting will only take effect if on any User-Agents with a value of 2
limit_conn_zone $bot_iplimit zone=bot2_connlimit:16m;
limit_req_zone $bot_iplimit zone=bot2_reqlimitip:16m rate=12r/m;
limit_req_zone $bot_iplimit zone=bot2_reqlimitip:16m rate=30r/m;
# ==========================================
# END SECTION 4 - ACTIVATE BLOCKER FUNCTIONS

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2019.06.1653
### Updated: Thu Jun 27 16:40:14 SAST 2019
### Version: V4.2019.06.1654
### Updated: Fri Jun 28 11:46:36 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -6,8 +6,8 @@
### Version Information #
###################################################
### Version: V4.2019.06.1653
### Updated: Thu Jun 27 16:40:17 SAST 2019
### Version: V4.2019.06.1654
### Updated: Fri Jun 28 11:46:38 SAST 2019
### Bad Bot Count: 556
###################################################
### Version Information ##