Description Usage Arguments References Examples
Results contain PCAPs that exhibit similar behaviors or contain similar content. Results are organized with the most similar PCAPs on top, and the terms that were found shared within both.
1 2 3 | pt_similar(pcap_id, weighting_mode = c("behavior", "content"),
intensity = c("minimal", "low", "medium", "high"),
prioritize_uncommon_fields = FALSE, api_key = packettotal_api_key())
|
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. |
weighting_mode |
One of " |
intensity |
One of " |
prioritize_uncommon_fields |
By default, the most common values are used to seed the initial similarity search. Enabling this parameter, seeds the initial search with the least common values instead. |
api_key |
your |
https://packettotal.com/api-docs/#/pcaps/get_pcaps__pcap_id__similar
1 | str(try(pt_similar("536cf06ca83704844d789f56caf22ee6"), silent=TRUE), 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.