Skip to main content

No project description provided

Project description

abuseipdb2iptables Python application

Small python utility to convert abuseipdb json file into iptables rules.

Install

With pip :

pip install abuseipdb2iptables

Usage

It will group similar ip addresses with networks CIDR.

abuseipdb2iptables path/to/abuseipdb.json
-A INPUT -s 192.168.1.12/32 -j DROP
-A INPUT -s 172.16.0.0/31 -j DROP
-A INPUT -s 10.9.8.7/31 -j DROP
...

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

abuseipdb2iptables-0.2.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

abuseipdb2iptables-0.2.1-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

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