SkillAgentSearch skills...

Zat

Zeek Analysis Tools (ZAT): Processing and analysis of Zeek network data with Pandas, scikit-learn, Kafka and Spark

Install / Use

/learn @SuperCowPowers/Zat
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<img align="right" style="padding:35px" src="notebooks/images/SCP_med.png" width="160">

Zeek Analysis Tools (ZAT)

supported-versions license

The ZAT Python package supports the processing and analysis of Zeek data with Pandas, scikit-learn, Kafka, and Spark

Recent

Thanks to https://github.com/Bl4omArchie for the Dask and Polars Zeek log converters. See examples here:

Install

pip install zat
pip install zat[pyspark] (includes pyspark library)
pip install zat[all] (include pyarrow, yara-python, and tldextract)

Getting Started

AWS Data Processing and ML Modeling

Installing on Raspberry Pi!

Recent Improvements

Video Presentation

Why ZAT?

Zeek already has a flexible, powerful scripting language why should I use ZAT?

Offloading: Running complex tasks like statistics, state machines, machine learning, etc.. should be offloaded from Zeek so that Zeek can focus on the efficient processing of high volume network traffic.

Data Analysis: We have a large set of support classes that help bridge from raw Zeek data to packages like Pandas, scikit-learn, Kafka, and Spark. We also have example notebooks that show step-by-step how to get from here to there.

Analysis Notebooks

<img align="right" style="padding: 10px" src="notebooks/images/SCP_med.png" width="120">

Documentation

https://supercowpowers.github.io/zat/

Running Tests

pip install -e ".[all]"
pip install pytest pytest-cov

pytest zat              # Quick test run
tox                     # Full matrix (Python 3.10, 3.12, 3.13 + flake8)

About SuperCowPowers

The company was formed so that its developers could follow their passion for Python, streaming data pipelines and having fun with data analysis. We also think cows are cool and should be superheros or at least carry around rayguns and burner phones. <a href="https://www.supercowpowers.com" target="_blank">Visit SuperCowPowers</a>

Related Skills

View on GitHub
GitHub Stars451
CategoryData
Updated10d ago
Forks111

Languages

Jupyter Notebook

Security Score

100/100

Audited on Mar 19, 2026

No findings