mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
V4.2019.06.1611 [ci skip]
This commit is contained in:
parent
0f628c80ed
commit
4acfcd4bc3
25 changed files with 1526 additions and 1794 deletions
|
@ -33,4 +33,4 @@
|
|||
# 111.111.111.111 0;
|
||||
|
||||
|
||||
35.184.226.236 0;
|
||||
35.192.187.174 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1610
|
||||
### Updated: Wed Jun 26 09:23:27 SAST 2019
|
||||
### Version: V4.2019.06.1611
|
||||
### Updated: Wed Jun 26 09:35:17 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -1,96 +1 @@
|
|||
# EDIT THIS FILE AS YOU LIKE TO ADD OR REMOVE ANY BAD IP ADDRESSES OR IP RANGES YOU WANT TO BLOCK ###
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.08
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
# / |/ /__ _(_)__ __ __ #
|
||||
# / / _ `/ / _ \\ \ / #
|
||||
# /_/|_/\_, /_/_//_/_\_\ #
|
||||
# __/___/ __ ___ __ ___ __ __ #
|
||||
# / _ )___ ____/ / / _ )___ / /_ / _ )/ /__ ____/ /_____ ____ #
|
||||
# / _ / _ `/ _ / / _ / _ \/ __/ / _ / / _ \/ __/ '_/ -_) __/ #
|
||||
# /____/\_,_/\_,_/ /____/\___/\__/ /____/_/\___/\__/_/\_\\__/_/ #
|
||||
# #
|
||||
##############################################################################
|
||||
|
||||
# This is merely an example and gets auto included as since Version 2.2017.07 introduced on 2017-04-20
|
||||
# This file must exist on your system or Nginx will fail a reload due to a missing file
|
||||
# For all intensive purpose you can delete everything inside this file and leave it
|
||||
# completely blank if you do not want your Nginx Blocker to do any blocking of bad IP's
|
||||
|
||||
# Add IP's you want to blacklist below this line, one per line as per example
|
||||
# Nginx [warn] notices may be reported when you try reload Nginx if you happen to include an
|
||||
# IP here that may already be included by the blocker with it's daily updates
|
||||
# NOTE: It is only an Nginx Warning message and will not cause Nginx to fail a reload.
|
||||
|
||||
# 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
|
||||
# tell if this is all correct or not.
|
||||
# For now see - https://en.wikipedia.org/wiki/Cyveillance
|
||||
|
||||
# IMPORTANT UPDATE ON Cyveillance / Qwest Communications !!!
|
||||
# **********************************************************
|
||||
# I have done a lot of research on Cyveillance now and through monitoring my logs I know
|
||||
# for sure what companies are using them and what they are actually looking for.
|
||||
# My research has led me to understand that Cyveillance services are used by hundreds
|
||||
# of companies to help them dicsover theft of copyrighted materials like images, movies
|
||||
# music and other materials. I personally believe a lot of block lists who originally recommended
|
||||
# blocking Cyveillance have done so to protect their torrent or p2p sites from being scanned.
|
||||
# I personally have now unblocked them as image theft is a big problem of mine but if you
|
||||
# do want to block Cyveillance you can simply modify the entries in the block below from "0" to "1"
|
||||
# Getty Images is one such company who appears to use Cyveillance to help monitor for copyright theft.
|
||||
|
||||
# If you really do want to block them change all the 0's below to 1.
|
||||
# Use this section at YOUR OWN RISK, you may block some legitimate networks but after many hours of
|
||||
# Research this is now the completely updated list of all IP ranges IPV4 and IPV6 owned Qwest Communications
|
||||
# PSINET and Cyveillance
|
||||
|
||||
# IMPORTANT NOTE: If you really want to keeps bot and things out of certain parts of your web site
|
||||
# Rather implement a comlex Google Re-Captcha to reach sections of your sites and for people to be able
|
||||
# to access download links. Google Re-Captcha with images is too complex for any bot.
|
||||
|
||||
38.0.0.0/8 0;
|
||||
206.2.138.0/23 0;
|
||||
208.71.164.0/22 0;
|
||||
4.17.135.32/27 0;
|
||||
63.144.0.0/13 0;
|
||||
65.112.0.0/12 0;
|
||||
65.192.0.0/11 0;
|
||||
65.213.208.128/27 0;
|
||||
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
|
||||
# a payload. The payload looks similar to this
|
||||
# "$\xC9\xE1\xDC\x9B+\x8F\x1C\xE71\x99\xA8\xDB6\x1E#\xBB\x19#Hx\xA7\xFD\x0F9-"
|
||||
# and is sometime VERY long. You may have noticed this in your logs.
|
||||
# I support research projects and all my servers respond with an error to this type of
|
||||
# string so I do not block them but if you want to block just uncomment the following line
|
||||
# or email them asking them not to scan your server. They do respond.
|
||||
# Visit http://169.229.3.91/ for more info
|
||||
|
||||
# If you really do want to block them change all the 0 below to 1.
|
||||
|
||||
169.229.3.91 0;
|
||||
35.184.226.2361;
|
||||
104.198.131.58 1;
|
||||
34.68.144.114 1;
|
||||
104.154.120.187 1;
|
||||
35.202.145.110 1;
|
||||
35.192.187.174 1;
|
||||
|
|
|
@ -1,40 +1 @@
|
|||
# EDIT THIS FILE AS YOU LIKE TO WHITELIST ALL YOUR IP ADDRESSES AND IP RANGES ###
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.04
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
# / |/ /__ _(_)__ __ __ #
|
||||
# / / _ `/ / _ \\ \ / #
|
||||
# /_/|_/\_, /_/_//_/_\_\ #
|
||||
# __/___/ __ ___ __ ___ __ __ #
|
||||
# / _ )___ ____/ / / _ )___ / /_ / _ )/ /__ ____/ /_____ ____ #
|
||||
# / _ / _ `/ _ / / _ / _ \/ __/ / _ / / _ \/ __/ '_/ -_) __/ #
|
||||
# /____/\_,_/\_,_/ /____/\___/\__/ /____/_/\___/\__/_/\_\\__/_/ #
|
||||
# #
|
||||
##############################################################################
|
||||
|
||||
# Add One Entry Per Line - List all your IP's and IP Ranges you want to whitelist
|
||||
# This file must exist on your system or Nginx will fail a reload due to a missing file
|
||||
# Automatic updates will never be able to remove this custom list of yours
|
||||
# Add One Entry Per Line as per the example
|
||||
# Only add actual IP addresses and ranges here
|
||||
|
||||
# BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED
|
||||
# REFRAIN FROM USING 127.0.0.1 AS IT MAY CAUSE UNDESIRABLE RESULTS ON SOME SYSTEMS
|
||||
# ---------
|
||||
# EXAMPLES:
|
||||
# ---------
|
||||
# 111.111.111.111 0;
|
||||
|
||||
|
||||
35.184.226.2360;
|
||||
104.198.131.58 0;
|
||||
34.68.144.114 0;
|
||||
104.154.120.187 0;
|
||||
35.202.145.110 0;
|
||||
35.192.187.174 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1609
|
||||
### Updated: Wed Jun 26 09:11:21 SAST 2019
|
||||
### Version: V4.2019.06.1610
|
||||
### Updated: Wed Jun 26 09:23:27 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1610
|
||||
### Updated: Wed Jun 26 09:23:27 SAST 2019
|
||||
### Version: V3.2019.06.1611
|
||||
### Updated: Wed Jun 26 09:35:19 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1610
|
||||
### Updated: Wed Jun 26 09:23:27 SAST 2019
|
||||
### Version: V4.2019.06.1611
|
||||
### Updated: Wed Jun 26 09:35:17 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -1,96 +1 @@
|
|||
# EDIT THIS FILE AS YOU LIKE TO ADD OR REMOVE ANY BAD IP ADDRESSES OR IP RANGES YOU WANT TO BLOCK ###
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.08
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
# / |/ /__ _(_)__ __ __ #
|
||||
# / / _ `/ / _ \\ \ / #
|
||||
# /_/|_/\_, /_/_//_/_\_\ #
|
||||
# __/___/ __ ___ __ ___ __ __ #
|
||||
# / _ )___ ____/ / / _ )___ / /_ / _ )/ /__ ____/ /_____ ____ #
|
||||
# / _ / _ `/ _ / / _ / _ \/ __/ / _ / / _ \/ __/ '_/ -_) __/ #
|
||||
# /____/\_,_/\_,_/ /____/\___/\__/ /____/_/\___/\__/_/\_\\__/_/ #
|
||||
# #
|
||||
##############################################################################
|
||||
|
||||
# This is merely an example and gets auto included as since Version 2.2017.07 introduced on 2017-04-20
|
||||
# This file must exist on your system or Nginx will fail a reload due to a missing file
|
||||
# For all intensive purpose you can delete everything inside this file and leave it
|
||||
# completely blank if you do not want your Nginx Blocker to do any blocking of bad IP's
|
||||
|
||||
# Add IP's you want to blacklist below this line, one per line as per example
|
||||
# Nginx [warn] notices may be reported when you try reload Nginx if you happen to include an
|
||||
# IP here that may already be included by the blocker with it's daily updates
|
||||
# NOTE: It is only an Nginx Warning message and will not cause Nginx to fail a reload.
|
||||
|
||||
# 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
|
||||
# tell if this is all correct or not.
|
||||
# For now see - https://en.wikipedia.org/wiki/Cyveillance
|
||||
|
||||
# IMPORTANT UPDATE ON Cyveillance / Qwest Communications !!!
|
||||
# **********************************************************
|
||||
# I have done a lot of research on Cyveillance now and through monitoring my logs I know
|
||||
# for sure what companies are using them and what they are actually looking for.
|
||||
# My research has led me to understand that Cyveillance services are used by hundreds
|
||||
# of companies to help them dicsover theft of copyrighted materials like images, movies
|
||||
# music and other materials. I personally believe a lot of block lists who originally recommended
|
||||
# blocking Cyveillance have done so to protect their torrent or p2p sites from being scanned.
|
||||
# I personally have now unblocked them as image theft is a big problem of mine but if you
|
||||
# do want to block Cyveillance you can simply modify the entries in the block below from "0" to "1"
|
||||
# Getty Images is one such company who appears to use Cyveillance to help monitor for copyright theft.
|
||||
|
||||
# If you really do want to block them change all the 0's below to 1.
|
||||
# Use this section at YOUR OWN RISK, you may block some legitimate networks but after many hours of
|
||||
# Research this is now the completely updated list of all IP ranges IPV4 and IPV6 owned Qwest Communications
|
||||
# PSINET and Cyveillance
|
||||
|
||||
# IMPORTANT NOTE: If you really want to keeps bot and things out of certain parts of your web site
|
||||
# Rather implement a comlex Google Re-Captcha to reach sections of your sites and for people to be able
|
||||
# to access download links. Google Re-Captcha with images is too complex for any bot.
|
||||
|
||||
38.0.0.0/8 0;
|
||||
206.2.138.0/23 0;
|
||||
208.71.164.0/22 0;
|
||||
4.17.135.32/27 0;
|
||||
63.144.0.0/13 0;
|
||||
65.112.0.0/12 0;
|
||||
65.192.0.0/11 0;
|
||||
65.213.208.128/27 0;
|
||||
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
|
||||
# a payload. The payload looks similar to this
|
||||
# "$\xC9\xE1\xDC\x9B+\x8F\x1C\xE71\x99\xA8\xDB6\x1E#\xBB\x19#Hx\xA7\xFD\x0F9-"
|
||||
# and is sometime VERY long. You may have noticed this in your logs.
|
||||
# I support research projects and all my servers respond with an error to this type of
|
||||
# string so I do not block them but if you want to block just uncomment the following line
|
||||
# or email them asking them not to scan your server. They do respond.
|
||||
# Visit http://169.229.3.91/ for more info
|
||||
|
||||
# If you really do want to block them change all the 0 below to 1.
|
||||
|
||||
169.229.3.91 0;
|
||||
35.184.226.2361;
|
||||
104.198.131.58 1;
|
||||
34.68.144.114 1;
|
||||
104.154.120.187 1;
|
||||
35.202.145.110 1;
|
||||
35.192.187.174 1;
|
||||
|
|
|
@ -1,50 +1,50 @@
|
|||
ASPSeek
|
||||
Barkrowler
|
||||
BetaBot
|
||||
Cegbfeieh
|
||||
ChinaClaw
|
||||
Demon
|
||||
Dragonfly
|
||||
EasyDL
|
||||
EMail Siphon
|
||||
EMail Wolf
|
||||
Evil
|
||||
Extreme Picture Finder
|
||||
EyeNetIE
|
||||
Getintent
|
||||
HTTP::Lite
|
||||
IDBot
|
||||
Id-search
|
||||
instabid
|
||||
Intelliseek
|
||||
IstellaBot
|
||||
Jbrofuzz
|
||||
JennyBot
|
||||
Kenjin Spider
|
||||
Larbin
|
||||
LeechFTP
|
||||
LinkpadBot
|
||||
LinqiaMetadataDownloaderBot
|
||||
Magnet
|
||||
meanpathbot
|
||||
MIDown tool
|
||||
NetMechanic
|
||||
Nibbler
|
||||
Niki-bot
|
||||
404checker
|
||||
AhrefsBot
|
||||
Backlink-Ceck
|
||||
BDFetch
|
||||
Cogentbot
|
||||
Copier
|
||||
Discobot
|
||||
Download Wonder
|
||||
Ebingbong
|
||||
EroCrawler
|
||||
Fyrebot
|
||||
GrapeshotCrawler
|
||||
HTTrack
|
||||
Humanlinks
|
||||
Internet Ninja
|
||||
internetVista monitor
|
||||
Iria
|
||||
Jyxobot
|
||||
magpie-crawler
|
||||
MarkWatch
|
||||
Mass Downloader
|
||||
MeanPath Bot
|
||||
mediawords
|
||||
MIIxpc
|
||||
Musobot
|
||||
Navroad
|
||||
Netvibes
|
||||
NICErsPRO
|
||||
Nimbostratus
|
||||
OutclicksBot
|
||||
PleaseCrawl
|
||||
ProPowerBot
|
||||
SiteLockSpider
|
||||
SiteSnagger
|
||||
Spanner
|
||||
Teleport
|
||||
Titan
|
||||
Tracemyfile
|
||||
POE-Component-Client-HTTP
|
||||
scan.lol
|
||||
SeoSiteCheckup
|
||||
SEOstats
|
||||
Sitebeam
|
||||
Snoopy
|
||||
SpaceBison
|
||||
Sqlworm
|
||||
Suzuran
|
||||
Toata
|
||||
True_Robot
|
||||
Upflow
|
||||
VoidEYE
|
||||
WebEnhancer
|
||||
Web Fetch
|
||||
Web Sucker
|
||||
Whack
|
||||
Whacker
|
||||
WWW::Mechanize
|
||||
Webalta
|
||||
WebAuto
|
||||
WebPix
|
||||
Webshag
|
||||
WISENutbot
|
||||
Wonderbot
|
||||
Zade
|
||||
ZyBorg
|
||||
|
|
|
@ -1,250 +1,250 @@
|
|||
Abonti
|
||||
404enemy
|
||||
Aboundex
|
||||
Aboundexbot
|
||||
Acunetix
|
||||
ADmantX
|
||||
AhrefsBot
|
||||
AiHitBot
|
||||
Aipbot
|
||||
Alexibot
|
||||
Alligator
|
||||
AllSubmitter
|
||||
AlphaBot
|
||||
Anarchie
|
||||
Apexoo
|
||||
archive.org_bot
|
||||
ASPSeek
|
||||
Asterias
|
||||
Attach
|
||||
BackDoorBot
|
||||
Backlink-Ceck
|
||||
backlink-check
|
||||
BackStreet
|
||||
BackWeb
|
||||
Badass
|
||||
BatchFTP
|
||||
BBBike
|
||||
Bandit
|
||||
Barkrowler
|
||||
BDCbot
|
||||
BDFetch
|
||||
Bigfoot
|
||||
Bitacle
|
||||
Blackboard
|
||||
Black Hole
|
||||
BlowFish
|
||||
Blow
|
||||
Boardreader
|
||||
Bolt
|
||||
BotALot
|
||||
Brandprotect
|
||||
Brandwatch
|
||||
BuiltBotTough
|
||||
coccocbot-web
|
||||
cognitiveseo
|
||||
com.plumanalytics
|
||||
BuiltWith
|
||||
Bullseye
|
||||
BunnySlippers
|
||||
BuzzSumo
|
||||
CCBot
|
||||
Cegbfeieh
|
||||
CheTeam
|
||||
Chlooe
|
||||
Cloud mapping
|
||||
Cogentbot
|
||||
Copier
|
||||
CopyRightCheck
|
||||
Cosmos
|
||||
Craftbot
|
||||
Copyscape
|
||||
crawler4j
|
||||
crawler.feedback
|
||||
crawl.sogou.com
|
||||
Crescent
|
||||
Curious
|
||||
Custo
|
||||
DataCha0s
|
||||
demandbase-bot
|
||||
Deusu
|
||||
Devil
|
||||
Digincore
|
||||
DigitalPebble
|
||||
Dirbuster
|
||||
DIIbot
|
||||
Dispatch
|
||||
DnyzBot
|
||||
DomainAppender
|
||||
DomainCrawler
|
||||
DomainSigmaCrawler
|
||||
DomainStatsBot
|
||||
Dragonfly
|
||||
Drip
|
||||
DSearch
|
||||
DTS Agent
|
||||
EasyDL
|
||||
Ebingbong
|
||||
EirGrabber
|
||||
EMail Siphon
|
||||
EMail Wolf
|
||||
evc-batch
|
||||
Exabot
|
||||
Express WebPictures
|
||||
ExtLinksBot
|
||||
Extreme Picture Finder
|
||||
facebookscraper
|
||||
FDM
|
||||
Firefox/7.0
|
||||
FlashGet
|
||||
EyeNetIE
|
||||
Ezooms
|
||||
FHscan
|
||||
Fimap
|
||||
Foobot
|
||||
Freeuploader
|
||||
GalaxyBot
|
||||
GermCrawler
|
||||
FyberSpider
|
||||
Fyrebot
|
||||
GetRight
|
||||
GetWeb
|
||||
Gigablast
|
||||
G-i-g-a-b-o-t
|
||||
Go-Ahead-Got-It
|
||||
Gotit
|
||||
Go!Zilla
|
||||
GrabNet
|
||||
GrapeFX
|
||||
GrapeshotCrawler
|
||||
GridBot
|
||||
GT::WWW
|
||||
Haansoft
|
||||
HaosouSpider
|
||||
Harvest
|
||||
HEADMasterSEO
|
||||
Hloader
|
||||
HMView
|
||||
HTTrack
|
||||
Humanlinks
|
||||
HybridBot
|
||||
Id-search
|
||||
Image Sucker
|
||||
Internet Ninja
|
||||
Iblog
|
||||
IDBot
|
||||
InfoNaviRobot
|
||||
instabid
|
||||
Intelliseek
|
||||
InterGET
|
||||
InternetSeer
|
||||
internetVista monitor
|
||||
IRLbot
|
||||
Iskanie
|
||||
IstellaBot
|
||||
JamesBOT
|
||||
Jbrofuzz
|
||||
JetCar
|
||||
Jetty
|
||||
Joomla
|
||||
Jorgee
|
||||
JustView
|
||||
Keyword Density
|
||||
Kozmosbot
|
||||
Kenjin Spider
|
||||
Larbin
|
||||
LeechFTP
|
||||
LeechGet
|
||||
LibWeb
|
||||
Libwhisker
|
||||
Likse
|
||||
Linkdexbot
|
||||
LinkScan
|
||||
LinkextractorPro
|
||||
LinqiaMetadataDownloaderBot
|
||||
Lipperhey Spider
|
||||
lwp-trivial
|
||||
LinqiaScrapeBot
|
||||
Litemage_walker
|
||||
Lmspider
|
||||
Ltx71
|
||||
lwp-request
|
||||
LWP::Simple
|
||||
Magnet
|
||||
Mag-Net
|
||||
magpie-crawler
|
||||
Mail.RU_Bot
|
||||
Majestic12
|
||||
Majestic SEO
|
||||
Majestic-SEO
|
||||
MarkMonitor
|
||||
MarkWatch
|
||||
Mass Downloader
|
||||
Mata Hari
|
||||
MauiBot
|
||||
Meanpathbot
|
||||
MeanPath Bot
|
||||
Mediatoolkitbot
|
||||
mediawords
|
||||
MFC_Tear_Sample
|
||||
Microsoft Data Access
|
||||
Microsoft URL Control
|
||||
Mister PiX
|
||||
MIDown tool
|
||||
MIIxpc
|
||||
MJ12bot
|
||||
MSFrontPage
|
||||
Musobot
|
||||
Name Intelligence
|
||||
Msrabot
|
||||
MS Web Services Client Protocol
|
||||
muhstik-scan
|
||||
Nameprotect
|
||||
NearSite
|
||||
Nessus
|
||||
NetMechanic
|
||||
NetLyzer
|
||||
Net Vampire
|
||||
Netvibes
|
||||
NextGenSearchBot
|
||||
Nibbler
|
||||
NetZIP
|
||||
NICErsPRO
|
||||
Nikto
|
||||
NimbleCrawler
|
||||
Nimbostratus
|
||||
Ninja
|
||||
Nmap
|
||||
NPbot
|
||||
oBot
|
||||
Offline Explorer
|
||||
Offline Navigator
|
||||
OnCrawl
|
||||
Openfind
|
||||
OpenLinkProfiler
|
||||
Openvas
|
||||
OrangeBot
|
||||
OrangeSpider
|
||||
OutclicksBot
|
||||
OutfoxBot
|
||||
PageAnalyzer
|
||||
Page Analyzer
|
||||
Panscient
|
||||
Papa Foto
|
||||
Picscout
|
||||
Picsearch
|
||||
pcBrowser
|
||||
PHPCrawl
|
||||
PictureFinder
|
||||
Pixray
|
||||
ProWebWalker
|
||||
Pimonster
|
||||
PleaseCrawl
|
||||
Pockey
|
||||
Psbot
|
||||
Pump
|
||||
PxBroker
|
||||
PyCurl
|
||||
QueryN Metasearch
|
||||
Quick-Crawler
|
||||
RankActiveLinkBot
|
||||
RankingBot
|
||||
RankingBot2
|
||||
RankFlex
|
||||
Rankivabot
|
||||
RankurBot
|
||||
RealDownload
|
||||
RedesScrapy
|
||||
RepoMonkey
|
||||
s1z.ru
|
||||
scan.lol
|
||||
Ripper
|
||||
RocketCrawler
|
||||
Rogerbot
|
||||
ScanAlert
|
||||
ScoutJet
|
||||
ScreenerBot
|
||||
SearchmetricsBot
|
||||
SEOkicks
|
||||
seoscanners
|
||||
SEOstats
|
||||
Shodan
|
||||
Screaming
|
||||
Semrush
|
||||
SemrushBot
|
||||
SEOkicks-Robot
|
||||
SEOprofiler
|
||||
Siphon
|
||||
Sitebeam
|
||||
SiteLockSpider
|
||||
SiteSnagger
|
||||
SiteSucker
|
||||
Site Sucker
|
||||
SlySearch
|
||||
SMTBot
|
||||
sogouspider
|
||||
Snake
|
||||
Snapbot
|
||||
SocialRankIOBot
|
||||
Sociscraper
|
||||
Sosospider
|
||||
SpaceBison
|
||||
SpankBot
|
||||
Spanner
|
||||
Spbot
|
||||
SputnikBot
|
||||
Sqlmap
|
||||
Stripper
|
||||
Sucker
|
||||
SuperHTTP
|
||||
spyfu
|
||||
Steeler
|
||||
Sucuri
|
||||
Surfbot
|
||||
SurveyBot
|
||||
Suzuran
|
||||
Swiftbot
|
||||
Szukacz
|
||||
sysscan
|
||||
T0PHackTeam
|
||||
T8Abot
|
||||
tAkeOut
|
||||
Teleport
|
||||
Telesphoreo
|
||||
The Intraformant
|
||||
TeleportPro
|
||||
Telesphorep
|
||||
TheNomad
|
||||
Thumbor
|
||||
TightTwatBot
|
||||
Titan
|
||||
Toata
|
||||
Toweyabot
|
||||
trendiction.com
|
||||
trendiction.de
|
||||
Tracemyfile
|
||||
Trendictionbot
|
||||
True_Robot
|
||||
Turnitin
|
||||
TwengaBot
|
||||
Upflow
|
||||
URLy Warning
|
||||
Vacuum
|
||||
TurnitinBot
|
||||
URLy.Warning
|
||||
Vagabondo
|
||||
VB Project
|
||||
VCI
|
||||
Virusdie
|
||||
VoidEYE
|
||||
Voltron
|
||||
WallpapersHD
|
||||
WebCopier
|
||||
Wallpapers/3.0
|
||||
WebAuto
|
||||
WEBDAV
|
||||
WebEnhancer
|
||||
Web Enhancer
|
||||
WebFetch
|
||||
Web Fetch
|
||||
WebFuck
|
||||
WebGo IS
|
||||
WebImageCollector
|
||||
WebmasterWorldForumBot
|
||||
webmeup-crawler
|
||||
Web Pix
|
||||
WebReaper
|
||||
WebsiteQuester
|
||||
WebPix
|
||||
Webshag
|
||||
WebsiteExtractor
|
||||
Website Quester
|
||||
Webster
|
||||
WebStripper
|
||||
Web Sucker
|
||||
WebSucker
|
||||
Whack
|
||||
Whacker
|
||||
Whatweb
|
||||
Who.is Bot
|
||||
Widow
|
||||
WinHTTrack
|
||||
WiseGuys Robot
|
||||
Wonderbot
|
||||
Woobot
|
||||
Wotbox
|
||||
Wprecon
|
||||
WWW-Collector-E
|
||||
WWW-Mechanize
|
||||
WWW::Mechanize
|
||||
WWWOFFLE
|
||||
x09Mozilla
|
||||
x22Mozilla
|
||||
Xaldon_WebSpider
|
||||
Xenu
|
||||
YoudaoBot
|
||||
zauba.io
|
||||
Zermelo
|
||||
xpymep1.exe
|
||||
Zauba
|
||||
zgrab
|
||||
Zitebot
|
||||
ZmEu
|
||||
ZumBot
|
||||
|
|
|
@ -1,250 +1,250 @@
|
|||
360Spider
|
||||
Aboundexbot
|
||||
ADmantX
|
||||
404checker
|
||||
AhrefsBot
|
||||
AIBOT
|
||||
Alligator
|
||||
AllSubmitter
|
||||
archive.org_bot
|
||||
AiHitBot
|
||||
Alexibot
|
||||
AlphaBot
|
||||
Anarchie
|
||||
Apexoo
|
||||
ASPSeek
|
||||
BacklinkCrawler
|
||||
BackStreet
|
||||
Bandit
|
||||
BatchFTP
|
||||
Battleztar Bazinga
|
||||
BBBike
|
||||
BDCbot
|
||||
BDFetch
|
||||
BetaBot
|
||||
Bigfoot
|
||||
Black Hole
|
||||
BlackWidow
|
||||
BLEXBot
|
||||
Blow
|
||||
BlowFish
|
||||
Boardreader
|
||||
Brandprotect
|
||||
Bolt
|
||||
BotALot
|
||||
Brandwatch
|
||||
BuiltWith
|
||||
Calculon
|
||||
CCBot
|
||||
CherryPicker
|
||||
Bullseye
|
||||
BuzzSumo
|
||||
CazoodleBot
|
||||
Cegbfeieh
|
||||
CheTeam
|
||||
Chlooe
|
||||
Claritybot
|
||||
Cliqzbot
|
||||
Cloud mapping
|
||||
coccocbot-web
|
||||
cognitiveseo
|
||||
Collector
|
||||
com.plumanalytics
|
||||
Cosmos
|
||||
Craftbot
|
||||
CSHttp
|
||||
CopyRightCheck
|
||||
Copyscape
|
||||
crawl.sogou.com
|
||||
CrazyWebCrawler
|
||||
Crescent
|
||||
Custo
|
||||
DBLBot
|
||||
Demon
|
||||
DigitalPebble
|
||||
DatabaseDriverMysqli
|
||||
Deusu
|
||||
Devil
|
||||
DIIbot
|
||||
Dirbuster
|
||||
Disco
|
||||
Discobot
|
||||
Discoverybot
|
||||
DnyzBot
|
||||
DomainAppender
|
||||
DomainCrawler
|
||||
DomainSigmaCrawler
|
||||
Dragonfly
|
||||
DSearch
|
||||
Ebingbong
|
||||
eCatch
|
||||
ECCP/1.0
|
||||
Ecxi
|
||||
EirGrabber
|
||||
Express WebPictures
|
||||
EMail Siphon
|
||||
EroCrawler
|
||||
Extractor
|
||||
ExtractorPro
|
||||
Extreme Picture Finder
|
||||
facebookscraper
|
||||
FDM
|
||||
FHscan
|
||||
Fimap
|
||||
Flunky
|
||||
FrontPage
|
||||
FyberSpider
|
||||
Firefox/7.0
|
||||
FlashGet
|
||||
Foobot
|
||||
Freeuploader
|
||||
Genieo
|
||||
GermCrawler
|
||||
GetWeb
|
||||
Gigablast
|
||||
Go-Ahead-Got-It
|
||||
Gigabot
|
||||
Gotit
|
||||
GoZilla
|
||||
GrabNet
|
||||
Grafula
|
||||
GridBot
|
||||
Harvest
|
||||
GrapeFX
|
||||
GrapeshotCrawler
|
||||
GT::WWW
|
||||
Haansoft
|
||||
Havij
|
||||
HEADMasterSEO
|
||||
Iblog
|
||||
HTTP::Lite
|
||||
Humanlinks
|
||||
Id-search
|
||||
Image Sucker
|
||||
Indy Library
|
||||
IndeedBot
|
||||
instabid
|
||||
Intelliseek
|
||||
ips-agent
|
||||
JamesBOT
|
||||
JennyBot
|
||||
InterGET
|
||||
Internet Ninja
|
||||
internetVista monitor
|
||||
Iskanie
|
||||
IstellaBot
|
||||
Jetty
|
||||
JOC Web Spider
|
||||
Joomla
|
||||
Kenjin Spider
|
||||
Keyword Density
|
||||
Kozmosbot
|
||||
Lanshanbot
|
||||
Larbin
|
||||
LeechGet
|
||||
LibWeb
|
||||
LinkScan
|
||||
LinkWalker
|
||||
LinqiaMetadataDownloaderBot
|
||||
Libwhisker
|
||||
Linkdexbot
|
||||
LinksManager
|
||||
LinqiaRSSBot
|
||||
LinqiaScrapeBot
|
||||
Litemage_walker
|
||||
Lipperhey
|
||||
Lmspider
|
||||
LNSpiderguy
|
||||
Ltx71
|
||||
lwp-request
|
||||
lwp-trivial
|
||||
Mag-Net
|
||||
Majestic SEO
|
||||
Majestic-SEO
|
||||
MarkWatch
|
||||
Masscan
|
||||
Mass Downloader
|
||||
Mata Hari
|
||||
meanpathbot
|
||||
Meanpathbot
|
||||
Mediatoolkitbot
|
||||
MegaIndex.ru
|
||||
Metauri
|
||||
Microsoft URL Control
|
||||
MeanPath Bot
|
||||
MIDown tool
|
||||
MIIxpc
|
||||
Mister PiX
|
||||
Morfeus Fucking Scanner
|
||||
Msrabot
|
||||
NearSite
|
||||
Needle
|
||||
Nessus
|
||||
NetAnts
|
||||
Netcraft
|
||||
Mr.4x3
|
||||
MSFrontPage
|
||||
netEstate NE Crawler
|
||||
NetSpider
|
||||
Net Vampire
|
||||
Netvibes
|
||||
NetZIP
|
||||
NextGenSearchBot
|
||||
Nibbler
|
||||
Niki-bot
|
||||
NPbot
|
||||
NimbleCrawler
|
||||
Nimbostratus
|
||||
Nmap
|
||||
Nutch
|
||||
oBot
|
||||
Octopus
|
||||
Offline Explorer
|
||||
Offline Navigator
|
||||
OpenLinkProfiler
|
||||
OnCrawl
|
||||
Openfind
|
||||
OpenVAS
|
||||
OrangeBot
|
||||
OrangeSpider
|
||||
OutclicksBot
|
||||
OutfoxBot
|
||||
page scorer
|
||||
PageScorer
|
||||
Panscient
|
||||
Papa Foto
|
||||
PECL::HTTP
|
||||
Pavuk
|
||||
pcBrowser
|
||||
PeoplePal
|
||||
PHPCrawl
|
||||
Picsearch
|
||||
PictureFinder
|
||||
Pimonster
|
||||
Pixray
|
||||
PleaseCrawl
|
||||
plumanalytics
|
||||
Pockey
|
||||
Probethenet
|
||||
Pi-Monster
|
||||
POE-Component-Client-HTTP
|
||||
ProPowerBot
|
||||
ProWebWalker
|
||||
Pump
|
||||
PxBroker
|
||||
PyCurl
|
||||
RankActive
|
||||
RankActiveLinkBot
|
||||
QueryN Metasearch
|
||||
Quick-Crawler
|
||||
RankFlex
|
||||
RankingBot
|
||||
Rankivabot
|
||||
RankurBot
|
||||
RealDownload
|
||||
RebelMouse
|
||||
Recorder
|
||||
ReGet
|
||||
RepoMonkey
|
||||
Ripper
|
||||
RocketCrawler
|
||||
Rogerbot
|
||||
SalesIntelligent
|
||||
SBIder
|
||||
ScanAlert
|
||||
Scanbot
|
||||
scan.lol
|
||||
Scrapy
|
||||
ScreenerBot
|
||||
Searchestate
|
||||
SearchmetricsBot
|
||||
SEOkicks
|
||||
Semrush
|
||||
SEOlyticsCrawler
|
||||
SEOprofiler
|
||||
Seomoz
|
||||
seoscanners
|
||||
serpstatbot
|
||||
Shodan
|
||||
Siphon
|
||||
SISTRIX
|
||||
SiteSnagger
|
||||
SiteSucker
|
||||
Site Sucker
|
||||
SlySearch
|
||||
SmartDownload
|
||||
Snake
|
||||
Sitebeam
|
||||
SMTBot
|
||||
Snoopy
|
||||
SocialRankIOBot
|
||||
Sociscraper
|
||||
Sogou web spider
|
||||
Sottopop
|
||||
Sosospider
|
||||
SpaceBison
|
||||
Spammen
|
||||
Spanner
|
||||
sp_auditbot
|
||||
Spbot
|
||||
Spinn3r
|
||||
SputnikBot
|
||||
Sqlmap
|
||||
Sqlworm
|
||||
Steeler
|
||||
Stripper
|
||||
Sucker
|
||||
SuperBot
|
||||
Surfbot
|
||||
Suzuran
|
||||
Swiftbot
|
||||
Szukacz
|
||||
T8Abot
|
||||
tAkeOut
|
||||
Teleport
|
||||
T0PHackTeam
|
||||
TeleportPro
|
||||
Telesoft
|
||||
Telesphoreo
|
||||
The Intraformant
|
||||
TightTwatBot
|
||||
Toweyabot
|
||||
Trendictionbot
|
||||
trendiction.com
|
||||
Tracemyfile
|
||||
Trendiction
|
||||
trendiction.de
|
||||
True_Robot
|
||||
Turnitin
|
||||
TurnitinBot
|
||||
TwengaBot
|
||||
UnisterBot
|
||||
Upflow
|
||||
URLy Warning
|
||||
URLy.Warning
|
||||
Vacuum
|
||||
Vagabondo
|
||||
VCI
|
||||
VeriCiteCrawler
|
||||
VidibleScraper
|
||||
VoidEYE
|
||||
Voltron
|
||||
Wallpapers/3.0
|
||||
WallpapersHD
|
||||
WASALive-Bot
|
||||
WBSearchBot
|
||||
WebAuto
|
||||
Web Collage
|
||||
WebCopier
|
||||
WEBDAV
|
||||
WebEnhancer
|
||||
Web Enhancer
|
||||
WebGo IS
|
||||
WebLeacher
|
||||
Web Fetch
|
||||
WebFuck
|
||||
Web Fuck
|
||||
WebImageCollector
|
||||
WebmasterWorldForumBot
|
||||
WebSauger
|
||||
Webshag
|
||||
WebsiteExtractor
|
||||
WebsiteQuester
|
||||
WebSucker
|
||||
WebWhacker
|
||||
webmeup-crawler
|
||||
WebReaper
|
||||
Web Sauger
|
||||
WebStripper
|
||||
Whack
|
||||
Whacker
|
||||
Who.is Bot
|
||||
Widow
|
||||
WinHTTrack
|
||||
Wonderbot
|
||||
Wotbox
|
||||
Wprecon
|
||||
WPScan
|
||||
WWWOFFLE
|
||||
x09Mozilla
|
||||
WWW-Collector-E
|
||||
WWW-Mechanize
|
||||
x22Mozilla
|
||||
Xaldon_WebSpider
|
||||
Xenu
|
||||
xpymep1.exe
|
||||
Zade
|
||||
YoudaoBot
|
||||
Zauba
|
||||
zauba.io
|
||||
Zermelo
|
||||
Zeus
|
||||
ZmEu
|
||||
ZumBot
|
||||
ZyBorg
|
||||
|
|
|
@ -1,100 +1,100 @@
|
|||
00author.com
|
||||
1webmaster.ml
|
||||
adultactioncam.com
|
||||
airlandsea.info
|
||||
albumsuper.info
|
||||
allproblog.com
|
||||
apiportalmorecom-a.akamaihd.net
|
||||
best-way.men
|
||||
bestwaystogetpaid.us
|
||||
betterscooter.com
|
||||
biteg.xyz
|
||||
buehne-fuer-menschenrechte.de
|
||||
business-made-fun.com
|
||||
buzz-porno.info
|
||||
callmd5map.com
|
||||
12bet.com
|
||||
apibetweenlinesn-a.akamaihd.net
|
||||
apimegabrowsebiz-a.akamaihd.net
|
||||
appearance-cool.com
|
||||
arcteryxsale.online
|
||||
avtolombard-krasnodar.com
|
||||
beachfix.co
|
||||
bestofupload.info
|
||||
bloggedporn.com
|
||||
bochemit.com.ua
|
||||
breastaugmentation.co.za
|
||||
canrole.com
|
||||
caulderwoodkennels.com
|
||||
cezartabac.ro
|
||||
cognitiveseo.com
|
||||
detalizaciya-tut.biz
|
||||
dkvorota.ru
|
||||
drillsaw.ru
|
||||
eduinfosite.com
|
||||
erotik0049.com
|
||||
eshop4u.jp
|
||||
eshop.md
|
||||
etenininrade.ga
|
||||
excitacion.info
|
||||
extlabs.io
|
||||
failingmarriege.blogspot.com
|
||||
farmingworm.com
|
||||
chatseo.com
|
||||
clevernt.com
|
||||
compliance-jack.top
|
||||
copro.pw
|
||||
counciltally.com
|
||||
djonwatch.ru
|
||||
dojki-hd.com
|
||||
electronicadirect.com
|
||||
elektrischezigaretten1.blogse.nl
|
||||
favoritemoney.ru
|
||||
findsexguide.com
|
||||
forsex.info
|
||||
freegamesplay.online
|
||||
galleryawesome.com
|
||||
gaming-journal.com
|
||||
getpopunder.com
|
||||
gifspics.com
|
||||
gobongo.info
|
||||
greendream.com.ua
|
||||
hamilton.ca
|
||||
hdhc.ru
|
||||
healgastro.com
|
||||
ilovevitaly.xyz
|
||||
islamtoday.co.za
|
||||
janettabridal.com
|
||||
kfon.eu
|
||||
klikbonus.com
|
||||
labplus.ru
|
||||
lampokrat.ws
|
||||
lerporn.info
|
||||
lflash.ru
|
||||
mcadamssupplyco.com
|
||||
medicineseasybuy.com
|
||||
missis.top
|
||||
more-letom.ru
|
||||
mrcsa.com.au
|
||||
myliveblog.ru
|
||||
narosty.com
|
||||
normalegal.ru
|
||||
nottyu.xyz
|
||||
novgorod.xrus.org
|
||||
one-gear.com
|
||||
online247.ml
|
||||
optikremont.ru
|
||||
pateaswing.com
|
||||
penisvergrotendepillennl.ovh
|
||||
pihl.se
|
||||
pornhubforum.tk
|
||||
pornosexrolik.com
|
||||
powenlite24.ru
|
||||
privat-girl.net
|
||||
pts163.ru
|
||||
puzzleweb.ru
|
||||
rebuildermedical.com
|
||||
recinziireale.com
|
||||
remontvsamare.su
|
||||
rustic-quiver.win
|
||||
sbt-aqua.ru
|
||||
scanner-mary.top
|
||||
seo-prof1.xyz
|
||||
shemalegalls.blogporn.in
|
||||
shop.xz618.com
|
||||
sibecoprom.ru
|
||||
simul.co
|
||||
slavic-magic.ru
|
||||
sneakyboy.com
|
||||
socialbutton.xyz
|
||||
survival.betteroffers.review
|
||||
svbur.ru
|
||||
thepantonpractice.co.uk
|
||||
tomck.com
|
||||
topkarkas.com
|
||||
trudogolik.net
|
||||
wiosenny-bon-1500.pl
|
||||
xaijo.com
|
||||
youbrainboost.asia
|
||||
youtube-downloader.savetubevideo.com
|
||||
zawyna.ua
|
||||
flashahead.info
|
||||
freemaintenancesysforpcandmac.top
|
||||
geileweiber.tk
|
||||
gstatey.net
|
||||
guildebzh.info
|
||||
healing-dysplasia.ru
|
||||
hkladys.com
|
||||
hotelcrocenzi.sm
|
||||
houseofgaga.ru
|
||||
houseofrose.com
|
||||
hvd-store.com
|
||||
irkutsk.online-podarki.com
|
||||
itrevolution.cf
|
||||
kazinogames.lv
|
||||
khafre.us
|
||||
lion.snapmap.us
|
||||
lubetube.com
|
||||
magnetpress.sk
|
||||
marwer.info
|
||||
moivestiy.biz
|
||||
morpicert.pw
|
||||
muizre.ru
|
||||
mycaf.it
|
||||
myindospace.com
|
||||
newsperuse.com
|
||||
nicefloor.co.uk
|
||||
norththeface.store
|
||||
notaria-desalas.com
|
||||
offf.info
|
||||
olgacvetmet.com
|
||||
openstat.com
|
||||
pearlisland.ru
|
||||
pewit.pw
|
||||
poem-paying.gq
|
||||
polybuild.ru
|
||||
pornolook.net
|
||||
portadd.men
|
||||
porto.abuilder.net
|
||||
recipedays.com
|
||||
refererx.com
|
||||
runofilms.ru
|
||||
saletool.ru
|
||||
scansafe.net
|
||||
sharebutton.net
|
||||
shijian.ac.cn
|
||||
silvercash.com
|
||||
site.ru
|
||||
smartshoppymac.com
|
||||
social-button.xyz
|
||||
sotkal.lark.ru
|
||||
souvenir.cc
|
||||
spb-plitka.ru
|
||||
spylog.com
|
||||
store-rx.com
|
||||
supervesti.ru
|
||||
suralink.com
|
||||
surffoundation.nl
|
||||
suture.co
|
||||
tandvardshuset.net
|
||||
timdreby.com
|
||||
time-japan.ru
|
||||
tizanidinehcl4mgtabinfo.blogspot.com
|
||||
tizanidineorflexeril.blogspot.com
|
||||
trahvid.com
|
||||
uroki.net
|
||||
validdomain.xyz
|
||||
vedomstvo.net
|
||||
vegan-foods.us
|
||||
vertaform.com
|
||||
viagengrarx.com
|
||||
vip.51.la
|
||||
volgograd.xrus.org
|
||||
vseigru.one
|
||||
wieseversa.no
|
||||
wrona.it
|
||||
xn--80aagddcgkbcqbad7amllnejg6dya.xn--p1ai
|
||||
xxxguitars.com
|
||||
youporn-ru.com
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,250 +1,250 @@
|
|||
03e.info
|
||||
101raccoon.ru
|
||||
11235813.webzdarma.cz
|
||||
1-99seo.com
|
||||
256bit.by
|
||||
2x2fan.ru
|
||||
3xforum.ro
|
||||
4webmasters.org
|
||||
5u.com
|
||||
admanaerofoil.com
|
||||
01apple.com
|
||||
0daymusic.org
|
||||
1millionusd.xyz
|
||||
2rich4bitches.com
|
||||
45en.ru
|
||||
4ureyesonly.com
|
||||
76brighton.co.uk
|
||||
abclauncher.com
|
||||
adrenalin-stk.ru
|
||||
affiliate-fr.com
|
||||
agahinameh.com
|
||||
aimayangzhi.com
|
||||
alarmobninsk.ru
|
||||
aliexpress.com
|
||||
alldezservice.kz
|
||||
ameblo.jp
|
||||
angigreene.com
|
||||
anonymizeme.pro
|
||||
apiqualitinknet-a.akamaihd.net
|
||||
appleid-verification.com
|
||||
arabgirls.adultgalls.com
|
||||
artavenuegardenstudios.com
|
||||
astana.xxxkaz.org
|
||||
aussie-prizes.com
|
||||
azlex.uz
|
||||
baoxaydung.com.vn
|
||||
battlecarnival.su
|
||||
bestbuy.ca
|
||||
bestmobilityscooterstoday.com
|
||||
bigpictures.club
|
||||
biographiya.com
|
||||
bio-japan.net
|
||||
blackle.com
|
||||
blackwitchcraft.ru
|
||||
blog.yam.com
|
||||
bravegirlsclub.com
|
||||
brus-vsem.ru
|
||||
buigas.00it.com
|
||||
buyessay3.blogspot.ru
|
||||
buzzzg.men
|
||||
camsex.xxx-cam.webcam
|
||||
candelluxsklep.pl
|
||||
candycrushshop.com
|
||||
cardsdumps.com
|
||||
cartujano-pre.de
|
||||
changde.58.com
|
||||
cheapbarbour.online
|
||||
cheapestjerseys-wholesale.com
|
||||
cheap-trusted-backlinks.com
|
||||
children-learningreading.info
|
||||
click2pawn.com
|
||||
cmd.kz
|
||||
cntravelre.com
|
||||
compliance-alex.xyz
|
||||
compliance-checker-7.info
|
||||
compliance-don.top
|
||||
compliance-irvin.xyz
|
||||
cookielawblog.wordpress.com
|
||||
coslab.club
|
||||
customcollegeessays.net
|
||||
cvety24.by
|
||||
ddospanel.com
|
||||
deplim.com
|
||||
detsky-nabytek.info
|
||||
dnsrsearch.com
|
||||
doktoronline.no
|
||||
domainanalyzing.xyz
|
||||
domain-tracker.com
|
||||
dominateforex.ml
|
||||
dostavka-v-krym.com
|
||||
dvervmoskvu.ru
|
||||
educontest.net
|
||||
egovaleo.it
|
||||
elektronischezigarettekaufen1.myblog.de
|
||||
enginebay.ru
|
||||
eshop.md
|
||||
etur.ru
|
||||
ezigarettenkaufen1.pagina.gr
|
||||
f0815.de
|
||||
fdzone.org
|
||||
femmesdenudees.com
|
||||
filmi-onlain.info
|
||||
fitnesspiks.com
|
||||
focalink.com
|
||||
fr-bearings.ru
|
||||
freshdz.com
|
||||
frvo.alptandem.ru
|
||||
fusoradio.info
|
||||
getaclueamerica.com
|
||||
gg.zzyjxs.com
|
||||
glavtral.ru
|
||||
gnuetella.com
|
||||
gombita.info
|
||||
gosreg.amchs.ru
|
||||
gsasearchengineranker.xyz
|
||||
gsmlab.pl
|
||||
guruofcasino.com
|
||||
handicapvantoday.com
|
||||
hd-filmy.net
|
||||
idealtits.net
|
||||
idegenvezeto.eu
|
||||
images-free.net
|
||||
incanto.in.ua
|
||||
indetiske.ya.ru
|
||||
insider.pro
|
||||
interferencer.ru
|
||||
investpamm.ru
|
||||
investyb.com
|
||||
irunfar.com
|
||||
iscblog.info
|
||||
istripper.com
|
||||
iwanttodeliver.com
|
||||
janavibekken.no
|
||||
japfm.com
|
||||
jaxcube.info
|
||||
juliadiets.com
|
||||
justdating.online
|
||||
jwss.cc
|
||||
keyword-suggestions.com
|
||||
kidskunst.info
|
||||
klumba55.ru
|
||||
kol-energo.ru
|
||||
koleso24.com.ua
|
||||
kollesa.ru
|
||||
kolotiloff.ru
|
||||
kung-fu-ru.com
|
||||
lashstudia.ru
|
||||
ledis.top
|
||||
letslowbefast.site
|
||||
lignofix.ua
|
||||
liky.co.ua
|
||||
lirunet.ru
|
||||
alice.it
|
||||
allwomen.info
|
||||
alphahoverboards.com
|
||||
amazingpic.net
|
||||
amospalla.es
|
||||
amyfoxfitness.com
|
||||
android4fun.org
|
||||
anticrawler.org
|
||||
apibetweenlinesn-a.akamaihd.net
|
||||
appartement-stumm.at
|
||||
app-ready.xyz
|
||||
arendas.net
|
||||
atovh.local-finders.com
|
||||
audiofree.ru
|
||||
autotop.com.ua
|
||||
avirasecureserver.com
|
||||
babespcs.com
|
||||
backlinkwatch.com
|
||||
bannertesting.com
|
||||
bashtime.ru
|
||||
bear.gotcher.us
|
||||
becuo.com
|
||||
bedandbreakfast.com
|
||||
bestdraws.com
|
||||
betterhdporn.com
|
||||
bioscorp.ru
|
||||
biznesschat.net
|
||||
bkgr.se
|
||||
bloglag.com
|
||||
blogos.kz
|
||||
blog.remote-computer.de
|
||||
bloke.com
|
||||
bluesman.nu
|
||||
bpro1.top
|
||||
bupropion-sr-150-mg.us
|
||||
buypillsorderonline.com
|
||||
cakesplus.com.au
|
||||
callejondelpozo.es
|
||||
cardul.ru
|
||||
cartierbraceletsreplica.pw
|
||||
cartierlovestore.xyz
|
||||
casite-513049.cloudaccess.net
|
||||
cayado.snn.gr
|
||||
classicakuhni.ru
|
||||
com-cleaner.systems
|
||||
compliance-julianna.top
|
||||
compliance-walt.top
|
||||
cookie-law-enforcement-aa.xyz
|
||||
copro.pw
|
||||
crazyprotocol.com
|
||||
culad.com
|
||||
customerpromos-a.akamaihd.net
|
||||
daptravel.com
|
||||
dealighted.com
|
||||
digilander.libero.it
|
||||
documentsite.net
|
||||
domain2008.com
|
||||
dvd-famille.com
|
||||
education-cz.ru
|
||||
eduserver.net
|
||||
elidelcream.weebly.com
|
||||
elvel.com.ua
|
||||
empirepoker.com
|
||||
enge-fotzen.info
|
||||
englishdictionaryfree.com
|
||||
envaseslotusama.com
|
||||
erot.co
|
||||
ezigarettenkaufen1.deviantart.com
|
||||
f00kclan.de
|
||||
f07.de
|
||||
falllow.gq
|
||||
fantasticpixcool.com
|
||||
fashionindeed.ml
|
||||
fashion.stellaconstance.co
|
||||
fefo.gdn
|
||||
filmfanatic.com
|
||||
funponsel.com
|
||||
fxgallery.com
|
||||
gamedayhouse.com
|
||||
game-top.su
|
||||
germetiki.com.ua
|
||||
globalscam.ga
|
||||
goroda-vsego-mira.ru
|
||||
gta-club.ru
|
||||
hazardky.net
|
||||
healmytrauma.info
|
||||
hermesbelts.xyz
|
||||
hitsbox.info
|
||||
hoste.octopis.com
|
||||
iccornacircri.cf
|
||||
imadedinner.net
|
||||
infodocsportal.com
|
||||
infostatsvc.com
|
||||
ivanstroi.ru
|
||||
ix20.ru
|
||||
jbl-charge.info
|
||||
jerseywholesalechinabiz.com
|
||||
jrpmakati.com
|
||||
j-times.ru
|
||||
jurajskie.info
|
||||
kam-dom.ru
|
||||
kinky-fetishes.com
|
||||
kinoduh.ru
|
||||
kiskinhouse.com
|
||||
knigonosha.net
|
||||
knowsitall.info
|
||||
komp-pomosch.ru
|
||||
konteiner24.com
|
||||
kredit-pod-zalog-krasnodar.ru
|
||||
ldrtrack.com
|
||||
liveshoppersmac.com
|
||||
lob.com.ru
|
||||
lostaruban.com
|
||||
louboutinbooties.xyz
|
||||
lyrics.home-task.com
|
||||
m5home.ru
|
||||
magnetpress.sk
|
||||
mantramusic.ru
|
||||
medicineseasybuy.com
|
||||
megavolt.net.ua
|
||||
mesbuta.info
|
||||
micasainvest.com
|
||||
llastbuy.ru
|
||||
localmatchbook.com
|
||||
loginduepunti.it
|
||||
make-money-online.com
|
||||
manifestation.betteroffers.review
|
||||
mapquestz.us
|
||||
mature.free-websites.com
|
||||
mebel-alait.ru
|
||||
medkletki.ru
|
||||
meetingrainstorm.bid
|
||||
mensandals.xyz
|
||||
microsoftportal.net
|
||||
mielec.pl
|
||||
mindbox.co.za
|
||||
mirobuvi.com.ua
|
||||
mmstat.com
|
||||
monetizationking.net
|
||||
myanyone.net
|
||||
myyour.eu
|
||||
minegam.com
|
||||
mobilierland.com
|
||||
moneyteam24.com
|
||||
mossmesi.com
|
||||
moxo.com
|
||||
musicas.baixar-musicas-gratis.com
|
||||
muznachas-service.ru
|
||||
mydearest.co
|
||||
nagdak.ru
|
||||
nastroyke.net
|
||||
newtechspb.ru
|
||||
nextbackgroundcheck.gq
|
||||
novodigs.com
|
||||
nsatc.net
|
||||
offtopic.biz
|
||||
of-ireland.info
|
||||
ooo-olni.ru
|
||||
pacificair.com
|
||||
pastaleads.com
|
||||
narkologiya-belgorod.ru
|
||||
na-telefon.biz
|
||||
neodownload.webcam
|
||||
netvouz.com
|
||||
next-dentists.tk
|
||||
nhl17coinsforps3.gratisblog.biz
|
||||
njpalletremoval.com
|
||||
novosibirsk.xrus.org
|
||||
nudo.ca
|
||||
okroshki.ru
|
||||
ontargetseo.us
|
||||
ossmalta.com
|
||||
outrageousdeal-a.akamaihd.net
|
||||
ovirus.ru
|
||||
owohho.com
|
||||
pawli.eu
|
||||
pcgroup.com.uy
|
||||
penisvergrotendepillennl.ovh
|
||||
photokitchendesign.com
|
||||
picquery.com
|
||||
piulatte.cz
|
||||
podshipniki-ntn.ru
|
||||
poptool.net
|
||||
poquoson.org
|
||||
paydayonlinecom.com
|
||||
pewit.pw
|
||||
picphotos.net
|
||||
pinwallpaper.xyz
|
||||
pixgood.com
|
||||
pogosh.com
|
||||
polcin.de
|
||||
polybuild.ru
|
||||
porndroids.com
|
||||
porno-dojki.net
|
||||
pornoklad.net
|
||||
pospr.waw.pl
|
||||
pro-tec.kz
|
||||
qualitymarketzone.com
|
||||
rabotaetvse.ru
|
||||
rasteniya-vs-zombi.ru
|
||||
razyboard.com
|
||||
royal-betting.net
|
||||
rusprostitute.com
|
||||
rus-teh.narod.ru
|
||||
rutor.vip
|
||||
s1z.ru
|
||||
scanspyware.net
|
||||
seadragonherbery.com
|
||||
searchinterneat-a.akamaihd.net
|
||||
porno-chaman.info
|
||||
pr0fit-b0x.com
|
||||
preparevideosafesystem4unow.site
|
||||
prombudpostach.com.ua
|
||||
pro-okis.ru
|
||||
psa48.ru
|
||||
pssucai.info
|
||||
pst2017.onlinewebshop.net
|
||||
rebrand.ly
|
||||
recordpage-a.akamaihd.net
|
||||
registrydomainservices.com
|
||||
reklamuss.ru
|
||||
rff-cfal.info
|
||||
rock-cafe.info
|
||||
seo-traffic-ranking.info
|
||||
servingnotice.com
|
||||
sex-dating.co
|
||||
shohanb.com
|
||||
sientalyric.co
|
||||
simple-share-buttons.com
|
||||
site5.com
|
||||
sivs.ru
|
||||
sk.golden-praga.ru
|
||||
socialmonkee.com
|
||||
special-porn.com
|
||||
spidtest.org
|
||||
stariy-baku.com
|
||||
strigkaomsk.ru
|
||||
stroilka.info
|
||||
ship-marvel.co.ua
|
||||
shivafurnishings.com
|
||||
shopsellcardsdumps.com
|
||||
silverage.ru
|
||||
skyway24.ru
|
||||
spabali.org
|
||||
spasswelt.xyz
|
||||
spb-plitka.ru
|
||||
sports-supplements.us
|
||||
sr-rekneskap.no
|
||||
star61.de
|
||||
stardevine.com
|
||||
stats-collector.org
|
||||
supers.com.ua
|
||||
susanholtphotography.com
|
||||
surgut.zrus.org
|
||||
svarkagid.com
|
||||
svetlotorg.ru
|
||||
svtrd.com
|
||||
tako3.com
|
||||
td-l-market.ru
|
||||
tds-advert005.info
|
||||
thegolfclub.info
|
||||
timer4web.com
|
||||
token-lab.org
|
||||
top10registrycleaners.com
|
||||
topads.men
|
||||
theendivechronicles.com
|
||||
thefotosgratis.eu
|
||||
tizanidineforopiatewithdrawal.blogspot.com
|
||||
tizanidineingredients.blogspot.com
|
||||
topmira.com
|
||||
toursmaps.com
|
||||
trafficreceiver.club
|
||||
traffic100.com
|
||||
trafficstars.com
|
||||
turbo-suslik.org
|
||||
turizm.bz
|
||||
uamtrk.com
|
||||
umaseh.com
|
||||
uroki.net
|
||||
vashsvet.com
|
||||
vereo.eu
|
||||
video-chat.in
|
||||
videochat.tv.br
|
||||
vip-file.com
|
||||
vladhistory.com
|
||||
vladimir.zrus.org
|
||||
voronezh.xrus.org
|
||||
vykupavto-krasnodar.ru
|
||||
web-betting.ru
|
||||
webjam.com
|
||||
webshoppermac.com
|
||||
websites-reviews.com
|
||||
wedding0venues.tk
|
||||
weekes.biz.tc
|
||||
wesharepics.site
|
||||
whos.amung.us
|
||||
wieseversa.no
|
||||
trichizobswiv.agddns.net
|
||||
trk-4.net
|
||||
trubywriting.com
|
||||
tupper-shop.ru
|
||||
uac.net.au
|
||||
udayavani.com
|
||||
uhod-za-sobakoj.ru
|
||||
unmaroll.ya.ru
|
||||
usacasino.com
|
||||
video-camer.com
|
||||
videochat.mx
|
||||
video-production.com
|
||||
vipsexfinders.com
|
||||
vitoriacabos.com
|
||||
vonradio.com
|
||||
wallpapersdesk.info
|
||||
webradiology.ru
|
||||
website-analytics.online
|
||||
wildworld.site
|
||||
wineitudes.wordpress.com
|
||||
woman-tampon.ru
|
||||
www.arenda-yeisk.ru
|
||||
wordkeyhelper.com
|
||||
works.if.ua
|
||||
worldmusicfests.com
|
||||
wygraj-teraz.com
|
||||
xaylapdiendanang.com
|
||||
xclicks.net
|
||||
xjrul.com
|
||||
xtremeeagles.net
|
||||
yeartwit.com
|
||||
yottos.com
|
||||
yuarra.pluto.ro
|
||||
zaidia.xhost.ro
|
||||
zebramart.ru
|
||||
zoogdinsney.com
|
||||
xlolitka.com
|
||||
xn------7cdbapdecfd4ak1bn0amjffj7afu3y.xn--p1ai
|
||||
xn----dtbndd4ae7eub.top
|
||||
xn--e1aggki3c.xn--80adxhks
|
||||
xrus.org
|
||||
youjizz.com
|
||||
zacreditom.ru
|
||||
zeleznobeton.ru
|
||||
zeroredirect10.com
|
||||
znakomstva-piter78.ru
|
||||
zoolubimets.ru
|
||||
zs2vm.top
|
||||
|
|
|
@ -1,40 +1 @@
|
|||
# EDIT THIS FILE AS YOU LIKE TO WHITELIST ALL YOUR IP ADDRESSES AND IP RANGES ###
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.04
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
# / |/ /__ _(_)__ __ __ #
|
||||
# / / _ `/ / _ \\ \ / #
|
||||
# /_/|_/\_, /_/_//_/_\_\ #
|
||||
# __/___/ __ ___ __ ___ __ __ #
|
||||
# / _ )___ ____/ / / _ )___ / /_ / _ )/ /__ ____/ /_____ ____ #
|
||||
# / _ / _ `/ _ / / _ / _ \/ __/ / _ / / _ \/ __/ '_/ -_) __/ #
|
||||
# /____/\_,_/\_,_/ /____/\___/\__/ /____/_/\___/\__/_/\_\\__/_/ #
|
||||
# #
|
||||
##############################################################################
|
||||
|
||||
# Add One Entry Per Line - List all your IP's and IP Ranges you want to whitelist
|
||||
# This file must exist on your system or Nginx will fail a reload due to a missing file
|
||||
# Automatic updates will never be able to remove this custom list of yours
|
||||
# Add One Entry Per Line as per the example
|
||||
# Only add actual IP addresses and ranges here
|
||||
|
||||
# BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED
|
||||
# REFRAIN FROM USING 127.0.0.1 AS IT MAY CAUSE UNDESIRABLE RESULTS ON SOME SYSTEMS
|
||||
# ---------
|
||||
# EXAMPLES:
|
||||
# ---------
|
||||
# 111.111.111.111 0;
|
||||
|
||||
|
||||
35.184.226.2360;
|
||||
104.198.131.58 0;
|
||||
34.68.144.114 0;
|
||||
104.154.120.187 0;
|
||||
35.202.145.110 0;
|
||||
35.192.187.174 0;
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.06.1610
|
||||
#### Version: V4.2019.06.1611
|
||||
#### Bad Referrer Count: 6713
|
||||
#### Bad Bot Count: 556
|
||||
____________________
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.06.1610
|
||||
#### Version: V4.2019.06.1611
|
||||
#### Bad Referrer Count: 6713
|
||||
#### Bad Bot Count: 556
|
||||
____________________
|
||||
|
|
|
@ -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.1610
|
||||
#### Version: V4.2019.06.1611
|
||||
#### Bad Referrer Count: 6713
|
||||
#### Bad Bot Count: 556
|
||||
____________________
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.06.1610
|
||||
#### Version: V4.2019.06.1611
|
||||
#### Bad Referrer Count: 6713
|
||||
#### Bad Bot Count: 556
|
||||
____________________
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1610
|
||||
### Updated: Wed Jun 26 09:23:27 SAST 2019
|
||||
### Version: V4.2019.06.1611
|
||||
### Updated: Wed Jun 26 09:35:17 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1610
|
||||
### Updated: Wed Jun 26 09:23:27 SAST 2019
|
||||
### Version: V3.2019.06.1611
|
||||
### Updated: Wed Jun 26 09:35:19 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1610
|
||||
### Updated: Wed Jun 26 09:23:27 SAST 2019
|
||||
### Version: V4.2019.06.1611
|
||||
### Updated: Wed Jun 26 09:35:17 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
### Version Information #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1610
|
||||
### Updated: Wed Jun 26 09:23:28 SAST 2019
|
||||
### Version: V4.2019.06.1611
|
||||
### Updated: Wed Jun 26 09:35:19 SAST 2019
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
### Version Information ##
|
||||
|
|
Loading…
Add table
Reference in a new issue