项目作者: themains

项目描述 :
Get data on abusive IPs along with type of abuse and details of abuse from abuseipdb
高级语言: R
项目地址: git://github.com/themains/abuse_ip_db.git
创建时间: 2015-11-24T22:08:22Z
项目社区:https://github.com/themains/abuse_ip_db

开源协议:

下载


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.