spacer
spacer search

i-Vibe.com
developer resource & tips portal

Search
spacer
Newsflash
01/27/06: I just had some time to cleanup this website. I will add more articles for AJAX this coming weekend.
 
web.jpg
Main Menu
Home
Articles
Programming
Networking/Security
Data Modeling
Interface Design
Developer News
Downloads
Links
Login





Lost Password?
No account yet? Register
Related Articles
 
Home arrow Networking/Security arrow Security arrow DDOS Prevention Tools : BFD Installation
DDOS Prevention Tools : BFD Installation Print E-mail
  • Currently 3.8/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Rating: 3.8/5 (6 votes cast)

Written by Russel Boyd   
Sunday, 12 March 2006
BFD is a modular shell script for parsing applicable logs and checking for authentication failures. There is not much complexity or detail to BFD yet and likewise it is very straight-forward in its installation, configuration and usage. The reason behind BFD is very simple; the fact there is little to no authentication and brute force auditing programs in the linux community that work in conjunction with a firewall or real-time facility to place bans.

Note: BFD default configuration is designed to work in conjunction with APF versions 0.9.3+.

Installation:

  1. Login as root to your server.
  2. Change to directory /usr/local/src:
    cd /usr/local/src
  3. Download the BFD tar file from RFXnetworks.com:
    wget http://www.rfxnetworks.com/downloads/bfd-current.tar.gz
  4. Untar the BFD tar file:
    tar -xvzf bfd-current.tar.gz
  5. Change to BFD source directory:
    cd /usr/local/src/bfd
  6. Install BFD. The files will be installed in /usr/local/bfd
    ./install.sh
  7. Change to directory /usr/local/bfd
    cd /usr/local/bfd
  8. Edit configuration conf.bfd
    vi conf.bfd
    ---
    Set the following configuration:
    ALERT_USR="1"
    EMAIL_USR=" "
    ---
  9. An ignore file is present at '/usr/loca/bfd/ignore.hosts'; this is a line seperated file to place hosts into that you would like to be ignored for authentication failures.

BFD Usage:

This program may be freely redistributed under the terms of the GNU GPL

usage: /usr/local/sbin/bfd [OPTION]
-s|--standard ........ run standard with output
-q|--quiet ........... run quiet with output hidden
-a|--attackpool ...... list all addresses that have attacked this host
 
Next >
spacer
 
spacer