moebrowne / bind-blackhole

Really simple tools to automate the generation of black hole Bind zones for known malicious hosts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Black Hole Zone Generator

A really simple set of tools to automate the generation of black hole Bind zones for known malicious hosts.

DNS black holing is a simple and effective way of preventing malicious traffic on your network. Usually this is done by maintaining a list of entries in your systems hosts file but you can easily protect a whole network in a single place by offloading the responsibility to a single Bind server.

Installation

All that's needed is to run the included install script:

./install.sh

Usage

The blackhole lists are created & updated by running the following:

./run.sh

This repo comes with a predefined set of host sources in sources.csv. This could easily be expanded with additional sources to suit your needs.

Meta

Distributed under the GNU General Public License v3.0 license. See LICENSE for more information.

About

Really simple tools to automate the generation of black hole Bind zones for known malicious hosts

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%