hibare / AbuseIPDB-Bulk-Reporting-Script-v1

Python script to report bad IPs to AbuseIPDB in bulk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AbuseIPDB-Bulk IP Reporting Script

Say Thanks!

Python script to report bad IPs to AbuseIPDB in bulk in one go.

Install requirements

Use following command to install all dependencies

pip install -r requirements.txt 

Other requirements

To use AbuseIPDB reporting API, you need an API key. Get it by creating an account at AbuseIPDB.

Usage

  • Create a input file with all IP addresses one per line.
  • Use following command to run script.
python3 abuseIPDB.py -k <AabuseIPDB API key> -f <input filename>

both options are required.

  • Use -h option for help.
  • Current submission status will be printed on the screen.
  • An output file will be create with name AbuseIPDB_Submission_Status.csv containing complete results.

About

Python script to report bad IPs to AbuseIPDB in bulk.

License:MIT License


Languages

Language:Python 100.0%