From 417ead2c9950db2bf4fb542d2c30096eb4730a94 Mon Sep 17 00:00:00 2001 From: ale Date: Tue, 2 Jul 2019 12:40:07 +0000 Subject: [PATCH] last changes --- README.md | 16 +++++++++ action.d/sendmail-abuse.conf | 66 ------------------------------------ docker-compose.yml | 6 +--- fail2ban/Dockerfile | 2 +- fail2ban/entrypoint.sh | 13 ++++--- fail2ban_abuse_mail.sh | 43 ----------------------- jail.d/sshd.conf | 7 ---- 7 files changed, 27 insertions(+), 126 deletions(-) delete mode 100644 action.d/sendmail-abuse.conf delete mode 100755 fail2ban_abuse_mail.sh delete mode 100644 jail.d/sshd.conf diff --git a/README.md b/README.md index 075a90d..8bf9509 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # fail2ban ssh abuse email provider ## ANTIBOTNET SYSTEM + +## Config + +### edit `entrypoint.sh` with your smtp settings + +## Expose jail +``` +docker-compose up -d +``` + +## Stop jail +``` +docker-compose down +``` + +### License MIT diff --git a/action.d/sendmail-abuse.conf b/action.d/sendmail-abuse.conf deleted file mode 100644 index 3e4666f..0000000 --- a/action.d/sendmail-abuse.conf +++ /dev/null @@ -1,66 +0,0 @@ -[Definition] - -# Option: actionstart -# Notes.: command executed once at the start of Fail2Ban. -# Values: CMD -# -actionstart = printf %%b "Subject: [Fail2Ban] : started - Date: `date -u +"%%a, %%d %%h %%Y %%T +0000"` - From: Fail2Ban <> - To: \n - Hi,\n - The jail has been started successfully.\n - Regards,\n - Fail2Ban" | /usr/sbin/sendmail -f - -# Option: actionstop -# Notes.: command executed once at the end of Fail2Ban -# Values: CMD -# -actionstop = printf %%b "Subject: [Fail2Ban] : stopped - Date: `date -u +"%%a, %%d %%h %%Y %%T +0000"` - From: Fail2Ban <> - To: \n - Hi,\n - The jail has been stopped.\n - Regards,\n - Fail2Ban" | /usr/sbin/sendmail -f - -# Option: actioncheck -# Notes.: command executed once before each actionban command -# Values: CMD -# -actioncheck = - -# Option: actionban -# Notes.: command executed when banning an IP. Take care that the -# command is executed with Fail2Ban user rights. -actionban = /etc/fail2ban/fail2ban_abuse_mail.sh - -# Option: actionunban -# Notes.: command executed when unbanning an IP. Take care that the -# command is executed with Fail2Ban user rights. -# Tags: IP address -# number of failures -#