mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 13:55:41 +00:00
V4.2023.06.3802 [ci skip]
This commit is contained in:
parent
f0b90767b1
commit
1d8319409b
37 changed files with 283 additions and 265 deletions
|
@ -66,6 +66,7 @@ BuiltWith
|
|||
Bullseye
|
||||
BunnySlippers
|
||||
BuzzSumo
|
||||
Bytespider
|
||||
CATExplorador
|
||||
CCBot
|
||||
CODE87
|
||||
|
|
|
@ -1 +1 @@
|
|||
3801
|
||||
3802
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2023.06.3801
|
||||
### Updated: Sat Jun 10 22:01:16 UTC 2023
|
||||
### Version: V3.2023.06.3802
|
||||
### Updated: Sun Jun 11 06:24:24 UTC 2023
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 641
|
||||
### Bad Bot Count: 642
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -215,6 +215,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Bullseye(?:\b)" 3;
|
||||
"~*(?:\b)BunnySlippers(?:\b)" 3;
|
||||
"~*(?:\b)BuzzSumo(?:\b)" 3;
|
||||
"~*(?:\b)Bytespider(?:\b)" 3;
|
||||
"~*(?:\b)CATExplorador(?:\b)" 3;
|
||||
"~*(?:\b)CCBot(?:\b)" 3;
|
||||
"~*(?:\b)CODE87(?:\b)" 3;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2023.06.3801
|
||||
### Updated: Sat Jun 10 22:01:15 UTC 2023
|
||||
### Version: V4.2023.06.3802
|
||||
### Updated: Sun Jun 11 06:24:23 UTC 2023
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 641
|
||||
### Bad Bot Count: 642
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -215,6 +215,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Bullseye(?:\b)" 3;
|
||||
"~*(?:\b)BunnySlippers(?:\b)" 3;
|
||||
"~*(?:\b)BuzzSumo(?:\b)" 3;
|
||||
"~*(?:\b)Bytespider(?:\b)" 3;
|
||||
"~*(?:\b)CATExplorador(?:\b)" 3;
|
||||
"~*(?:\b)CCBot(?:\b)" 3;
|
||||
"~*(?:\b)CODE87(?:\b)" 3;
|
||||
|
|
|
@ -45,4 +45,4 @@
|
|||
# - 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
|
||||
40.84.170.31 0;
|
||||
52.185.204.69 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2023.06.3801
|
||||
### Updated: Sat Jun 10 22:01:15 UTC 2023
|
||||
### Version: V4.2023.06.3802
|
||||
### Updated: Sun Jun 11 06:24:23 UTC 2023
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 641
|
||||
### Bad Bot Count: 642
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -215,6 +215,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Bullseye(?:\b)" 3;
|
||||
"~*(?:\b)BunnySlippers(?:\b)" 3;
|
||||
"~*(?:\b)BuzzSumo(?:\b)" 3;
|
||||
"~*(?:\b)Bytespider(?:\b)" 3;
|
||||
"~*(?:\b)CATExplorador(?:\b)" 3;
|
||||
"~*(?:\b)CCBot(?:\b)" 3;
|
||||
"~*(?:\b)CODE87(?:\b)" 3;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.38 1;
|
||||
10.1.0.31 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.38 0;
|
||||
10.1.0.31 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2023.06.3801
|
||||
### Updated: Sat Jun 10 22:01:15 UTC 2023
|
||||
### Version: V4.2023.06.3802
|
||||
### Updated: Sun Jun 11 06:24:23 UTC 2023
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 641
|
||||
### Bad Bot Count: 642
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -215,6 +215,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Bullseye(?:\b)" 3;
|
||||
"~*(?:\b)BunnySlippers(?:\b)" 3;
|
||||
"~*(?:\b)BuzzSumo(?:\b)" 3;
|
||||
"~*(?:\b)Bytespider(?:\b)" 3;
|
||||
"~*(?:\b)CATExplorador(?:\b)" 3;
|
||||
"~*(?:\b)CCBot(?:\b)" 3;
|
||||
"~*(?:\b)CODE87(?:\b)" 3;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.38 1;
|
||||
10.1.0.31 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.38 0;
|
||||
10.1.0.31 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2023.06.3801
|
||||
### Updated: Sat Jun 10 22:01:15 UTC 2023
|
||||
### Version: V4.2023.06.3802
|
||||
### Updated: Sun Jun 11 06:24:23 UTC 2023
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 641
|
||||
### Bad Bot Count: 642
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -215,6 +215,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Bullseye(?:\b)" 3;
|
||||
"~*(?:\b)BunnySlippers(?:\b)" 3;
|
||||
"~*(?:\b)BuzzSumo(?:\b)" 3;
|
||||
"~*(?:\b)Bytespider(?:\b)" 3;
|
||||
"~*(?:\b)CATExplorador(?:\b)" 3;
|
||||
"~*(?:\b)CCBot(?:\b)" 3;
|
||||
"~*(?:\b)CODE87(?:\b)" 3;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.38 1;
|
||||
10.1.0.31 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -127,6 +127,7 @@
|
|||
"~*(?:\b)Bullseye(?:\b|)" 0;
|
||||
"~*(?:\b)BunnySlippers(?:\b|)" 0;
|
||||
"~*(?:\b)BuzzSumo(?:\b|)" 0;
|
||||
"~*(?:\b)Bytespider(?:\b|)" 0;
|
||||
"~*(?:\b)CATExplorador(?:\b|)" 0;
|
||||
"~*(?:\b)CCBot(?:\b|)" 0;
|
||||
"~*(?:\b)CODE87(?:\b|)" 0;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.38 0;
|
||||
10.1.0.31 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2023.06.3801
|
||||
### Updated: Sat Jun 10 22:01:15 UTC 2023
|
||||
### Version: V4.2023.06.3802
|
||||
### Updated: Sun Jun 11 06:24:23 UTC 2023
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 641
|
||||
### Bad Bot Count: 642
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -215,6 +215,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Bullseye(?:\b)" 3;
|
||||
"~*(?:\b)BunnySlippers(?:\b)" 3;
|
||||
"~*(?:\b)BuzzSumo(?:\b)" 3;
|
||||
"~*(?:\b)Bytespider(?:\b)" 3;
|
||||
"~*(?:\b)CATExplorador(?:\b)" 3;
|
||||
"~*(?:\b)CCBot(?:\b)" 3;
|
||||
"~*(?:\b)CODE87(?:\b)" 3;
|
||||
|
|
|
@ -45,4 +45,4 @@
|
|||
# - 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
|
||||
40.84.170.31 0;
|
||||
52.185.204.69 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2023.06.3801
|
||||
### Updated: Sat Jun 10 22:01:15 UTC 2023
|
||||
### Version: V4.2023.06.3802
|
||||
### Updated: Sun Jun 11 06:24:23 UTC 2023
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 641
|
||||
### Bad Bot Count: 642
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -215,6 +215,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Bullseye(?:\b)" 3;
|
||||
"~*(?:\b)BunnySlippers(?:\b)" 3;
|
||||
"~*(?:\b)BuzzSumo(?:\b)" 3;
|
||||
"~*(?:\b)Bytespider(?:\b)" 3;
|
||||
"~*(?:\b)CATExplorador(?:\b)" 3;
|
||||
"~*(?:\b)CCBot(?:\b)" 3;
|
||||
"~*(?:\b)CODE87(?:\b)" 3;
|
||||
|
|
|
@ -45,4 +45,4 @@
|
|||
# - 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
|
||||
40.84.170.31 0;
|
||||
52.185.204.69 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2023.06.3801
|
||||
### Updated: Sat Jun 10 22:01:15 UTC 2023
|
||||
### Version: V4.2023.06.3802
|
||||
### Updated: Sun Jun 11 06:24:23 UTC 2023
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 641
|
||||
### Bad Bot Count: 642
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -215,6 +215,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Bullseye(?:\b)" 3;
|
||||
"~*(?:\b)BunnySlippers(?:\b)" 3;
|
||||
"~*(?:\b)BuzzSumo(?:\b)" 3;
|
||||
"~*(?:\b)Bytespider(?:\b)" 3;
|
||||
"~*(?:\b)CATExplorador(?:\b)" 3;
|
||||
"~*(?:\b)CCBot(?:\b)" 3;
|
||||
"~*(?:\b)CODE87(?:\b)" 3;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.38 1;
|
||||
10.1.0.31 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -127,6 +127,7 @@
|
|||
"~*(?:\b)Bullseye(?:\b|)" 0;
|
||||
"~*(?:\b)BunnySlippers(?:\b|)" 0;
|
||||
"~*(?:\b)BuzzSumo(?:\b|)" 0;
|
||||
"~*(?:\b)Bytespider(?:\b|)" 0;
|
||||
"~*(?:\b)CATExplorador(?:\b|)" 0;
|
||||
"~*(?:\b)CCBot(?:\b|)" 0;
|
||||
"~*(?:\b)CODE87(?:\b|)" 0;
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
Anarchy99
|
||||
Discobot
|
||||
FyberSpider
|
||||
LinqiaMetadataDownloaderBot
|
||||
Microsoft Data Access
|
||||
Moblie Safari
|
||||
POE-Component-Client-HTTP
|
||||
WPScan
|
||||
autoemailspider
|
||||
mediawords
|
||||
CheTeam
|
||||
Genieo
|
||||
Jetty
|
||||
Majestic12
|
||||
Mozlila
|
||||
Pandalytics
|
||||
ScreenerBot
|
||||
SemanticJuice
|
||||
Web Auto
|
||||
muhstik-scan
|
||||
|
|
|
@ -1,100 +1,100 @@
|
|||
404checker
|
||||
ADmantX
|
||||
AIBOT
|
||||
AdsTxtCrawlerTP
|
||||
Anarchy
|
||||
Ankit
|
||||
Attach
|
||||
BatchFTP
|
||||
Battleztar Bazinga
|
||||
BetaBot
|
||||
Blackboard
|
||||
BuiltWith
|
||||
BunnySlippers
|
||||
ASPSeek
|
||||
AllSubmitter
|
||||
Atomseobot
|
||||
BDCbot
|
||||
Bandit
|
||||
BlowFish
|
||||
Boardreader
|
||||
BotALot
|
||||
Buck
|
||||
BuiltBotTough
|
||||
BuzzSumo
|
||||
CATExplorador
|
||||
Calculon
|
||||
CazoodleBot
|
||||
Citoid
|
||||
DIIbot
|
||||
Disco
|
||||
DnBCrawler-Analytics
|
||||
CODE87
|
||||
ChinaClaw
|
||||
Claritybot
|
||||
Cloud mapping
|
||||
Cocolyzebot
|
||||
Cogentbot
|
||||
Copier
|
||||
Cosmos
|
||||
Crawling at Home Project
|
||||
DBLBot
|
||||
DTS Agent
|
||||
Dragonfly
|
||||
EasyDL
|
||||
Evil
|
||||
Express WebPictures
|
||||
ExtractorPro
|
||||
FDM
|
||||
Flunky
|
||||
Genieo
|
||||
GetRight
|
||||
Gigabot
|
||||
GrabNet
|
||||
Grafula
|
||||
GridBot
|
||||
HEADMasterSEO
|
||||
HTTrack
|
||||
Harvest
|
||||
EMail Wolf
|
||||
Extreme Picture Finder
|
||||
Firefox/7.0
|
||||
FlashGet
|
||||
Heritrix
|
||||
Hloader
|
||||
Humanlinks
|
||||
HybridBot
|
||||
Iblog
|
||||
IndeedBot
|
||||
InfoTekies
|
||||
JamesBOT
|
||||
JikeSpider
|
||||
JustView
|
||||
Libwhisker
|
||||
LinkextractorPro
|
||||
LinkpadBot
|
||||
LinksManager
|
||||
Majestic-SEO
|
||||
Mb2345Browser
|
||||
Minefield
|
||||
Image Sucker
|
||||
InfoNaviRobot
|
||||
Intelliseek
|
||||
IstellaBot
|
||||
Jbrofuzz
|
||||
Jetty
|
||||
Keybot Translation-Search-Machine
|
||||
LWP::Simple
|
||||
LieBaoFast
|
||||
Likse
|
||||
Lipperhey Spider
|
||||
Litemage_walker
|
||||
MSFrontPage
|
||||
Mail.RU_Bot
|
||||
Majestic12
|
||||
Masscan
|
||||
Metauri
|
||||
Mojeek
|
||||
Msrabot
|
||||
Net Vampire
|
||||
NetAnts
|
||||
Offline Explorer
|
||||
PECL::HTTP
|
||||
Pimonster
|
||||
ProWebWalker
|
||||
RankFlex
|
||||
Rogerbot
|
||||
SEOkicks
|
||||
SEOstats
|
||||
SentiBot
|
||||
SenutoBot
|
||||
SiteExplorer
|
||||
Sitevigil
|
||||
SmartDownload
|
||||
Snake
|
||||
Snapbot
|
||||
Spbot
|
||||
Sqlworm
|
||||
TheNomad
|
||||
Toweyabot
|
||||
Trendiction
|
||||
Turingos
|
||||
Twice
|
||||
VB Project
|
||||
Morfeus Fucking Scanner
|
||||
NPbot
|
||||
NetMechanic
|
||||
Nettrack
|
||||
Openfind
|
||||
POE-Component-Client-HTTP
|
||||
Papa Foto
|
||||
Picsearch
|
||||
RankingBot
|
||||
SEOprofiler
|
||||
SalesIntelligent
|
||||
Scrapy
|
||||
Screaming
|
||||
ScreenerBot
|
||||
SearchmetricsBot
|
||||
SemanticJuice
|
||||
SocialRankIOBot
|
||||
Sqlmap
|
||||
Stripper
|
||||
Sucker
|
||||
SurveyBot
|
||||
Swiftbot
|
||||
TwengaBot
|
||||
VeriCiteCrawler
|
||||
VidibleScraper
|
||||
Virusdie
|
||||
VoidEYE
|
||||
Wallpapers/3.0
|
||||
Web Enhancer
|
||||
WBSearchBot
|
||||
WPScan
|
||||
Web Fuck
|
||||
Web Pix
|
||||
WebGo IS
|
||||
WebZIP
|
||||
WebmasterWorldForumBot
|
||||
Website Quester
|
||||
Whack
|
||||
adscanner
|
||||
archive.org_bot
|
||||
WebAuto
|
||||
WebReaper
|
||||
Wotbox
|
||||
Xaldon WebSpider
|
||||
Xaldon_WebSpider
|
||||
ZoominfoBot
|
||||
arquivo-web-crawler
|
||||
cognitiveseo
|
||||
eCatch
|
||||
evc-batch
|
||||
lwp-trivial
|
||||
magpie-crawler
|
||||
meanpathbot
|
||||
mediawords
|
||||
muhstik-scan
|
||||
s1z.ru
|
||||
seobility
|
||||
sexsearcher
|
||||
spyfu
|
||||
seoscanners
|
||||
siteripz
|
||||
sogouspider
|
||||
webgains-bot
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
12bet.com
|
||||
273-fz.ru
|
||||
aa8b68101d388c446389283820863176e7.com
|
||||
blog.koorg.ru
|
||||
cv.wallhade.co
|
||||
finejewelryshop.ru
|
||||
itag.pw
|
||||
popander.mobi
|
||||
tagil.zrus.org
|
||||
warning.or.kr
|
||||
casite-513049.cloudaccess.net
|
||||
forums.toucharcade.com
|
||||
ledpolice.ru
|
||||
mensandals.xyz
|
||||
mncrftpcs.com
|
||||
sindragosa.comxa.com
|
||||
solnplast.ru
|
||||
trackzapper.com
|
||||
vegascosmetics.ru
|
||||
zigarettenonlinekaufen2.drupalgardens.com
|
||||
|
|
|
@ -1,100 +1,100 @@
|
|||
10bet.com
|
||||
13tabs.com
|
||||
1stat.ru
|
||||
3th.co.in
|
||||
4inn.ru
|
||||
5000-cotydzien.com
|
||||
aac500b7a15b2646968f6bd8c6305869d7.com
|
||||
allblogroll.com
|
||||
alphahoverboards.com
|
||||
ampower.me
|
||||
ausmepa.org.au
|
||||
autonew.biz
|
||||
avkzarabotok.info
|
||||
beachfix.co
|
||||
best-businessman.ru
|
||||
bestmarriages.com
|
||||
bet365.com
|
||||
bgviagrachrx.com
|
||||
bosman.pluto.ro
|
||||
brateg.xyz
|
||||
bugshoot.cn
|
||||
check-host.net
|
||||
compliance-ivan.top
|
||||
destinationrealestate.com
|
||||
detskie-konstruktory.ru
|
||||
dichvuvesinhhanoi.com
|
||||
dtm-spain.com
|
||||
e-buyeasy.com
|
||||
elektroniksigaraankara.info
|
||||
extremepornos.net
|
||||
femmesdenudees.com
|
||||
fickluder69.com
|
||||
filesclub.net
|
||||
gavuer.ru
|
||||
gigixo.com
|
||||
greatidea.marketing
|
||||
hd720kino.ru
|
||||
headpharmacy.com
|
||||
hildinghr.se
|
||||
iloveitaly.ru
|
||||
interferencer.ru
|
||||
jofucipiku.tk
|
||||
kareliatobacco.ru
|
||||
kinobest.pl
|
||||
kinogolos.ru
|
||||
kupiproday.com.ua
|
||||
lapolis.it
|
||||
malwareremovalcenter.com
|
||||
master-muznachas.ru
|
||||
meddesk.ru
|
||||
mnogolok.info
|
||||
morepoweronmac.trade
|
||||
mototsikl.org
|
||||
myblogregistercm.tk
|
||||
mygameplus.ru
|
||||
nfljerseyscheapbiz.us
|
||||
o-o-8-o-o.com
|
||||
openlibrary.org
|
||||
park.above.com
|
||||
pattersonsweb.com
|
||||
pb-dv.ru
|
||||
picsearch.com
|
||||
pk-pomosch.ru
|
||||
28n2gl3wfyb0.ru
|
||||
45en.ru
|
||||
5elementov.ru
|
||||
absolute-s.ru
|
||||
anaseracresar.tk
|
||||
animalia-life.club
|
||||
apiappenableinfo-a.akamaihd.net
|
||||
arenda-avtoprokat-krasnodar.ru
|
||||
aruplighting.com
|
||||
c-gainsbourg.com
|
||||
carapics.com
|
||||
cartierlovestore.xyz
|
||||
chatroulette.video
|
||||
cheapjerseysa.com
|
||||
cherrypointplace.ca
|
||||
cialiswithoutadoctor.net
|
||||
compliance-jess.top
|
||||
costablue.xyz
|
||||
cougfan.info
|
||||
country-chic.ru
|
||||
creativehutindia.com
|
||||
darmebel.com.ua
|
||||
dear-diary.ru
|
||||
deniven.1bb.ru
|
||||
dscaas.website
|
||||
electronicadirect.com
|
||||
elektrischezi.canalblog.com
|
||||
eropho.com
|
||||
exoclick.com
|
||||
fikasound.tk
|
||||
filmi-onlain.info
|
||||
flipper.top
|
||||
foto-weinberger.at
|
||||
friendflnder.com
|
||||
golden-catalog.pro
|
||||
groupmoney.ru
|
||||
healthcarestore.info
|
||||
helicalpile.us
|
||||
housediz.com
|
||||
hunthillfarmtrust.org
|
||||
i4track.net
|
||||
intelhdgraphicsgtdrive6w.metroblog.com
|
||||
jagg.info
|
||||
kerch.site
|
||||
keywordsdoctor.com
|
||||
konoplisemena.com
|
||||
koversite.info
|
||||
linkwithin.com
|
||||
lombardfinder.ru
|
||||
lyngdalhudterapi.no
|
||||
mensandals.xyz
|
||||
mirmedinfo.ru
|
||||
misandesign.se
|
||||
moncleronline.xyz
|
||||
money-for-placing-articles.com
|
||||
nacap.ru
|
||||
naj-filmy24.pl
|
||||
nfljerseysforsalewholesaler.com
|
||||
offtopic.biz
|
||||
okroshki.ru
|
||||
omoikiri-japan.ru
|
||||
ostrovtaxi.ru
|
||||
oxotl.com
|
||||
pekori.to
|
||||
penisvergrotendepillennl.ovh
|
||||
photostudiolightings.com
|
||||
pills24h.com
|
||||
pixgood.com
|
||||
plastgranar.nu
|
||||
play.leadzupc.com
|
||||
pons-presse.com
|
||||
pornhub-forum.ga
|
||||
prizesbook.online
|
||||
rasteniya-vs-zombi.ru
|
||||
rcb101.ru
|
||||
reversing.cc
|
||||
scenicmissouri.us
|
||||
semaltmedia.com
|
||||
servicecenter.co.ua
|
||||
sextracker.de
|
||||
sneakyboy.com
|
||||
stats-public.grammarly.io
|
||||
stroydetali.ru
|
||||
suralink.com
|
||||
t3chtonic.com
|
||||
tanieaukcje.com.pl
|
||||
tetracsaudi.com
|
||||
tizanidinehcl2mgsideeffects.blogspot.com
|
||||
toproadrunner5.info
|
||||
tripper.de
|
||||
uggsale.online
|
||||
vbikse.com
|
||||
viagra.pp.ua
|
||||
virtuagirl.com
|
||||
vk-mus.ru
|
||||
voltrknc1.com
|
||||
vuclip.com
|
||||
wallpaperaccess.com
|
||||
woman-h.ru
|
||||
ww2awards.info
|
||||
y8games-free.com
|
||||
zaimhelp.ru
|
||||
zarenica.net
|
||||
zhongwenlink.com
|
||||
zlatnajesen.com
|
||||
porngalleries.top
|
||||
porno-raskazy.ru
|
||||
privatefx.all4invest.info
|
||||
prohoster.info
|
||||
r-e-f-e-r-e-r.com
|
||||
randalljhoward.com
|
||||
realmonte.net
|
||||
research.ifmo.ru
|
||||
respublica-otel.ru
|
||||
royal-investments.net
|
||||
sbtdesign.co.uk
|
||||
sims-sims.ru
|
||||
siteheart.net
|
||||
sladkoevideo.com
|
||||
smichovbike.cz
|
||||
sofit-dmd.ru
|
||||
souvenirua.com
|
||||
spamnuker.com
|
||||
special-porn.com
|
||||
sudexpert66.ru
|
||||
sukarame.net
|
||||
taqywu51.soup.io
|
||||
tizanidinewithdrawalsymptoms.blogspot.com
|
||||
trumpetedextremes.com
|
||||
undergroundcityphoto.com
|
||||
x-lime.com
|
||||
xgftnlrt.bloger.index.hr
|
||||
yellowfootprints.com
|
||||
youdesigner.kz
|
||||
zebradudka.com
|
||||
zeroredirect7.com
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.38 0;
|
||||
10.1.0.31 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
|
||||
### Version Information #
|
||||
###################################################
|
||||
### Version: V4.2023.06.3801
|
||||
### Updated: Sat Jun 10 22:01:16 UTC 2023
|
||||
### Bad Bot Count: 641
|
||||
### Version: V4.2023.06.3802
|
||||
### Updated: Sun Jun 11 06:24:25 UTC 2023
|
||||
### Bad Bot Count: 642
|
||||
###################################################
|
||||
### Version Information ##
|
||||
|
||||
|
@ -151,6 +151,8 @@ User-agent: BunnySlippers
|
|||
Disallow:/
|
||||
User-agent: BuzzSumo
|
||||
Disallow:/
|
||||
User-agent: Bytespider
|
||||
Disallow:/
|
||||
User-agent: CATExplorador
|
||||
Disallow:/
|
||||
User-agent: CCBot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue