Skip to content

Get data on abusive IPs along with type of abuse and details of abuse from abuseipdb

Notifications You must be signed in to change notification settings

themains/abuse_ip_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Access Abuse IP DB from R

http://www.abuseipdb.com/ carries information on abusive IPs, including the type of the abuse, and details of the abuse reported. It has a weak API that returns how often was did an IP commit each type of abuse. Reports of abuse by a particular IP can be gotten via scraping http://www.abuseipdb.com/report-history/$IP-Address$.

The script gets the data from API as well as data from scraping the site. It takes a list of IPs and outputs a CSV with a few additional columns: total (total number of reports), bad_isp (is it a bad isp), trusted_isp (is it a trusted isp), reports (number of times each type of abuse has been recorder), details (details of each abuse).

License

Scripts are released under the MIT License.

About

Get data on abusive IPs along with type of abuse and details of abuse from abuseipdb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages