mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 22:05:46 +00:00
V4.2019.06.1597 [ci skip]
This commit is contained in:
parent
2941dba8fd
commit
c197d76290
22 changed files with 1695 additions and 1695 deletions
|
@ -33,4 +33,4 @@
|
|||
# 111.111.111.111 0;
|
||||
|
||||
|
||||
35.224.112.202 0;
|
||||
35.193.7.13 0;
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1596
|
||||
### Updated: Tue Jun 25 15:13:32 SAST 2019
|
||||
### Version: V3.2019.06.1597
|
||||
### Updated: Tue Jun 25 15:25:43 SAST 2019
|
||||
### Bad Referrer Count: 6711
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
@ -699,38 +699,38 @@ map $http_user_agent $bad_bot {
|
|||
# ***********************************************
|
||||
|
||||
# START GOOD BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
"~*\badidxbot\b" 0;
|
||||
"~*\bAdsBot-Google\b" 0;
|
||||
"~*\baolbuild\b" 0;
|
||||
"~*\bbingbot\b" 0;
|
||||
"~*\bbingpreview\b" 0;
|
||||
"~*\bDoCoMo\b" 0;
|
||||
"~*\bduckduckgo\b" 0;
|
||||
"~*\bfacebookexternalhit\b" 0;
|
||||
"~*\bFeedfetcher-Google\b" 0;
|
||||
"~*\bGooglebot\b" 0;
|
||||
"~*\bGooglebot-Image\b" 0;
|
||||
"~*\bGooglebot-Mobile\b" 0;
|
||||
"~*\bGooglebot-News\b" 0;
|
||||
"~*\bGooglebot/Test\b" 0;
|
||||
"~*\bGooglebot-Video\b" 0;
|
||||
"~*\bGoogle-HTTP-Java-Client\b" 0;
|
||||
"~*\bGravityscan\b" 0;
|
||||
"~*\bgsa-crawler\b" 0;
|
||||
"~*\bJakarta\ Commons\b" 0;
|
||||
"~*\bKraken/0.1\b" 0;
|
||||
"~*\bLinkedInBot\b" 0;
|
||||
"~*\bMediapartners-Google\b" 0;
|
||||
"~*\bmsnbot\b" 0;
|
||||
"~*\bmsnbot-media\b" 0;
|
||||
"~*\bSAMSUNG\b" 0;
|
||||
"~*\bSlackbot\b" 0;
|
||||
"~*\bSlackbot-LinkExpanding\b" 0;
|
||||
"~*\bslurp\b" 0;
|
||||
"~*\bteoma\b" 0;
|
||||
"~*\bTwitterBot\b" 0;
|
||||
"~*\bWordpress\b" 0;
|
||||
"~*\byahoo\b" 0;
|
||||
"~*(?:\b)adidxbot(?:\b|)" 0;
|
||||
"~*(?:\b)AdsBot-Google(?:\b|)" 0;
|
||||
"~*(?:\b)aolbuild(?:\b|)" 0;
|
||||
"~*(?:\b)bingbot(?:\b|)" 0;
|
||||
"~*(?:\b)bingpreview(?:\b|)" 0;
|
||||
"~*(?:\b)DoCoMo(?:\b|)" 0;
|
||||
"~*(?:\b)duckduckgo(?:\b|)" 0;
|
||||
"~*(?:\b)facebookexternalhit(?:\b|)" 0;
|
||||
"~*(?:\b)Feedfetcher-Google(?:\b|)" 0;
|
||||
"~*(?:\b)Googlebot(?:\b|)" 0;
|
||||
"~*(?:\b)Googlebot-Image(?:\b|)" 0;
|
||||
"~*(?:\b)Googlebot-Mobile(?:\b|)" 0;
|
||||
"~*(?:\b)Googlebot-News(?:\b|)" 0;
|
||||
"~*(?:\b)Googlebot/Test(?:\b|)" 0;
|
||||
"~*(?:\b)Googlebot-Video(?:\b|)" 0;
|
||||
"~*(?:\b)Google-HTTP-Java-Client(?:\b|)" 0;
|
||||
"~*(?:\b)Gravityscan(?:\b|)" 0;
|
||||
"~*(?:\b)gsa-crawler(?:\b|)" 0;
|
||||
"~*(?:\b)Jakarta\ Commons(?:\b|)" 0;
|
||||
"~*(?:\b)Kraken/0.1(?:\b|)" 0;
|
||||
"~*(?:\b)LinkedInBot(?:\b|)" 0;
|
||||
"~*(?:\b)Mediapartners-Google(?:\b|)" 0;
|
||||
"~*(?:\b)msnbot(?:\b|)" 0;
|
||||
"~*(?:\b)msnbot-media(?:\b|)" 0;
|
||||
"~*(?:\b)SAMSUNG(?:\b|)" 0;
|
||||
"~*(?:\b)Slackbot(?:\b|)" 0;
|
||||
"~*(?:\b)Slackbot-LinkExpanding(?:\b|)" 0;
|
||||
"~*(?:\b)slurp(?:\b|)" 0;
|
||||
"~*(?:\b)teoma(?:\b|)" 0;
|
||||
"~*(?:\b)TwitterBot(?:\b|)" 0;
|
||||
"~*(?:\b)Wordpress(?:\b|)" 0;
|
||||
"~*(?:\b)yahoo(?:\b|)" 0;
|
||||
# END GOOD BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# ***************************************************
|
||||
|
@ -741,12 +741,12 @@ map $http_user_agent $bad_bot {
|
|||
# I allow libwww-perl as I use it for monitoring systems with Munin but it is rate limited
|
||||
|
||||
# START ALLOWED BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
"~*\bjetmon\b" 1;
|
||||
"~*\blibwww-perl\b" 1;
|
||||
"~*\bLynx\b" 1;
|
||||
"~*\bmunin\b" 1;
|
||||
"~*\bPresto\b" 1;
|
||||
"~*\bWget/1.15\b" 1;
|
||||
"~*(?:\b)jetmon(?:\b|)" 1;
|
||||
"~*(?:\b)libwww-perl(?:\b|)" 1;
|
||||
"~*(?:\b)Lynx(?:\b|)" 1;
|
||||
"~*(?:\b)munin(?:\b|)" 1;
|
||||
"~*(?:\b)Presto(?:\b|)" 1;
|
||||
"~*(?:\b)Wget/1.15(?:\b|)" 1;
|
||||
# END ALLOWED BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# **************************************************************
|
||||
|
@ -754,23 +754,23 @@ map $http_user_agent $bad_bot {
|
|||
# **************************************************************
|
||||
|
||||
# START LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
"~*\bAlexa\b" 2;
|
||||
"~*\barchive.org\b" 2;
|
||||
"~*\bBaidu\b" 2;
|
||||
"~*\bBUbiNG\b" 2;
|
||||
"~*\bFlipboardProxy\b" 2;
|
||||
"~*\bia_archiver\b" 2;
|
||||
"~*\bMSIE\ 7.0\b" 2;
|
||||
"~*\bProximic\b" 2;
|
||||
"~*\bR6_CommentReader\b" 2;
|
||||
"~*\bR6_FeedFetcher\b" 2;
|
||||
"~*\bRED/1\b" 2;
|
||||
"~*\bRPT-HTTPClient\b" 2;
|
||||
"~*\bsfFeedReader/0.9\b" 2;
|
||||
"~*\bSpaidu\b" 2;
|
||||
"~*\bUptimeRobot/2.0\b" 2;
|
||||
"~*\bYandexBot\b" 2;
|
||||
"~*\bYandexImages\b" 2;
|
||||
"~*(?:\b)Alexa(?:\b|)" 2;
|
||||
"~*(?:\b)archive.org(?:\b|)" 2;
|
||||
"~*(?:\b)Baidu(?:\b|)" 2;
|
||||
"~*(?:\b)BUbiNG(?:\b|)" 2;
|
||||
"~*(?:\b)FlipboardProxy(?:\b|)" 2;
|
||||
"~*(?:\b)ia_archiver(?:\b|)" 2;
|
||||
"~*(?:\b)MSIE\ 7.0(?:\b|)" 2;
|
||||
"~*(?:\b)Proximic(?:\b|)" 2;
|
||||
"~*(?:\b)R6_CommentReader(?:\b|)" 2;
|
||||
"~*(?:\b)R6_FeedFetcher(?:\b|)" 2;
|
||||
"~*(?:\b)RED/1(?:\b|)" 2;
|
||||
"~*(?:\b)RPT-HTTPClient(?:\b|)" 2;
|
||||
"~*(?:\b)sfFeedReader/0.9(?:\b|)" 2;
|
||||
"~*(?:\b)Spaidu(?:\b|)" 2;
|
||||
"~*(?:\b)UptimeRobot/2.0(?:\b|)" 2;
|
||||
"~*(?:\b)YandexBot(?:\b|)" 2;
|
||||
"~*(?:\b)YandexImages(?:\b|)" 2;
|
||||
# END LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue