pt_deep_search: Create a new deep search task. Search for a term or with a...

Description Usage Arguments References Examples

Description

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

Usage

1
2
3
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

1
str(try(pt_deep_search("botnet OR malware"), silent=TRUE), 1)

hrbrmstr/packettotal documentation built on May 29, 2019, 1:22 p.m.