pt_info: Get high-level information about a specific PCAP file.

Description Usage Arguments References Examples

Description

Results will contain high-level information, such as what logs were extracted, the date it was analyzed, and additional references.

Usage

1
pt_info(pcap_id, api_key = packettotal_api_key())

Arguments

pcap_id

An md5 hash corresponding to the PCAP file submission on PacketTotal.com. This hash can be derived by hashing the PCAP file in question.

api_key

your packettotal_api_key().

References

https://packettotal.com/api-docs/#/pcaps/get_pcaps

Examples

1
str(try(pt_info("d210f4dbea97949f694e849507951881"), silent=TRUE), 2)

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