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

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

# NOT RUN {
str(try(pt_detail("d210f4dbea97949f694e849507951881"), silent=TRUE), 2)
# }