threatcrowd an R pacakge to work with the ThreatCrowd API

The following functions are implemented:


NOTE: This requries httr >=1.0 (which should be in CRAN soon if not already there)

News

Installation

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

Usage

library(threatcrowd)

# current verison
packageVersion("threatcrowd")

search_email("william19770319@yahoo.com")

search_domains("aoldaily.com")

search_ips("188.40.75.132")

search_avs("plugx")

Test Results

library(threatcrowd)
library(testthat)

date()

test_dir("tests/")


hrbrmstr/threatcrowd documentation built on May 17, 2019, 5:14 p.m.