Zeek notice reporting with CSV/JSON output and anomaly detection.
Project description
zeek-reports
zeek-reports is a Python script that generates Zeek notice reports in text, CSV, and JSON formats. It is designed to improve reporting for security posture assessments, highlight targeted Notice events, and surface anomalous or unauthorized activity for investigation.
Install
git clone git@gitlab.esss.lu.se:cert-ess/zeek-reports.git
cd zeek-reports
pip3 install . # doing this in a virtual environment is better
Usage
usage:
zeek-reports --period {daily,weekly,monthly} [--log-root LOG_ROOT]
[--networks NETWORKS] [--include-today]
[--no-baseline] [--output OUTPUT]
[--output-dir OUTPUT_DIR]
optional arguments:
-h, --help show this help message and exit
--period Report period based on local system time.
--log-root Root Zeek log directory (default: /opt/zeek/logs).
--networks Path to networks.cfg for internal IP ranges.
--include-today Include the current day in the report window.
--no-baseline Skip baseline comparisons (faster, fewer anomalies).
--output Write report to a file instead of stdout.
--output-dir Directory to write JSON/CSV reports.
For Example:
zeek-reports --period daily --output /home/csi/reports/zeek/zeek_notice_daily.txt
Uninstall
pip3 uninstall zeek-reports
Found existing installation: zeek-reports 0.1.0
Uninstalling zeek-reports-0.1.0:
Would remove:
/usr/local/bin/zeek-notice-report
/usr/local/lib/python3.8/site-packages/zeek_reports-0.1.0.dist-info
Proceed (y/n)? y
Successfully uninstalled zeek-reports-0.1.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zeek_reports-0.1.7-py3-none-any.whl.
File metadata
- Download URL: zeek_reports-0.1.7-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a2cba733917ae287ccc9ae840993e0392b08d8f1f86fa769b1d49b41dbc3754
|
|
| MD5 |
fa24f4486f88ee543ee77af86ad58f18
|
|
| BLAKE2b-256 |
77dd6a9b7b95383b11f95fc25d67d382a45b3327735c6c7964c2fb3fa98a70fa
|