Skip to content

Blodarn/bulkcheck_jupyter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mass-checking IP addresses against the AbuseIPDB database. Input a CSV list of IP addresses (one per line) and return a CSV-formatted report with abuse report information, country code, ISP and domain of each IP checked.

Python script to be implemented in a Jupyter Notebook.

  1. Create a folder
  2. Create a notebook inside that folder
  3. Copy the code in that notebook
  4. Upload you .csv file (no header)
  5. Run code

Image

You will need an API key from the AbuseIP Database, available for free at (https://www.abuseipdb.com/account/api).

Special thanks to:
AbuseIPDB
AdmiralSYN-ACKbar for creating the original bullcheck

Original BASH version can be found in the BASH branch.

About

Script for running bulk checks via https://www.abuseipdb.com in Jupyter Notebooks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%