No project description provided
Project description
abuseipdb2iptables
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file abuseipdb2iptables-0.2.1.tar.gz
.
File metadata
- Download URL: abuseipdb2iptables-0.2.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/5.15.0-94-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4cb7684f662b72b0a7ee27eab9d3622740c93e198c627f052e5f1d291bb2cb30 |
|
MD5 | d0d8422164aea42894cee862016e4466 |
|
BLAKE2b-256 | 2c697c16e778da5f17de42cec8051c460af05f72b4debb9b32a9a943b7ba4250 |
File details
Details for the file abuseipdb2iptables-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: abuseipdb2iptables-0.2.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/5.15.0-94-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cd0f4d39e84222e5dd95e66802d93173d84593bec10c7badb615af62ab2b838 |
|
MD5 | 3cbcd45191590aa12f8a57b8afa46336 |
|
BLAKE2b-256 | c037194a41dc5fb7de98806088785d0cb9063472f36c7915becf92b7e8c09071 |