rblcheck

GitHub Workflow Status Contributor Covenant dependency status

Looks up IP addresses and domain names in so-called "DNSRBLs". I say "so-called" because there's no real reason why they should be block lists.

This project takes significant inspiration (including the CLI interface, but no code) from https://github.com/logic/rblcheck. The biggest benefit over the original is IPv6 support, which is unfortunately lacking from most RBL tooling.

There are currently no lists in the "standard" set.

Usage

If you don't need the traditional CLI, you may prefer to use dabl.

``` $ rblcheck --help rblcheck 0.1.0 Andrew Aylett andrew@aylett.co.uk Queries DNS block-lists (or allow lists!)

USAGE: rblcheck [FLAGS] [OPTIONS] [--] [query]...

FLAGS: -c Clear the built-in list -h, --help Prints help information -V, --version Prints version information

OPTIONS: -s ... Specify a list to use

ARGS: ... ```