pt_detail: Get a detailed report of PCAP traffic, carved files,...

Description Usage Arguments References Examples

Description

Analysis results contain high-level protocol statistics, signatures, and intelligence that PacketTotal discovered during analysis and enrichment.

Usage

1
pt_detail(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_detail("d210f4dbea97949f694e849507951881"), silent=TRUE), 2)

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