V4.2019.06.1665 [ci skip]

This commit is contained in:
Travis 2019-06-28 18:26:03 +02:00
parent 702d6ed478
commit a51e15a7fe
59 changed files with 19547 additions and 12068 deletions

View file

@ -1,2 +1,2 @@
104.198.131.58 1;
35.202.145.110 1;
127.0.0.1 1;

View file

@ -1,2 +1,2 @@
104.198.131.58 0;
35.202.145.110 0;
127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2019.06.1663
### Updated: Fri Jun 28 16:02:38 SAST 2019
### Version: V4.2019.06.1665
### Updated: Fri Jun 28 18:20:38 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -1,5 +1,7 @@
server {
# Bad Bot Blocker
# Nginx Bad Bot Blocker Includes
include /etc/nginx/bots.d/ddos.conf;
include /etc/nginx/bots.d/blockbots.conf;

View file

@ -1,2 +1,2 @@
104.198.131.58 1;
35.202.145.110 1;
127.0.0.1 1;

View file

@ -1,2 +1,2 @@
104.198.131.58 0;
35.202.145.110 0;
127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2019.06.1663
### Updated: Fri Jun 28 16:02:38 SAST 2019
### Version: V4.2019.06.1665
### Updated: Fri Jun 28 18:20:38 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -1,5 +1,7 @@
server {
# Bad Bot Blocker
# Nginx Bad Bot Blocker Includes
include /etc/nginx/bots.d/ddos.conf;
include /etc/nginx/bots.d/blockbots.conf;

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: V3.2018.06
### Updated: 2018-08-21
###################################################
### VERSION INFORMATION ##
# 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
@ -54,20 +54,39 @@
# ---------
# EXAMPLES:
# ---------
# "~*\badultgalls\b" 1;
# "~*\bamateurxpass\b" 1;
# "~*\bbigblackbooty\b" 1;
# "~*\bblacktits\b" 1;
# "~*\bcookie\-law\-enforcement\b" 1;
# "~*\bfree\-share\-buttons\b" 1;
# "~*\bfree\-social\-buttons\b" 1;
# "~*\bfuck\-paid\-share\-buttons\b" 1;
# "~*\bilovevitaly\b" 1;
# "~*\blaw\-enforcement\-bot\b" 1;
# "~*\blaw\-enforcement\-check\b" 1;
# "~*\bshare\-buttons\-for\-free\b" 1;
# "~*\bwebfuck\b" 1;
# "~*\bxxxrus\b" 1;
# "~*\bzeroredirect\b" 1;
# "~*(?:\b)adultgalls(?:\b|)" 1;
# "~*(?:\b)amateurxpass(?:\b|)" 1;
# "~*(?:\b)bigblackbooty(?:\b|)" 1;
# "~*(?:\b)blacktits(?:\b|)" 1;
# "~*(?:\b)cookie\-law\-enforcement(?:\b|)" 1;
# "~*(?:\b)free\-share\-buttons(?:\b|)" 1;
# "~*(?:\b)free\-social\-buttons(?:\b|)" 1;
# "~*(?:\b)fuck\-paid\-share\-buttons(?:\b|)" 1;
# "~*(?:\b)ilovevitaly(?:\b|)" 1;
# "~*(?:\b)law\-enforcement\-bot(?:\b|)" 1;
# "~*(?:\b)law\-enforcement\-check(?:\b|)" 1;
# "~*(?:\b)share\-buttons\-for\-free(?:\b|)" 1;
# "~*(?:\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,11 +1,11 @@
# EDIT THIS FILE AS YOU LIKE TO ADD OR REMOVE ANY BAD IP ADDRESSES OR IP RANGES YOU WANT TO BLOCK ###
### VERSION INFORMATION #
###################################################
### Version: V3.2018.07
### Updated: 2018-08-06
###################################################
### VERSION INFORMATION ##
# VERSION INFORMATION #
#----------------------
# Version: V4.2019.09
# Updated: 2019-06-28
#----------------------
# VERSION INFORMATION #
##############################################################################
@ -32,8 +32,10 @@
# 111.111.111.111 1;
# -------------------------------------------
# Cyveillance / Qwest Communications / PSINET
# *******************************************
# -------------------------------------------
# I am extensively researching this subject - appears to be US government involved
# and also appears to be used by all sorts of law enforcement agencies. For one they
# do not obey robots.txt and continually disguise their User-Agent strings. Time will
@ -72,9 +74,9 @@
65.222.176.96/27 0;
65.222.185.72/29 0;
# ****************
# ---------------
# Berkely Scanner
# ****************
# ---------------
# The Berkeley University has a scanner testing all over the web sending a complex
# payload an expecting a reply from servers who are infected or who just respond to such
@ -89,3 +91,13 @@
# If you really do want to block them change all the 0 below to 1.
169.229.3.91 0;
# ------------
# MY BLACKLIST
# ------------
# 111.111.111.111 1;
# NOTE: If you blacklist your own IP by mistake whitelist-ips.conf will completely over-ride this.
# whitelist-ips.conf will always WIN and over-ride anything here and in the blocker

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
# ****************************************************************************************************
### VERSION INFORMATION #
###################################################
### Version: V3.2018.05
### Updated: 2018-08-21
###################################################
### VERSION INFORMATION ##
# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR USER-AGENTS
# VERSION INFORMATION #
#----------------------
# Version: V4.2019.07
# Updated: 2019-06-28
#----------------------
# VERSION INFORMATION #
##############################################################################
# _ __ _ #
@ -38,25 +40,40 @@
# 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
# ---------------------
# WHITELISTING EXAMPLES
# ---------------------
# "~*\bsomeverygooduseragentname1\b" 0;
# "~*\bsomeverygooduseragentname2\b" 0;
# "~*\bsome\-very\-good\-useragentname2\b" 0;
# "~*(?:\b)someverygooduseragentname1(?:\b|)" 0;
# "~*(?:\b)someverygooduseragentname2(?:\b|)" 0;
# "~*(?:\b)some\-very\-good\-useragentname2(?:\b|)" 0;
# ---------------------
# BLACKLISTING EXAMPLES
# ---------------------
# "~*\bsomeverybaduseragentname1\b" 3;
# "~*\bsomeverybaduseragentname2\b" 3;
# "~*\bsome\-very\-bad\-useragentname2\b" 3;
# "~*(?:\b)someverybaduseragentname1(?:\b|)" 3;
# "~*(?:\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,12 +1,11 @@
# Author: Mitchell Krog <mitchellkrog@gmail.com> - https://github.com/mitchellkrogza/
### VERSION INFORMATION #
###################################################
### Version: V3.2017.02
### Updated: Mon Aug 21 11:29:32 SAST 2017
###################################################
### VERSION INFORMATION ##
# Author/Copyright: Mitchell Krog <mitchellkrog@gmail.com> - https://github.com/mitchellkrogza/
# VERSION INFORMATION #
#----------------------
# Version: V4.2019.04
# Updated: 2019-06-28
#----------------------
# VERSION INFORMATION #
##############################################################################
# _ __ _ #
@ -21,6 +20,7 @@
##############################################################################
# Include this in a vhost file within a server {} block using and include statement like below
# Place it near the top of your server {} block before any location / statements and it will block everywhere on your site.
# server {
# #Config stuff here
@ -31,33 +31,55 @@
#######################################################################
# BOTS
# ****
# -----------------------------------
# OVER-RIDE BLOCKER / SUPER WHITELIST
# -----------------------------------
# In this block you can allow any IP address specified here to over-ride any bad bot or IP blocking of the blocker.
# This is useful for testing or allowing only specific IP's (ie. Internal ranges) to never be blocked.
# More IP's can be added example > "(127.0.0.1)|(192.168.0.1)|(192.168.1.1)"
# If you even blacklisted 127.0.0.1 or your own IP by giving it a value of 1 in any of the includes, this will over-ride that block.
# UNCOMMENT THE NEXT 4 LINES TO ACTIVATE THE SUPER WHITELIST
#if ($remote_addr ~ "(127.0.0.1)|(192.168.0.1)" ) {
#set $bad_bot '0'; #Uncommenting this line will disable bad_bots functionality for specified IP(s)
#set $validate_client '0'; #Uncommenting this line will disable validate_client ip blocking functionality for specified IP(s)
#}
# --------------
# BLOCK BAD BOTS
# --------------
# Section bot_1 Unused
#limit_conn bot1_connlimit 100;
limit_conn bot2_connlimit 10;
#limit_req zone=bot1_reqlimitip burst=50;
limit_conn bot2_connlimit 10;
limit_req zone=bot2_reqlimitip burst=10;
if ($bad_bot = '3') {
return 444;
}
# BAD REFER WORDS
# ***************
# ---------------------
# BLOCK BAD REFER WORDS
# ---------------------
if ($bad_words) {
return 444;
}
# ------------------
# BLOCK BAD REFERERS
# ------------------
# REFERERS
# ********
if ($bad_referer) {
return 444;
}
# IP BLOCKS
# *********
# -----------------------------
# BLOCK IP ADDRESSES and RANGES
# -----------------------------
if ($validate_client) {
return 444;
}
#######################################################################

View file

@ -1,11 +1,13 @@
# EDIT THIS FILE AS YOU LIKE TO ADD ANY ADDITIONAL BAD REFERRER DOMAINS YOU WANT TO SCAN FOR ###
### VERSION INFORMATION #
###################################################
### Version: V3.2018.05
### Updated: 2018-08-21
###################################################
### VERSION INFORMATION ##
# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR REFERRERS and DOMAINS
# VERSION INFORMATION #
#----------------------
# Version: V4.2019.08
# Updated: 2019-06-28
#----------------------
# VERSION INFORMATION #
##############################################################################
# _ __ _ #
@ -39,10 +41,22 @@
# EXAMPLES:
# ---------
# BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED
# "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist1\.com\b" 1;
# "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist2\.com\b" 1;
# "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist3\.com\b" 1;
# "~*\bsome\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com\b" 1;
# "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist1\.com(?:\b|)" 1;
# "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist2\.com(?:\b|)" 1;
# "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist3\.com(?:\b|)" 1;
# "~*(?:\b)some\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com(?:\b|)" 1;
# ------------
# MY WHITELIST
# ------------
# "~*(?:\b)mywebsite\.com(?:\b|)" 0;
# ------------
# MY BLACKLIST
# ------------
# "~*(?:\b)someotherwebsite\.com(?:\b|)" 1;

View file

@ -2,8 +2,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2017.01
### Updated: Sun Jan 29 11:35:32 SAST 2017
### Version: V4.2019.02
### Updated: 2019-06-24
###################################################
### VERSION INFORMATION ##

View file

@ -1,11 +1,11 @@
# EDIT THIS FILE AS YOU LIKE TO WHITELIST YOUR OWN DOMAIN NAMES AND SPARE THEM FROM ANY REFERRER CHECKING ###
### VERSION INFORMATION #
###################################################
### Version: V3.2018.04
### Updated: 2018-08-21
###################################################
### VERSION INFORMATION ##
# VERSION INFORMATION #
#----------------------
# Version: V4.2019.07
# Updated: 2019-06-28
#----------------------
# VERSION INFORMATION #
##############################################################################
# _ __ _ #
@ -39,7 +39,19 @@
# ---------
# EXAMPLES:
# ---------
# "~*\bmyfirstowndomainname\.com\b" 0;
# "~*\bmy\-second\-owndomainname\.com\b" 0;
# "~*(?:\b)myfirstowndomainname\.com(?:\b|)" 0;
# "~*(?:\b)my\-second\-owndomainname\.com(?:\b|)" 0;
# ------------
# MY WHITELIST
# ------------
# NOTE: This file can also blacklist by giving something a value of 1
# but rather please do your blacklisting in the custom-bad-referrers.conf include file.
# NOTE: If you whitelist your own domain here, any words in bad-referrer-words.conf will not be effective if the attacker passes your own domain name in the referrer string.
# SEE NOTES: in bad-referrer-words.conf

View file

@ -1,11 +1,11 @@
# EDIT THIS FILE AS YOU LIKE TO WHITELIST ALL YOUR IP ADDRESSES AND IP RANGES ###
### VERSION INFORMATION #
###################################################
### Version: V3.2018.03
### Updated: 2018-08-21
###################################################
### VERSION INFORMATION ##
# VERSION INFORMATION #
#----------------------
# Version: V4.2019.05
# Updated: 2019-06-28
#----------------------
# VERSION INFORMATION #
##############################################################################
# _ __ _ #
@ -32,6 +32,18 @@
# ---------
# 111.111.111.111 0;
# ------------
# MY WHITELIST
# ------------
35.202.145.110 0;
35.184.226.236 0;
# ------
# NOTES:
# ------
# - This file rules over any other other parts of the IP blocking.
# - If you blacklisted your own IP in blacklist-ips.conf whitelisting it here will over-ride the blacklisting.
# - 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.
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
35.193.7.13 0;
104.154.120.187 0;

View file

@ -13,8 +13,10 @@
# Version 1.1
# ! new directives also to be added to include_filelist.txt ! #
server_names_hash_bucket_size 128;
server_names_hash_bucket_size 256;
server_names_hash_max_size 4096;
variables_hash_max_size 4096;
variables_hash_bucket_size 4096;
limit_req_zone $binary_remote_addr zone=flood:50m rate=90r/s;
limit_conn_zone $binary_remote_addr zone=addr:50m;

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,7 @@
server {
# Bad Bot Blocker
# Nginx Bad Bot Blocker Includes
include /usr/local/nginx/bots.d/ddos.conf;
include /usr/local/nginx/bots.d/blockbots.conf;
@ -8,6 +10,7 @@ server {
root /var/www/html;
server_name localhost;
charset UTF-8;
index index.html;
location / {
root /var/www/html/;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2019.06.1663
### Updated: Fri Jun 28 16:02:40 SAST 2019
### Version: V3.2019.06.1665
### Updated: Fri Jun 28 18:20:39 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -1,5 +1,7 @@
server {
# Bad Bot Blocker
# Nginx Bad Bot Blocker Includes
include /etc/nginx/bots.d/ddos.conf;
include /etc/nginx/bots.d/blockbots.conf;

View file

@ -1,2 +1,2 @@
35.192.136.167 1;
35.192.85.2 1;
127.0.0.1 1;

View file

@ -1,2 +1,2 @@
35.192.136.167 0;
35.192.85.2 0;
127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2019.06.1663
### Updated: Fri Jun 28 16:02:40 SAST 2019
### Version: V3.2019.06.1665
### Updated: Fri Jun 28 18:20:39 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -1,5 +1,7 @@
server {
# Bad Bot Blocker
# Nginx Bad Bot Blocker Includes
include /etc/nginx/bots.d/ddos.conf;
include /etc/nginx/bots.d/blockbots.conf;

View file

@ -1,2 +1,2 @@
35.192.136.167 1;
35.192.85.2 1;
127.0.0.1 1;

View file

@ -1,2 +1,2 @@
35.192.136.167 0;
35.192.85.2 0;
127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2019.06.1663
### Updated: Fri Jun 28 16:02:40 SAST 2019
### Version: V3.2019.06.1665
### Updated: Fri Jun 28 18:20:39 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -1,5 +1,7 @@
server {
# Bad Bot Blocker
# Nginx Bad Bot Blocker Includes
include /etc/nginx/bots.d/ddos.conf;
include /etc/nginx/bots.d/blockbots.conf;

View file

@ -1,2 +1,2 @@
35.192.136.167 1;
35.192.85.2 1;
127.0.0.1 1;

View file

@ -1,2 +1,2 @@
35.192.136.167 0;
35.192.85.2 0;
127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2019.06.1663
### Updated: Fri Jun 28 16:02:40 SAST 2019
### Version: V3.2019.06.1665
### Updated: Fri Jun 28 18:20:39 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -1,5 +1,7 @@
server {
# Bad Bot Blocker
# Nginx Bad Bot Blocker Includes
include /etc/nginx/bots.d/ddos.conf;
include /etc/nginx/bots.d/blockbots.conf;

View file

@ -1,2 +1,2 @@
104.198.131.58 1;
35.202.145.110 1;
127.0.0.1 1;

View file

@ -1,2 +1,2 @@
104.198.131.58 0;
35.202.145.110 0;
127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2019.06.1663
### Updated: Fri Jun 28 16:02:38 SAST 2019
### Version: V4.2019.06.1665
### Updated: Fri Jun 28 18:20:38 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -1,5 +1,7 @@
server {
# Bad Bot Blocker
# Nginx Bad Bot Blocker Includes
include /etc/nginx/bots.d/ddos.conf;
include /etc/nginx/bots.d/blockbots.conf;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2019.06.1663
### Updated: Fri Jun 28 16:02:40 SAST 2019
### Version: V3.2019.06.1665
### Updated: Fri Jun 28 18:20:39 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2019.06.1663
### Updated: Fri Jun 28 16:02:38 SAST 2019
### Version: V4.2019.06.1665
### Updated: Fri Jun 28 18:20:38 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -1,2 +1,2 @@
35.192.136.167 1;
35.192.85.2 1;
127.0.0.1 1;

View file

@ -1,50 +1,50 @@
Aboundexbot
Alexibot
BackWeb
Bandit
BBBike
BDFetch
BotALot
CherryPicker
ChinaClaw
Collector
Cosmos
Curious
Devil
DTS Agent
EyeNetIE
Internet Ninja
ips-agent
JikeSpider
JustView
LinqiaRSSBot
Litemage_walker
LNSpiderguy
magpie-crawler
Majestic12
MarkWatch
AiHitBot
Attach
BatchFTP
BetaBot
BlackWidow
ExtractorPro
Extreme Picture Finder
FlashGet
Foobot
GalaxyBot
Go!Zilla
GridBot
Harvest
HTTP::Lite
HybridBot
Image Fetch
Image Sucker
IndeedBot
InfoTekies
JamesBOT
Jorgee
Keyword Density
Masscan
MFC_Tear_Sample
MIDown tool
OpenVAS
PageAnalyzer
ProPowerBot
PyCurl
RankActiveLinkBot
ReGet
Scanbot
ScreenerBot
SEOlyticsCrawler
serpstatbot
Snoopy
Metauri
MSFrontPage
muhstik-scan
NearSite
NimbleCrawler
Octopus
OrangeBot
PageGrabber
Pimonster
plumanalytics
Reaper
Recorder
s1z.ru
SemrushBot
SiteLockSpider
SMTBot
SpankBot
sp_auditbot
Sqworm
Sucker
SuperBot
URLy Warning
Web Enhancer
Wotbox
WWW-Mechanize
x09Mozilla
Zade
Zitebot
Sqlworm
tAkeOut
TheNomad
trendiction.com
Twice
Vacuum
WebsiteExtractor
Widow
WWW::Mechanize

View file

@ -1,250 +1,250 @@
Abonti
360Spider
404enemy
Aboundexbot
ADmantX
AfD-Verbotsverfahren
AhrefsBot
Alexibot
AIBOT
Alligator
AllSubmitter
Apexoo
archive.org_bot
AlphaBot
ASPSeek
Attach
autoemailspider
backlink-check
BacklinkCrawler
BackStreet
BackWeb
Badass
BBBike
Battleztar Bazinga
BDFetch
Bitacle
Black Hole
Blackboard
BlackWidow
BLEXBot
Blow
Boardreader
BotALot
Bolt
Brandprotect
Brandwatch
Buddy
BuiltBotTough
Bullseye
BunnySlippers
BuzzSumo
Calculon
CCBot
CheeseBot
CheTeam
Chlooe
Claritybot
coccocbot-web
Collector
Cogentbot
cognitiveseo
Copier
CopyRightCheck
crawler.feedback
crawl.sogou.com
CrazyWebCrawler
Crescent
CrunchBot
CSHttp
DatabaseDriverMysqli
DataCha0s
demandbase-bot
Demon
Devil
Digincore
DigitalPebble
Dirbuster
Disco
Discobot
Discoverybot
Dispatch
DittoSpyder
DnyzBot
DomainAppender
DomainStatsBot
Dragonfly
Ebingbong
eCatch
ECCP/1.0
EroCrawler
Dotbot
Download Wonder
EMail Siphon
evc-batch
Exabot
ExtLinksBot
Extractor
ExtractorPro
EyeNetIE
Extreme Picture Finder
Ezooms
FDM
FemtosearchBot
Firefox/7.0
Flunky
FHscan
Foobot
Freeuploader
FyberSpider
GalaxyBot
GermCrawler
Fyrebot
Genieo
Getintent
GetRight
GetWeb
Gigablast
Gigabot
G-i-g-a-b-o-t
Go-Ahead-Got-It
Gotit
GoZilla
GrabNet
GrapeFX
GrapeshotCrawler
GT::WWW
Haansoft
Harvest
Heritrix
HTTP::Lite
Humanlinks
Iblog
IlseBot
Image Fetch
Image Sucker
Id-search
IndeedBot
instabid
InterGET
internetVista monitor
Iskanie
IstellaBot
Jbrofuzz
Jetty
Iria
IRLbot
JennyBot
JikeSpider
Joomla
Kenjin Spider
LeechGet
LexiBot
LibWeb
Likse
LinkextractorPro
Jyxobot
Keyword Density
Kozmosbot
LeechFTP
Lftp
Libwhisker
LinkScan
LinkWalker
LinksManager
LinqiaMetadataDownloaderBot
Lipperhey
LinqiaScrapeBot
Lipperhey Spider
Lmspider
lwp-request
LWP::Simple
Litemage_walker
Ltx71
lwp-trivial
Magnet
Majestic-SEO
Mag-Net
Mail.RU_Bot
MarkMonitor
MarkWatch
Mass Downloader
MauiBot
meanpathbot
Meanpathbot
MeanPath Bot
Mediatoolkitbot
mediawords
MegaIndex.ru
MJ12bot
MSFrontPage
Msrabot
Microsoft URL Control
MSIECrawler
muhstik-scan
Musobot
Name Intelligence
Nameprotect
Navroad
Netcraft
NearSite
Needle
NetLyzer
NetMechanic
NetSpider
Nettrack
NetZIP
Net Vampire
Netvibes
NextGenSearchBot
Nibbler
NICErsPRO
Niki-bot
Nikto
NimbleCrawler
Nimbostratus
Ninja
Nmap
Nutch
oBot
Octopus
Offline Navigator
OnCrawl
OpenLinkProfiler
Openvas
OutfoxBot
PageGrabber
OrangeBot
Page Analyzer
page scorer
PageScorer
Panscient
Pandalytics
Papa Foto
Pavuk
pcBrowser
PECL::HTTP
PictureFinder
Pimonster
Pi-Monster
PeoplePal
PHPCrawl
POE-Component-Client-HTTP
Probethenet
ProWebWalker
Pump
Psbot
PyCurl
QueryN Metasearch
RankFlex
Quick-Crawler
RankActiveLinkBot
RankingBot
RankingBot2
Rankivabot
Reaper
RebelMouse
Recorder
RedesScrapy
ReGet
RepoMonkey
Rogerbot
Screaming
SearchmetricsBot
Semrush
RocketCrawler
SalesIntelligent
SBIder
scan.lol
Scrapy
ScreenerBot
SEOkicks
SEOkicks-Robot
SEOlyticsCrawler
Seomoz
SEOprofiler
SeoSiteCheckup
serpstatbot
sexsearcher
Siphon
Shodan
SISTRIX
SiteExplorer
Siteimprove
SiteLockSpider
SiteSnagger
SiteSucker
Site Sucker
SMTBot
Snapbot
SlySearch
SmartDownload
Snoopy
Sociscraper
sogouspider
Sogou web spider
Sosospider
Sottopop
SpaceBison
SpankBot
Spanner
Spbot
Spinn3r
spyfu
Sqlmap
Sqworm
Steeler
Sqlworm
SuperBot
Surfbot
SurveyBot
Suzuran
sysscan
Szukacz
T8Abot
tAkeOut
TeleportPro
TheNomad
Thumbor
T0PHackTeam
Teleport
Telesphoreo
Telesphorep
TightTwatBot
Titan
Trendictionbot
trendiction.com
True_Robot
Turingos
Turnitin
Upflow
Toata
Tracemyfile
TurnitinBot
URLy Warning
VB Project
VCI
Virusdie
VoidEYE
Voltron
Wallpapers/3.0
WallpapersHD
Vacuum
Vagabondo
VidibleScraper
Voil
WASALive-Bot
WBSearchBot
Webalta
Web Auto
WebBandit
WebCollage
WebCopier
Web Collage
WEBDAV
WebEnhancer
Web Enhancer
WebLeacher
WebPix
Web Sauger
Web Fetch
WebmasterWorldForumBot
webmeup-crawler
Webshag
WebsiteQuester
Website Quester
Webster
WebSucker
WebStripper
WebWhacker
WeSEE
Whack
Whacker
Widow
WISENutbot
Wonderbot
Woobot
Wotbox
WWW-Mechanize
WWWOFFLE
WWW-Collector-E
WWW::Mechanize
x09Mozilla
x22Mozilla
Xaldon WebSpider
xpymep1.exe
zauba.io
YoudaoBot
Zade
Zauba
Zeus
zgrab
Zitebot
ZmEu
ZumBot
ZyBorg

View file

@ -1,250 +1,250 @@
360Spider
404enemy
80legs
Abonti
Aboundex
Aboundexbot
ADmantX
AfD-Verbotsverfahren
AhrefsBot
AIBOT
Alexibot
AllSubmitter
AlphaBot
Anarchie
Apexoo
archive.org_bot
Asterias
ASPSeek
Attach
autoemailspider
BackDoorBot
Backlink-Ceck
backlink-check
BackWeb
BatchFTP
Bandit
Battleztar Bazinga
BBBike
BDCbot
BDFetch
Bigfoot
BlackWidow
Blow
Blackboard
BLEXBot
Bolt
BotALot
Brandprotect
Buddy
BuiltBotTough
BuiltWith
BunnySlippers
BuzzSumo
Calculon
CATExplorador
CCBot
Cegbfeieh
CazoodleBot
CheeseBot
CherryPicker
Claritybot
Cliqzbot
coccocbot-web
Cogentbot
Copier
CopyRightCheck
Collector
crawler4j
crawl.sogou.com
crawler.feedback
Crescent
CrunchBot
CSHttp
DatabaseDriverMysqli
DataCha0s
Demon
Deusu
Devil
Dirbuster
DIIbot
Discobot
Discoverybot
Dispatch
DnyzBot
DomainAppender
DomainCrawler
DomainSigmaCrawler
Download Wonder
DTS Agent
EasyDL
Ebingbong
eCatch
ECCP/1.0
Ecxi
EMail Siphon
EMail Wolf
EroCrawler
Extreme Picture Finder
facebookscraper
Exabot
ExtractorPro
EyeNetIE
FDM
FemtosearchBot
FHscan
FlashGet
Firefox/7.0
Foobot
Freeuploader
FrontPage
GalaxyBot
Genieo
GetRight
Getintent
GetWeb
Gigabot
GoZilla
Go!Zilla
GrabNet
GrapeFX
GT::WWW
Harvest
Haansoft
HaosouSpider
Havij
HEADMasterSEO
Hloader
HTMLparser
HMView
HTTP::Lite
Humanlinks
Id-search
Image Fetch
Indy Library
IlseBot
InfoTekies
InterGET
Internet Ninja
internetVista monitor
ips-agent
IRLbot
Iskanie
Jetty
JikeSpider
IstellaBot
JamesBOT
JennyBot
JetCar
JOC Web Spider
Jorgee
JustView
Kenjin Spider
Keyword Density
Kozmosbot
Libwhisker
Lightspeedsystems
Likse
Linkdexbot
Lanshanbot
Larbin
LeechFTP
LeechGet
LibWeb
LinkextractorPro
LinkpadBot
LinkScan
LinksManager
LinqiaMetadataDownloaderBot
LinqiaRSSBot
LinqiaScrapeBot
Litemage_walker
Lmspider
LNSpiderguy
Ltx71
lwp-request
LWP::Simple
Magnet
Mag-Net
magpie-crawler
Mail.RU_Bot
Majestic-SEO
MarkMonitor
MarkWatch
Masscan
Mass Downloader
meanpathbot
Meanpathbot
Mediatoolkitbot
Metauri
MFC_Tear_Sample
Microsoft Data Access
MIDown tool
Mojeek
muhstik-scan
Musobot
Needle
MIIxpc
Mister PiX
MJ12bot
Msrabot
Name Intelligence
NearSite
Netcraft
netEstate NE Crawler
NetLyzer
NetMechanic
Nettrack
Net Vampire
Netvibes
NetZIP
NextGenSearchBot
NICErsPRO
Nikto
NimbleCrawler
Ninja
NPbot
Octopus
Offline Explorer
Openfind
OpenVAS
OrangeBot
PageAnalyzer
Offline Navigator
OpenLinkProfiler
OutfoxBot
PageGrabber
PageScorer
Pandalytics
Panscient
Papa Foto
Pavuk
PECL::HTTP
pcBrowser
PeoplePal
PHPCrawl
Picsearch
PictureFinder
Pimonster
Pi-Monster
Pixray
PleaseCrawl
Pockey
POE-Component-Client-HTTP
ProPowerBot
Pump
PxBroker
PyCurl
QueryN Metasearch
Quick-Crawler
RankingBot
Rankivabot
RankActiveLinkBot
RankurBot
RealDownload
Reaper
Recorder
RebelMouse
ReGet
RepoMonkey
RocketCrawler
Rogerbot
s1z.ru
SalesIntelligent
SBIder
Scanbot
ScanAlert
scan.lol
ScoutJet
Scrapy
ScreenerBot
Screaming
SemrushBot
SEOkicks-Robot
SEOprofiler
seoscanners
SeoSiteCheckup
serpstatbot
Shodan
Siphon
sexsearcher
Sitebeam
SiteExplorer
Siteimprove
SiteLockSpider
SiteSnagger
SiteSucker
Sitevigil
SlySearch
SmartDownload
Snake
Snapbot
Snoopy
SocialRankIOBot
Sociscraper
sogouspider
Sosospider
Sottopop
SpaceBison
Sogou web spider
sp_auditbot
Spbot
Spinn3r
spyfu
Stripper
Sucuri
SuperBot
SuperHTTP
Surfbot
SurveyBot
Swiftbot
sysscan
Szukacz
T0PHackTeam
T8Abot
tAkeOut
Teleport
TeleportPro
Telesoft
Telesphorep
TheNomad
The Intraformant
Thumbor
Titan
Toweyabot
Tracemyfile
Trendictionbot
trendiction.com
Trendiction
True_Robot
Turingos
TwengaBot
Upflow
VCI
Virusdie
Turnitin
TurnitinBot
Typhoeus
UnisterBot
VidibleScraper
VoidEYE
Voil
Voltron
Wallpapers/3.0
WallpapersHD
WASALive-Bot
Webalta
WebAuto
Web Auto
Web Collage
WebCopier
WebFetch
WebFuck
WebLeacher
WebmasterWorldForumBot
Web Sauger
Webshag
webmeup-crawler
WebPix
Web Pix
WebReaper
WebSauger
WebsiteQuester
Website Quester
WebStripper
WebSucker
Web Sucker
WebWhacker
Whack
Whacker
Widow
Whatweb
WinHTTrack
WiseGuys Robot
WISENutbot
Wonderbot
Wotbox
Wprecon
WPScan
WWW-Collector-E
x09Mozilla
Xaldon WebSpider
Zade
WWW-Mechanize
WWW::Mechanize
WWWOFFLE
x22Mozilla
Zauba
ZumBot
ZyBorg

View file

@ -1,100 +1,100 @@
1webmaster.ml
6128786.com
8xv8.com
animalrank.com
apple.com-webbrowsing-security.review
artavenuegardenstudios.com
asscenihotosidea.blogspot.com
asscenihotosidea.blogspot.co.za
babieca.com
beget.tech
benchmarkcommunications.co.uk
besthoro.ru
bestwrinklecreamnow.com
bet-prognoz.com
blackcurranthumidifiers.site
bonanza-fortune.men
buchananshardware.com
cheapmarmot.online
cienum.fr
comissionka.net
compliance-fred.xyz
3xforum.ro
777-club.ru
aa8780bb28a1de4eb5bff33c28a218a930.com
absugars.com
aero2.ru
aliexpresscashback.club
allknow.info
alpharma.net
anjalika.co.in
automatic-seo.com
bankofthewext.com
bestbuy.ca
bloglag.com
brokergid.ru
budpost.com.ua
canyougethighofftizanidine.blogspot.com
carmuffler.net
cctva.tv
cejewelry.xyz
cenoval.ru
ceotrk.com
clean-virus-mac.com
codysbbq.com
compliance-alex.xyz
compliance-brian.xyz
compliance-don.top
compliance-julia.top
compliance-mary.top
compucelunlock.net
connectionstrenth.com
cv.wallhade.co
darkages.info
dawlenie.com
design-lands.ru
docstoc.com
e-c.al
ezigaretteshop2.mywapblog.com
fatmaelgarny.com
floridahuntingfishingadventures.com
floridamhca.org
food.dtu.dk
franecki.net
fuckbuddybestgilf.info
fun-mobi.pl
gameonasia.com
gourcy.altervista.org
guildebzh.info
hdfreeporno.net
helicalpile.us
hifidesign.ru
imk.com.ua
indiakino.net
irunfar.com
jewelryandfiligree.com
kletkimehan.ru
knowsitall.info
kretpicf.pw
labplus.ru
larchik.net
merryhouse.co.uk
microsearch.ru
misandesign.se
monclervests.xyz
mrbitsandbytes.com
nicefloor.co.uk
nordstar.pro
oconto.ru
onclickpredictiv.com
online-hit.info
orion-v.com
pandarastore.top
parlament.biz
porto.abuilder.net
preparevideosafesystem4unow.space
purchasepillsnorx.com
pushdata.sendpulse.com
rabotaetvse.ru
rankia.com
ranksignals.com
redbottomheels.xyz
responsive-test.net
ruclicks.com
sdsjweb.com
security60-e.com
seo-2-0.com
seo-prof1.xyz
serw.clicksor.com
sexstream.pl
sextracker.be
ship-marvel.co.ua
smartshoppymac.com
souvenirua.com
spy-sts.com
telefonsexsofort.tk
topquality.cf
ufa.xrus.org
umityangin.net
uptime.com
venta-prom.ru
vizag.kharkov.ua
vkontarkte.com
vksaver-all.ru
vzglyadriv.kg
webix.me
wingsoffury2.com
ww1943.ru
xtubeporno.net
xxxkaz.org
customchocolate.business-for-home.com
dbmkfhqk.bloger.index.hr
dinkolove.ya.ru
domaincheck.io
domik-derevne.ru
eandsgallery.com
estelight.ru
evaashop.ru
gallery.rennlist.com
germes-trans.com
gfaq.ru
glass-msk.ru
goodwinmetals.co
hptwaakw.blog.fc2.com
indetiske.ya.ru
infostatsvc.com
itservicesthatworkforyou.com
kashubadesign.ru
keywordglobal.co.za
kino2018.cc
kirov.zrus.org
locksmith.jp
luckyshop.net.ua
manipulyator-peterburg.ru
medicineseasybuy.com
mensandals.xyz
millionare.com
mygameplus.com
narkologiya-belgorod.ru
networkcheck.xyz
newstraveller.ru
nibbler.silktide.com
nyfinance.ml
onescreen.cc
osoznanie-narkotikam.net
panchro.co.uk
partner-host.men
picsearch.com
pkr1hand.com
playtap.us
proftests.net
prpops.com
putevka24.ru
research.ifmo.ru
scanner-mark.top
seonetwizard.com
sexsearch.com
sigmund-freud.co.uk
soserfis.com
suggest-keywords.com
thaisamkok.com
thruport.com
tiandeural.ru
torrents.cd
tula.mdverey.ru
tvorozhnaja-zapekanka-recept.ru
urlopener.com
vabasa.inwtrade.com
viagengrarx.com
videooko.weebly.com
vita.com.hr
webads.co.nz
webjam.com
website-speed-up.site
worldis.me
xcc24.pl
xn--80aafb2a.xn--p1ai
xxxguitars.com
zarajbuilders.com
zeroredirect10.com

File diff suppressed because it is too large Load diff

View file

@ -1,250 +1,250 @@
101raccoon.ru
12masterov.com
1-free-share-buttons.com
1kdailyprofit.me
5ws.dating-app.ru
aac500b7a15b2646968f6bd8c6305869d7.com
abcguru.xyz
adbetclickin.pink
admeasures.com
agardomains.com
akvamaster.dp.ua
allstatesugarbowl.org
alot.com
amanda-porn.ga
amazon-adsystem.com
apartment.ru
apiluckyleapnet-a.akamaihd.net
apimossnetinfo-a.akamaihd.net
apps-analytics.net
availit.weebly.com
babyguns.ru
baikaleminer.com
1qingdao.com
2x2fan.ru
4k-player.pl
aa9d046aab36af4ff182f097f840430d51.com
acortarurl.es
actulite.com
addblueoff.com.ua
advertex.info
aliexpress.com
allblogroll.com
allkrim.com
animali.deagostinipassion.it
animalrank.com
apple.com-cleaner.systems
arenda-yeisk.ru
arendovalka.xyz
autonew.biz
banan.tv
bang-hotties.com
banksrf.ru
baoxaydung.com.vn
bayareaaeroclub.org
begalka.xyz
bestchoice.cf
bestimagecoollibrary.com
bezcmexa.ru
bget.ru
bioscorp.ru
biznesschat.net
bmw-ark.ru
boleznikogi.com
brainboostingsupplements.org
brandbucket.com
breastaugmentation.co.za
brimstonehillfortress.org
cam-kontakte.org
candelluxsklep.pl
candlehandmade.com
cashkitten-a.akamaihd.net
cashonads.com
cbcseward.com
chuckguilford.com
cialisovercounteratwalmartusa.com
ci.ua
clickbanksites.info
clipartnew.com
clksite.com
compliance-jack.top
compucelunlock.net
converse.ddsoldes.fr
coolwallpapers-hd.com
customchocolate.business-for-home.com
customerguru.in
daneshetabiat.com
degerlund.net
detki-opt.ru
dimaka.info
directivepub.com
dogsrun.net
e-avon.ru
election.interferencer.ru
elmacho.xyz
eloconcream.blogspot.com
elstal.com.pl
empirepoker.com
enternet.ee
esopini.com
eyes-on-you.ga
f1nder.org
fanrto.com
fearcrow.com
figuringmoneyout.com
filefilter.weebly.com
film-one.ru
findacheaplawyers.com
finemanteam.com
food.dtu.dk
forpostlock.ru
foto-weinberger.at
free-share-buttons.blogspot.com
freshsuperbloop.com
fr.netlog.com
ftns.ru
fuckbuddybestgilf.info
getresponse.com
gigablast.com
girlsatgames.ru
goodhousekeeping.com
good-mummy.ru
gorabagrata.ru
goroda-vsego-mira.ru
gosarhivrt.ru
graphicwe.org
groupmoney.ru
guardlink.org
gwagka.com
hcate.com
hchha.com
hitcpm.com
hit-men.men
hol.es
hollywoodactress.info
hoverboard360.at
https-legalrc.biz
ie.57883.net
ihc2015.info
infazavr.ru
irkutsk.online-podarki.com
jacago.com
jewelryandfiligree.com
joessmogtestonly.com
bestfortraders.com
best-seo-software.xyz
bezsporno.ru
bizru.info
blackle.com
blog.yam.com
bmsco.co
bonkers.name
brewdom.ru
brianhenry.co
bryansk.zrus.org
buqyxa.rincian.info
businescoop.men
buypillsorderonline.com
carina-sy.de
cb.iphantom.com
cdnanalytics.xyz
cdncash.net
cejewelry.xyz
centrdebut.ru
cheapcigarettesc.info
cheapjerseysbizwholesale.us
cigarpass.com
cinemaenergy-hd.ru
cleanpcnow.com
cntravelre.com
coaching-netz.info
colobit.biz
compliance-barak.top
copypaste.traderzplanet.in
craftinsta.ru
crirussian.ru
customboxes4less.com
customcollegeessays.net
damedingel.ya.ru
delta-line.men
descargar-musica-gratis.net
diegolopezcastan.com
dipstar.org
divci-hry.info
divisioncore.com
domainsatcost.com
domain.webkeyit.com
duplicashapp.com
dverimegapolis.ru
ecommerce-seo.com
educatemetv.com
ekobata.ru
escortplius.com
etur.ru
extlinks.com
ezigarettenshop1.yolasite.com
fermersovet.ru
folowsite.com
forensicpsychiatry.ru
forexunion.net
forumprofi.de
foto-basa.com
frbizlist.com
freejabs.com
freewlan.info
funnymama.com
gallery.rennlist.com
gazoblok.net.ua
gaz-voshod.ru
geilehausfrauen.net
germetiki.com.ua
gogalleryawesome.com
gok-kasten.net
greatgrace.ru
growmyfunds.ca
growshop.es
grupografico-pilar.com.ar
gsmlab.pl
guiadeserraazul.com
hanink.biz.ly
hayate.biz
healmytrauma.info
heartofbeijing.blogspot.com
hermesbracelets.xyz
homeandhealth.ru
hothot.ru
houseofgaga.ru
hoverboard360.se
hunterboots.online
ikearugs.xyz
ikritikimou.gr
imgarcade.com
imgarit.pw
insider.pro
intellektmedia.at
itch.io
javrip.net
jetsli.de
jongose.ninja
jwss.cc
kanimage.com
karpun-iris.ru
kazan.zrus.org
keywordsdoctor.com
kmgamex.cf
keywordsuggest.org
kidd.reunionwatch.com
kinopolet.net
kndxbkdx.bloger.index.hr
kupit-adenu.ru
lafourmiliaire.com
lesbian.xyz
lezbiyanki.net
linkpulse.com
live-sexcam.tk
ljusihus.se
lostfilm-online.ru
mainlinehobby.net
malls.com
mall.uk
mathgym.com.au
mlf.hordo.win
morlat.altervista.org
muz-shoes.ru
napalm51.nut.cc
nardulan.com
negociosdasha.com
nfljerseysforsalewholesaler.com
nl.netlog.com
nonews.co
onlinebay.ru
o-o-8-o-o.ru
osoznanie-narkotikam.net
ossmalta.com
oxford-book.com.ua
partybunny.ru
peugeot-club.org
picmoonco.pw
picscout.com
pierrehardysale.online
pix-hd.com
playtap.us
poppen-nw.net
pornokorol.com
pornoreino.com
porno-transsexuals.ru
pornowarp.info
presleycollectibles.com
prize44.com
pukaporn.com
ranksignals.com
rosbalt.com.ua
roznica.com.ua
s1z.ru
saveindex.xyz
scanner-fred.top
scanner-julianna.top
scanner-viktor.top
scanner-walter.top
seansonline24.pl
semalt.com
seofirmreviewsus.info
sexflirtbook.com
knowsitall.info
komputers-best.ru
koronirealestate.gr
kovesszucs.atw.hu
kumuk.info
kvartir-remont.biz
lazy-z.com
linkdebrideur.xyz
littleberry.ru
livetsomudvekslingstudent.bloggersdelight.dk
localflirtbuddies.com
lostaruban.com
low-format.ru
luxmagazine.cf
mackeeper-land-672695126.us-east-1.elb.amazonaws.com
mafa-free.com
magicdiet.gq
mansparskats.com
marcogrup.com
mcadamssupplyco.com
megavolt.net.ua
mere.host.sk
merryhouse.co.uk
metalonly.info
millionare.com
minyetki.ru
misandesign.se
mouselink.co
mybinaryoptionsrobot.com
my-floor.in.ua
naperehresti.info
nbsproject.ru
new7ob.com
njpalletremoval.com
no-rx.info
offtime.ru
offtopic.biz
onlineslotmaschine.com
oralsexfilme.net
orenburg-gsm.ru
outrageousdeal-a.akamaihd.net
oyster-green.com
paleohub.info
photo.houseofgaga.ru
piluli.info
pinwallpaper.xyz
popcash.net
popup-fdm.xyz
pornodojd.ru
princevc.com
prizefestival.mobi
prodess.ru
proekt-mos.ru
prom23.ru
prostitutki-kiev.org
purplesphere.in
quangcaons.com
quickchange.cc
rada.ru
randki-sex.com
rankings-analytics.com
ranksonic.com
renecaovillasale.online
rep-am.com
responsinator.com
reversing.cc
rfid-locker.co
rimedia.org
roma-kukareku.livejournal.com
rusoft-zone.ru
rvi.biz
salut-camp.ru
sa-rewards.co.za
scalerite.co.za
sdelai-prosto.ru
search.pch.com
searchtooknow-a.akamaihd.net
searchwebknow-a.akamaihd.net
serdcenebolit.com
service.adtech.us
serviporno.com
sexpornotales.com
sharebutton.org
shikiso.info
shymkent.xkaz.org
silvercash.com
skylta.com
sockshare.net
soc-proof.su
solinf.co
sptslmtrafms.com
spy-sts.com
spywarenuker.com
star61.de
starpages.net
steame.ru
styro.ru
sugvant.ru
surcentro.com
svarbit.com
svensk-poesi.com
svetlotorg.ru
shariki-zuma-lines.ru
shlyahten.ru
sildenafilcitratemed.com
site-speed-checker.site
s-iwantyou.com
socialbookmarksubmission.org
social-fun.ru
social-vestnik.ru
solution4u.com
specialfinanceoffers.com
spitfiremusic.com
splendorsearch-a.akamaihd.net
stardevine.com
suggest-keywords.com
sukarame.net
superstarfloraluk.com
svetodiodoff.ru
swsociety.se
taihouse.ru
templates.radiodigital.co
thecoral.com.br
thejournal.ru
the-usa-games.blogspot.com
thruport.com
tizanidinedruginteractions.blogspot.com
topads.men
tozup.com
tracksz.co
traffictrade.life
trumpetedextremes.com
tuckermktg.com
twittrading.com
txxx.com
uggbootsoutletsale.us
ukrobstep.com
urldelivery.com
ustion.ru
valmetrundan.se
vashsvet.com
versaut.xxx-cam.webcam
viagra.pp.ua
tengohydar.tk
thaisamkok.com
thiegs.reco.ws
tizanidine4mgtablets.blogspot.com
tizanidinecapsules.blogspot.com
tizanidinedosage.blogspot.com
tizanidinedosageforsleep.blogspot.com
tizanidineforopiatewithdrawal.blogspot.com
tizanidineoral.blogspot.com
tpu.ru
trustedhealthtips.com
twelvevisionspartyofcolorado.com
ukrup.com
vasileostrovsky-rayon.ru
video-chat.cn
video-production.com
videositename.com
vksaver-all.ru
vvon.co.uk
vykupavto-krasnodar.ru
vysigy.su
wallpapers-best.com
waycash.net
website-analyzer.info
vitoriacabos.com
vkgaleria.com
vsesubwaysurfers.com
webextract.profound.net
wildworld.site
wingsofrefuge.net
wiosenny-bon-1500.pl
wonderfulflowers.biz
wordkeyhelper.com
wordpresscore.com
worldtraveler.world
wtsindia.in
woman-tampon.ru
works.if.ua
xblognetwork.com
xcombear.ru
xgftnlrt.bloger.index.hr
x-musics.com
xn-----6kccaibs5cb8afhjrfmix2n.xn--p1ai
xn-----7kcabaipgeakzcss7bjdqdwpfnhv.xn--p1ai
xn--80aaaks3bbhabgbigamdr2h.xn--p1ai
xn----8sbhefaln6acifdaon5c6f4axh.xn--p1ai
xxx-cam.webcam
zdesformula.ru
zdesoboi.com
zooggames.com
xn----8sbarihbihxpxqgaf0g1e.xn--80adxhks
xpresscare.ru
yatrk.xyz
yottos.com
znakomstva-moskva77.ru

View file

@ -1,4 +1,14 @@
<html>
<!DOCTYPE html>
<html>
<head>
<title>Welcome to the Nginx</title>
</head>
<body>
<div align=center>
<h1>Welcome to the Nginx Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html><html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
@ -96,14 +106,4 @@
<h1>Welcome to the Nginx Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html><!DOCTYPE html>
<html>
<head>
<title>Welcome to the Nginx</title>
</head>
<body>
<div align=center>
<h1>Welcome to the Nginx Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html>

View file

@ -1,3 +1,24 @@
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
@ -8,122 +29,81 @@
<h1>Welcome to the Nginx Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html><!DOCTYPE html>
<html>
<head>
<title>Welcome to the Nginx</title>
</head>
<body>
<div align=center>
<h1>Welcome to the Nginx Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html><!DOCTYPE html>
<html>
<head>
<title>Welcome to the Nginx</title>
</head>
<body>
<div align=center>
<h1>Welcome to the Nginx Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html><!DOCTYPE html>
<html>
<head>
<title>Welcome to the Nginx</title>
</head>
<body>
<div align=center>
<h1>Welcome to the Nginx Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html><!DOCTYPE html>
<html>
<head>
<title>Welcome to the Nginx</title>
</head>
<body>
<div align=center>
<h1>Welcome to the Nginx Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html><!DOCTYPE html>
<html>
<head>
<title>Welcome to the Nginx</title>
</head>
<body>
<div align=center>
<h1>Welcome to the Nginx Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html><html>
<head><title>503 Service Temporarily Unavailable</title></head>
<head><title>403 Forbidden</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<head><title>403 Forbidden</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<head><title>403 Forbidden</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<head><title>403 Forbidden</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Welcome to the Nginx</title>
</head>
<body>
<div align=center>
<h1>Welcome to the Nginx Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html><!DOCTYPE html>
<html>
<head>
<title>Welcome to the Nginx</title>
</head>
<body>
<div align=center>
<h1>Welcome to the Nginx Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html><!DOCTYPE html>
<html>
<head>
<title>Welcome to the Nginx</title>
</head>
<body>
<div align=center>
<h1>Welcome to the Nginx Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html><!DOCTYPE html>
<html>
<head>
<title>Welcome to the Nginx</title>
</head>
<body>
<div align=center>
<h1>Welcome to the Nginx Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html><!DOCTYPE html>
<html>
<head>
<title>Welcome to the Nginx</title>
</head>
<body>
<div align=center>
<h1>Welcome to the Nginx Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html><!DOCTYPE html>
<html>
<head>
<title>Welcome to the Nginx</title>
</head>
<body>
<div align=center>
<h1>Welcome to the Nginx Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html><!DOCTYPE html>
<html>
<head>
<title>Welcome to the Nginx</title>
</head>
<body>
<div align=center>
<h1>Welcome to the Nginx Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html><!DOCTYPE html>
<html>
<head>
<title>Welcome to the Nginx</title>
</head>
<body>
<div align=center>
<h1>Welcome to the Nginx Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html><!DOCTYPE html>
<html>
<head>
<title>Welcome to the Nginx</title>
</head>
<body>
<div align=center>
<h1>Welcome to the Nginx Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html>

View file

@ -1,2 +1,2 @@
35.192.136.167 0;
35.192.85.2 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.1663
#### Version: V4.2019.06.1665
#### 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.1663
#### Version: V4.2019.06.1665
#### 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.1663
#### Version: V4.2019.06.1665
#### 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.1663
#### Version: V4.2019.06.1665
#### Bad Referrer Count: 6713
#### Bad Bot Count: 556
____________________

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2019.06.1663
### Updated: Fri Jun 28 16:02:38 SAST 2019
### Version: V4.2019.06.1665
### Updated: Fri Jun 28 18:20:38 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2019.06.1663
### Updated: Fri Jun 28 16:02:40 SAST 2019
### Version: V3.2019.06.1665
### Updated: Fri Jun 28 18:20:39 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2019.06.1663
### Updated: Fri Jun 28 16:02:38 SAST 2019
### Version: V4.2019.06.1665
### Updated: Fri Jun 28 18:20:38 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -6,8 +6,8 @@
### Version Information #
###################################################
### Version: V4.2019.06.1663
### Updated: Fri Jun 28 16:02:41 SAST 2019
### Version: V4.2019.06.1665
### Updated: Fri Jun 28 18:20:40 SAST 2019
### Bad Bot Count: 556
###################################################
### Version Information ##