https://github.com/hrbrmstr/zeekr
Tools to Make Analyses Using Zeek Easier
https://github.com/hrbrmstr/zeekr
cybersecurity parquet pcap r rstats zeek
Last synced: 12 months ago
JSON representation
Tools to Make Analyses Using Zeek Easier
- Host: GitHub
- URL: https://github.com/hrbrmstr/zeekr
- Owner: hrbrmstr
- Created: 2021-07-25T19:43:36.000Z (almost 5 years ago)
- Default Branch: batman
- Last Pushed: 2021-07-26T16:35:37.000Z (almost 5 years ago)
- Last Synced: 2025-03-05T14:18:23.923Z (over 1 year ago)
- Topics: cybersecurity, parquet, pcap, r, rstats, zeek
- Language: R
- Homepage:
- Size: 783 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
Awesome Lists containing this project
README
---
output: rmarkdown::github_document
editor_options:
chunk_output_type: console
---
```{r pkg-knitr-opts, include=FALSE}
hrbrpkghelpr::global_opts()
```
```{r badges, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::stinking_badges()
```
```{r description, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::yank_title_and_description()
```
## What's Inside The Tin
The following functions are implemented:
```{r ingredients, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::describe_ingredients()
```
## Installation
```{r install-ex, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::install_block()
```
## Usage
```{r lib-ex}
library(zeekr)
# current version
packageVersion("zeekr")
```
```{r ex-01}
loc <- pcap_to_zeek(system.file("pcap/ssh.pcap", package = "zeekr"))
list.files(loc)
zeek <- read_zeek_logs(loc)
str(zeek, 3)
```
## zeekr Metrics
```{r cloc, echo=FALSE}
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.