Skip to main content

Asynchronous script for monitoring dns blacklists

Project description

# dnsbl-checker
Asynchronous script for monitoring dns blacklists

## Installation
`pip install dnsbl-checker`

## Usage

#### Shell commands
Get list of dns blacklists in which IP_ADDR was found ('all' for listing all ips)
```bash
dnsbl get IP_ADDR
```

Perform check for dns blacklists:
```bash
dnsbl check CONF_FILE
```
##### Configuration
```yaml
ips: /path/to/file/with/ip_list.txt
banned_providers: /path/to/file/with/banned_providers.txt # optional
telegram_token: token123 # token of tg bot (optional)
telegram_ids: # ids of telegram users to whish send msgs about check (optional)
- 11111111
- 22222222
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dnsbl_checker-0.0.3.tar.gz (6.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page