From 386e2bdb44b2345d8fd0bec5ae4e8510714e8993 Mon Sep 17 00:00:00 2001 From: joukhar <94228259+joukhar@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:03:33 +0000 Subject: [PATCH 1/2] Update globalblacklist.conf adding t3versionsBot bad bot --- Apache_2.2/custom.d/globalblacklist.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/Apache_2.2/custom.d/globalblacklist.conf b/Apache_2.2/custom.d/globalblacklist.conf index 6ac86e922..45e98a7e5 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 From 04f5bf495993c4b8f61fb2af02a0408e66e09002 Mon Sep 17 00:00:00 2001 From: joukhar <94228259+joukhar@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:06:26 +0000 Subject: [PATCH 2/2] Update globalblacklist.conf Apache_2.4 adding t3versionsBot bad bot --- Apache_2.4/custom.d/globalblacklist.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/Apache_2.4/custom.d/globalblacklist.conf b/Apache_2.4/custom.d/globalblacklist.conf index 0fc427199..b6d9e76a9 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