From 8d32278252764b02ef419e85a9784e5cbfe21ffb Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 26 Nov 2019 14:56:07 +0100 Subject: [PATCH] Created Fail2Ban config for WordPress --- config/fail2ban/wordpress.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config/fail2ban/wordpress.conf diff --git a/config/fail2ban/wordpress.conf b/config/fail2ban/wordpress.conf new file mode 100644 index 0000000..f761e09 --- /dev/null +++ b/config/fail2ban/wordpress.conf @@ -0,0 +1,2 @@ +[Definition] +failregex = <HOST>.*POST.*(wp-login\.php|xmlrpc\.php).* 200 \ No newline at end of file