Unlike the more lighweight pt_search() results from this endpoint will be available at the returned URL.

pt_deep_search(query, api_key = packettotal_api_key())

pt_get_search_results(search_result, api_key = packettotal_api_key())

Arguments

query

search term (e.g. an IP address, domain, or file hash) or valid Lucene query

api_key

your packettotal_api_key().

search_result

output from pt_deep_search() or a plain search results id

References

<https://packettotal.com/api-docs/#/search

Examples

# NOT RUN {
str(try(pt_deep_search("botnet OR malware"), silent=TRUE), 1)
# }