knitr::opts_chunk$set(collapse=TRUE, fig.retina=2, message=FALSE, warning=FALSE)
options(width=120)

Travis-CI Build Status Coverage Status CRAN_Status_Badge

packettotal

Lookup and Analyze Packet Capture ('PCAP') Files

Description

'PacketTotal' (https://packettotal.com/) is an engine for analyzing, categorizing, and sharing packet capture ('PCAP') files. The tool was built with the information security community in mind and has applications in malware analysis and network forensics. Methods are provided to query search for and analyze packet capture files.

What's Inside The Tin

The following functions are implemented:

Installation

install.packages("packettotal", repos = "https://cinc.rud.is/")

Usage

library(packettotal)

# current version
packageVersion("packettotal")
str(pt_random(), 2)
str(pt_search("evil.com"), 2)
(res <- pt_deep_search("botnet OR malware"))

str(pt_get_search_results(res), 2)
str(pt_info("d210f4dbea97949f694e849507951881"), 2)
str(pt_detail("d210f4dbea97949f694e849507951881"), 2)
str(pt_similar("536cf06ca83704844d789f56caf22ee6"), 2)

packettotal Metrics

cloc::cloc_pkg_md()

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



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