R/cymruservices-package.r

#' cymruservices is an R package that provides interfaces to various
#' \href{http://www.team-cymru.org/services.html}{Team Cymru Services} including
#' The Bogon Refrerence, The IP to ASN Mapping Project and The Malware Hash Registry
#'
#' @name cymruservices
#' @note A direct connection to TCP Port 43 (WHOIS) is required for most of these
#'       API functions to work properly.
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @import utils memoise
#' @importFrom pingr ping_port
#' @importFrom stringi stri_match_all_regex
NULL

Try the cymruservices package in your browser

Any scripts or data that you put into this service are public.

cymruservices documentation built on May 2, 2019, 2:59 p.m.