Description Usage Arguments References Examples
Unlike the more lighweight pt_search()
results from this endpoint
will be available at the returned URL.
1 2 3 | pt_deep_search(query, api_key = packettotal_api_key())
pt_get_search_results(search_result, api_key = packettotal_api_key())
|
query |
search term (e.g. an IP address, domain, or file hash) or valid Lucene query |
api_key |
your |
search_result |
output from |
<https://packettotal.com/api-docs/#/search
1 | str(try(pt_deep_search("botnet OR malware"), silent=TRUE), 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.