Skip to main content

A CLI tool for fetching and managing CIDR IP ranges from RIRs with firewall integration.

Project description

CIDRe is a CLI tool that fetches daily updated IP allocations from Regional Internet Registries (RIRs), compiles them into country-based CIDR files, and allows easy firewall management (e.g., blocking entire countries in UFW).

🔹 Supports AFRINIC, APNIC, ARIN, LACNIC, RIPE NCC
🔹 Merges and optimizes CIDR blocks for efficiency
🔹 Firewall integration (UFW support)
🔹 IPv4 & IPv6 compatible


⚡ Quick Start

1️⃣ Install CIDRE

pip install cidre-cli

2️⃣ Pull & Merge CIDR Ranges

cidre pull --merge
  • Downloads the latest CIDR allocations from RIRs.
  • Merges overlapping IP ranges for efficiency.

3️⃣ Block Specific Countries in UFW

cidre deny ru ir kp
  • Blocks Russia (RU), Iran (IR), and North Korea (KP) in UFW.
  • Requires UFW installed (sudo apt install ufw).

4️⃣ Allow Specific Countries in UFW

cidre allow us gb de
  • Allows United States (US), United Kingdom (GB), and Germany (DE) IPs in UFW.

5️⃣ Reject (Drop) Traffic from Specific Countries

cidre reject cn ru
  • Rejects (drops) traffic from China (CN) and Russia (RU).

🚀 Features

  • Daily automatic CIDR updates.
  • Compiles CIDR blocks per country from RIR allocation data.
  • Merges overlapping IP ranges for efficiency.
  • Allows easy firewall rules for blocking or allowing entire countries.
  • Supports both IPv4 & IPv6.

🛠️ Installation

1️⃣ Install via PyPI

pip install cidre-cli

2️⃣ Alternative: Clone the Repository

git clone https://github.com/vulnebify/cidre.git
cd cidre
python3 -m venv .venv
source .venv/bin/activate
pip install .

⚡ Usage

1️⃣ Pull and Compile CIDR Ranges

Fetches the latest IP allocation data from all RIRs and compiles per-country CIDR blocks:

cidre pull --merge
  • --merge: Merges overlapping IP ranges for efficiency.
  • --proxy <proxy>: Proxies connection to RIRs.
  • --store <path>: Specifies a custom storage directory.
  • Output Example:
    • output/cidr/ipv4/us.cidr (United States IPv4 ranges)
    • output/cidr/ipv6/de.cidr (Germany IPv6 ranges)

2️⃣ Block Entire Countries with UFW

Block specific countries' CIDR blocks in UFW firewall:

cidre deny ru ir kp
  • Blocks Russia (RU), Iran (IR), and North Korea (KP) in the Uncomplicated Firewall (UFW).
  • Requires UFW installed (sudo apt install ufw on Debian/Ubuntu).

3️⃣ Allow Specific Countries

cidre allow us gb de
  • Allows United States (US), United Kingdom (GB), and Germany (DE) IPs in UFW.

4️⃣ Reject (Drop) Traffic from Specific Countries

cidre reject cn ru
  • Rejects (drops) traffic from China (CN) and Russia (RU).

📄 License

This project is licensed under the MIT License.


🙌 Inspired By

CIDRE was inspired by herrbischoff/country-ip-blocks and aims to provide an automated alternative with firewall integration.


🤝 Contributions

PRs are welcome! Feel free to fork the repo and submit pull requests.


📧 Contact

For any questions, open an issue or reach out via GitHub Discussions.

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

cidre_cli-1.0.6.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cidre_cli-1.0.6-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

Details for the file cidre_cli-1.0.6.tar.gz.

File metadata

  • Download URL: cidre_cli-1.0.6.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.16

File hashes

Hashes for cidre_cli-1.0.6.tar.gz
Algorithm Hash digest
SHA256 92bfa8c4037d41ea623d7fd74de6fd4d22f02de465fe49579c9016546f0cd296
MD5 82a897479b75b9a500d348f2f56c7790
BLAKE2b-256 7de0f79a0daff3384055c1b7642603bdd4976098a976d716140402ef7ecc7f38

See more details on using hashes here.

File details

Details for the file cidre_cli-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: cidre_cli-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.16

File hashes

Hashes for cidre_cli-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 0bed7343efbd9e7982c808793e1391cff7a439b3c07325d49a33735e58866c3f
MD5 1be321b189a53eea5925d2b89aa5b88f
BLAKE2b-256 1b89455bf7a8d0a929358df363695973049e7bb251dd32e6c4c954d1b5f0ec4c

See more details on using hashes here.

Supported by

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