dshield

Query 'SANS' 'DShield' 'API'

Description

The 'DShield' project provides early warning attack data and host/'IP' metadata to the information security community. Tools are provided to query various 'DShield' 'API' https://isc.sans.edu/api/ endpoints.

What's Inside The Tin

The following functions are implemented:

Installation

devtools::install_github("hrbrmstr/dshield")
options(width=120)

Usage

library(dshield)

# current verison
packageVersion("dshield")
str(ip_info("70.91.145.10"))

str(port_info(5555))

str(port_date(5555, "2018-06-23"))

str(port_history(5555, "2018-06-01"))


hrbrmstr/dshield documentation built on May 17, 2019, 1:55 p.m.