research_time_series: Retrieve (optionally summarised) scan history for a given...

Description Usage Arguments

View source: R/rsrch-scan-ts.R

Description

Retrieve (optionally summarised) scan history for a given port/protocol

Usage

1
2
3
4
5
6
research_time_series(
  port,
  protocol = c("tcp", "udp"),
  summarise = TRUE,
  gn_key = Sys.getenv("GREYNOISE_API_KEY")
)

Arguments

port

port to query for

protocol

protocol (defaults to 'tcp“)

summarise

logical. If TRUE the time_series endpoint will be used. If FALSE the raw endpoint will be used.

gn_key

your greynoise API key. This function uses the authenticated V2 API endpoint and will look for the API key in the GREYNOISE_API_KEY environment variable.


hrbrmstr/greynoise documentation built on March 11, 2020, 5:31 a.m.