View source: R/rsrch-scan-ts.R
Retrieve (optionally summarised) scan history for a given port/protocol
1 2 3 4 5 6 | research_time_series(
port,
protocol = c("tcp", "udp"),
summarise = TRUE,
gn_key = Sys.getenv("GREYNOISE_API_KEY")
)
|
port |
port to query for |
protocol |
protocol (defaults to 'tcp“) |
summarise |
logical. If |
gn_key |
your greynoise API key. This function uses the authenticated V2
API endpoint and will look for the API key in the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.