diff --git a/Apache_2.2/custom.d/globalblacklist.conf b/Apache_2.2/custom.d/globalblacklist.conf index 6ac86e9221..45e98a7e56 100755 --- a/Apache_2.2/custom.d/globalblacklist.conf +++ b/Apache_2.2/custom.d/globalblacklist.conf @@ -174,6 +174,7 @@ BrowserMatchNoCase "(?:\b)sfFeedReader/0.9(?:\b)" good_bot # Known Vulnerability Scanners (now merged into one section) # START BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ### +BrowserMatchNoCase "(?:\b)t3versionsBot(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)01h4x.com(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)360Spider(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)404checker(?:\b)" bad_bot diff --git a/Apache_2.4/custom.d/globalblacklist.conf b/Apache_2.4/custom.d/globalblacklist.conf index 0fc427199c..b6d9e76a9b 100644 --- a/Apache_2.4/custom.d/globalblacklist.conf +++ b/Apache_2.4/custom.d/globalblacklist.conf @@ -167,6 +167,7 @@ BrowserMatchNoCase "(?:\b)sfFeedReader/0.9(?:\b)" good_bot # Known Vulnerability Scanners (now merged into one section) # START BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ### +BrowserMatchNoCase "(?:\b)t3versionsBot(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)01h4x.com(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)360Spider(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)404checker(?:\b)" bad_bot