Skip to content

This application is used to block malicious ip addresses on CloudFlare. This tool will help a lot to SOC Team.

Notifications You must be signed in to change notification settings

Dr4ks/cloudflare_ip_blocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hi, I'm Dr4ks! 👋

🚀 About Me

I'm a Cyber Security student and open always to learning.

🔗 Links

linkedin hackerrank tryhackme HackTheBox github

CloudFlare IP Blocker

Description

This application is used to block malicious ip addresses on CloudFlare.

There 2 options are available.

First: You can enter .txt file which contains IP Addresses and seperated with each other line by line.

Example:

127.0.0.1
127.0.0.1
127.0.0.1

Second: You can enter single IP Address to add into Block List.

Installation

git clone https://github.com/Dr4ks/cloudflare_ip_blocker
cd cloudflare_ip_blocker
pip install -r requirements.txt

Usage

You can use this software in two ways. Before implementing both ways, you need to change account_id and list_id with your own system's values on cdf_endpoint variable.

py main.py # gives you one session
pyinstaller --onefile --noconsole main.py  # gives you executable on dist folder for later use

Demonstration

Authentication Page:

alt text

Dashboard Page:

alt text

About

This application is used to block malicious ip addresses on CloudFlare. This tool will help a lot to SOC Team.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages