Difference between revisions of "Main Page"

From Fail2ban
Jump to navigationJump to search
(added another bright box to point to github and mailing list, added pointer to G+ Fail2Ban users community)
 
(24 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
<div style="margin: 25px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#ee0000; align:right;">
 +
'''Since spammers were way too much active on this wiki, user account creation has been disabled. Please, ask on the mailing-lists if you require a new user account. Thank you for your understanding and sorry about that.'''
 +
</div>
 +
 +
<div style="margin: 25px; border: 1px solid #f5fc28; padding: 0em 1em 1em 1em; background-color:#f5fc28; align:right;">
 +
'''Majority of the announcements and discussions is happening on the [https://lists.sourceforge.net/lists/listinfo/fail2ban-users mailing list] and [http://github.com/fail2ban/fail2ban GitHub]. G+ users join [https://plus.google.com/100687954024121389562 Google+] and [https://plus.google.com/u/0/communities/116239755221726938303?cfem=1 Google+ Fail2Ban Users Community]'''
 +
</div>
 +
 
{| width="100%"
 
{| width="100%"
 
|-
 
|-
 
|style="vertical-align:top" |
 
|style="vertical-align:top" |
 
<div style="margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0 1em 1em 1em; background-color:#fff6d6; align:right;">
 
<div style="margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0 1em 1em 1em; background-color:#fff6d6; align:right;">
'''Fail2ban''' scans log files like <tt>/var/log/pwdfail</tt> or <tt>/var/log/apache/error_log</tt> and bans IP that makes too many password failures. It updates firewall rules to reject the IP address.
+
{{Fail2ban}} scans log files (e.g. <tt>/var/log/apache/error_log</tt>) and bans IPs that show the malicious signs -- too many password failures, seeking for exploits, etc. Generally Fail2Ban is then used to update firewall rules to reject the IP addresses for a specified amount of time, although any arbitrary other '''action''' (e.g. sending an email) could also be configured.  Out of the box Fail2Ban comes with '''filters''' for various services (apache, courier, ssh, etc).  
  
<div align="right"><small>'''More [[About|about Fail2ban]]'''</small></div>
+
Fail2Ban is able to reduce the rate of incorrect authentications attempts however it cannot eliminate the risk that weak authentication presents. Configure services to use only two factor or public/private authentication mechanisms if you really want to protect services.
 +
 
 +
<div align="right"><small>'''More [[Fail2ban:About|about Fail2ban]]'''</small></div>
 
</div>
 
</div>
  
Line 11: Line 21:
 
'''Fail2ban'''
 
'''Fail2ban'''
  
[[ChangeLog]] <small>(List of changes)</small><br />
+
[https://github.com/fail2ban/fail2ban/blob/master/ChangeLog ChangeLog] <small>(List of changes)</small><br />
[[Requirements]] <small>(Needed requirements for Fail2ban)</small><br />
+
[[Requirements]] <small>(Needed requirements for {{Fail2ban}})</small><br />
 
[[Features]] <small>(List of current and planned features)</small><br />
 
[[Features]] <small>(List of current and planned features)</small><br />
 +
[https://github.com/fail2ban/fail2ban/issues Issues] <small>(Bugtracker)</small><br />
 
[[Screenshots]] <small>(Screenshots)</small><br />
 
[[Screenshots]] <small>(Screenshots)</small><br />
[[Downloads]] <small>(Fail2ban for your distribution)</small><br />
+
[[Downloads]] <small>({{Fail2ban}} for your distribution)</small><br />
[[Links]] <small>(Links related to Fail2ban)</small>
+
[[Presentations]]  <small>(Past presentations (slides, videos))</small><br />
 
+
[[Links]] <small>(Links related to {{Fail2ban}})</small><br />
 +
[https://lists.sourceforge.net/lists/listinfo/fail2ban-users Mailing list] <small>(Support and discussions)</small><br />
 +
[https://plus.google.com/100687954024121389562 Google+] and [https://plus.google.com/u/0/communities/116239755221726938303?cfem=1 Google+ Fail2Ban Users Community]<br />
 +
[[HOWTO Seek Help]]<br />
 
</div>
 
</div>
  
Line 24: Line 38:
  
 
[[README]] <small>(Official README file)</small><br />
 
[[README]] <small>(Official README file)</small><br />
[[Manual]] <small>(Official Fail2ban documentation)</small><br />
+
[[Manual]] <small>(Official {{Fail2ban}} documentation)</small><br />
 +
[[:Category:Configuration|Configuration]] <small>(Configuration related to external software)</small><br />
 
[[FAQ]] <small>(Frequently Asked Questions)</small><br />
 
[[FAQ]] <small>(Frequently Asked Questions)</small><br />
[[HOWTOs]] <small>(HOWTOs contributed by users)</small>
+
[[HOWTOs]] <small>(HOWTOs contributed by users)</small><br />
 +
[http://www.fail2ban.org/docs/index.html Reference Manual] <small>(Source code documentation)</small><br/>
 +
[[Hostnames or IP Addresses|Proposed documentation for Hostname vs. IP Address Logging]]
  
 
</div>
 
</div>
Line 32: Line 49:
 
'''Developers'''
 
'''Developers'''
  
[[Contributors]] <small>(persons who contributed to the project)</small>
+
[https://github.com/fail2ban/fail2ban/blob/master/THANKS Contributors] <small>(persons who contributed to the project)</small><br>
 +
[[Get Involved]]
  
 
</div>
 
</div>
Line 46: Line 64:
  
 
<div style="margin: 0; margin-top:10px; border: 1px solid #dfdfdf; padding: 0 1em 1em 1em; background-color:#328334;  align:right;">
 
<div style="margin: 0; margin-top:10px; border: 1px solid #dfdfdf; padding: 0 1em 1em 1em; background-color:#328334;  align:right;">
'''Latest version'''
+
'''Latest versions'''
  
<div style="font-size:small;color:black;">''stable'' : fail2ban-0.6.1</div>
+
<div style="font-size:small;color:black;">{{Fail2ban_Versions}}</div>
 
</div>
 
</div>
  

Latest revision as of 22:29, 25 May 2016

Since spammers were way too much active on this wiki, user account creation has been disabled. Please, ask on the mailing-lists if you require a new user account. Thank you for your understanding and sorry about that.

Majority of the announcements and discussions is happening on the mailing list and GitHub. G+ users join Google+ and Google+ Fail2Ban Users Community

Fail2ban scans log files (e.g. /var/log/apache/error_log) and bans IPs that show the malicious signs -- too many password failures, seeking for exploits, etc. Generally Fail2Ban is then used to update firewall rules to reject the IP addresses for a specified amount of time, although any arbitrary other action (e.g. sending an email) could also be configured. Out of the box Fail2Ban comes with filters for various services (apache, courier, ssh, etc).

Fail2Ban is able to reduce the rate of incorrect authentications attempts however it cannot eliminate the risk that weak authentication presents. Configure services to use only two factor or public/private authentication mechanisms if you really want to protect services.

Fail2ban

ChangeLog (List of changes)
Requirements (Needed requirements for Fail2ban)
Features (List of current and planned features)
Issues (Bugtracker)
Screenshots (Screenshots)
Downloads (Fail2ban for your distribution)
Presentations (Past presentations (slides, videos))
Links (Links related to Fail2ban)
Mailing list (Support and discussions)
Google+ and Google+ Fail2Ban Users Community
HOWTO Seek Help

Documentation

README (Official README file)
Manual (Official Fail2ban documentation)
Configuration (Configuration related to external software)
FAQ (Frequently Asked Questions)
HOWTOs (HOWTOs contributed by users)
Reference Manual (Source code documentation)
Proposed documentation for Hostname vs. IP Address Logging

Developers

Contributors (persons who contributed to the project)
Get Involved

News

See GitHub Releases for most up-to-date list. Entries below might be outdated

2015/08/01 0.9.3 is a big bugfix and new functionality release. Release Notes for 0.9.3.

2015/04/29 0.9.2 is a big bugfix and new functionality release. Release Notes for 0.9.2.

2014/10/28 0.9.1 is a big bugfix and new functionality release. Release Notes for 0.9.1.

2014/08/19 0.8.14 is a minor bugfix release primarily to fix Python 2.4 compatibility. Release Notes for 0.8.14.

More News

Latest versions

experimental : fail2ban-0.10.x
stable : fail2ban-0.9.4
very-stable : fail2ban-0.8.14
dont-wanna-be-released-ever-again -- 0.8.x fixes : GIT 0.8 branch
yet-to-be-released -- 0.9.x fixes : GIT master branch

To experiment with this wiki try Sandbox. See the User's Guide for usage and configuration help.