You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
962 B

8 years ago
Overview
--------
7 years ago
f2b is lightweight automatic anti-bot turret for your public serivces.
8 years ago
Features:
* written in pure C
* small memory footprint
7 years ago
* minimum dependencies (required: libc, libdl; optional: readline, pcre, redis, ipset)
7 years ago
* fully modular: pluggable sources/filters/backends (you may easy write custom one)
* support for distributed installs (teamwork)
* stateful (can save/restore banned ips on restart)
* adapting to bots (automatically adjust bantime/findtime on rare but steady events from one source)
* can use not only logfiles, but anything that can give malicious ip: accept(), recv(), pubsub event, pipe
* may work as honeypot (emulating open tcp ports)
8 years ago
Docs:
* [Installation](docs/install.md) -- generic installation instructions
* [Quickstart](docs/configuration.md) -- config file description and configuration notes
8 years ago
Similar software:
* [fail2ban](http://www.fail2ban.org)
* [sshguard](http://sshguard.sourceforge.net)
License: GPL2+