# Zeek Newsletter - Issue 66 - August 2026

**URL:** https://community.zeek.org/t/zeek-newsletter-issue-66-august-2026/8068
**Category:** Announcements
**Tags:** newsletter
**Created:** [September 3, 2026, 7:31pm UTC](https://community.zeek.org/t/zeek-newsletter-issue-66-august-2026/8068 "2026-09-03T19:31:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![michelle](https://yyz1.discourse-cdn.com/flex011/user_avatar/community.zeek.org/michelle/32/772_2.png) [@michelle](https://community.zeek.org/u/michelle)
#### Post date: [September 3, 2026, 7:31pm UTC](https://community.zeek.org/t/zeek-newsletter-issue-66-august-2026/8068/1 "2026-09-03T19:31:47Z")

</div>

![image](https://canada1.discourse-cdn.com/flex011/uploads/zeek/original/1X/480815365f366af06d16501a160da2a711abbbb7.jpeg)

# Welcome to the **Zeek Newsletter**

## **In this Issue:**

- [Community News](https://community.zeek.org/t/zeek-newsletter-issue-66-august-2026/8068#p-29877-community-news-reminders-3)
- [Development Updates](https://community.zeek.org/t/zeek-newsletter-issue-66-august-2026/8068#p-29877-development-updates-4)
- [Zeek Techniques](https://community.zeek.org/t/zeek-newsletter-issue-66-august-2026/8068#p-29877-zeek-techniques-5)
- [Ecosystem News](https://community.zeek.org/t/zeek-newsletter-issue-66-august-2026/8068#p-29877-ecosystem-news-6)
- [Packages](https://community.zeek.org/t/zeek-newsletter-issue-66-august-2026/8068#p-29877-packages-7)
- [Get Involved](https://community.zeek.org/t/zeek-newsletter-issue-66-august-2026/8068#p-29877-get-involved-8)

**TL;DR:** Zeek 9 RC2 is out and the team needs your testing feedback before release in about two weeks. Berkeley Workshop registration closes soon (last call!), and we’ve refreshed the #jobs and #security-news Slack channels.

* * *

## **Community News & Reminders**

- **Community Call Recap:** This month we covered Zeek 9 RC2, plus three Zeek 9 preview lightning talks. [Watch the recording here](https://youtu.be/sfO0rqPAAa0). The next call is October 7 at 10am PT – [use this Zoom link](https://us06web.zoom.us/j/99882457331?pwd=WVZLRGtpbmx1V2FqSnlRT1FLRC9lQT09) to join.

- **Berkeley Workshop:** Last call for registration! [Save your seat and check out the schedule](https://zeek.org/zeek-workshop-berkeley-2026/schedule-berkeley/) for our upcoming workshop, September 10-11 in Berkeley, CA.

- **The 2026 Project Survey:** Thanks to everyone who took the survey. The team is looking forward to putting the feedback into action. Michelle wrote a short [blog post](https://zeek.org/2026/08/2026-zeek-project-survey-results-what-we-heard-and-whats-next/) that covers some of the results and initial findings.

- **New Blogs:** Check out Aashish’s recently published [“How Attackers Learn Your Network Before They Attack It”](https://zeek.org/2026/09/how-attackers-learn-your-network-before-they-attack-it/) and Arne’s “[Beyond ZeekControl](https://zeek.org/2026/08/beyond-zeekcontrol/)”.

- **Slack Channel Revival:** We’ve refreshed the [#jobs](https://zeekorg.slack.com/archives/C013MGJC07L) and [#security-news](https://zeekorg.slack.com/archives/CT0J1PSR2) channels as dedicated spaces for relevant industry headlines, open positions, and job seekers. Drop by to skim recent news, post a role, or share that you’re open to work!

- **Topic of the Month:** On Monday we wrapped up “Deployment Decisions”, you can find the [recap from the conversation here](https://zeek.org/2026/09/why-theres-no-single-right-zeek-deployment-architecture/). This month’s topic will be shared next week – [join us on Slack](http://zeek.org/slack) to get the first look!

* * *

## **Development Updates**

[Zeek 9 RC2](https://community.zeek.org/t/zeek-lts-pre-release-9-0-0-rc2/8057/1) is out now and we’re looking for volunteers who can test it and send feedback. The release window is just under two weeks from now, assuming feedback stays clean, and testing from the community is the most valuable thing you can do right now to help get us there.

The team has also been working through a significant volume of security issues produced by recent collaborations, including work with Trail of Bits, Anthropic, the Canadian Communications Security Establishment, and our internal analysis. As a consequence the team has made some changes to our security issue process: we have expanded the turnaround time for high-severity issues [from 4 to 12 weeks](https://github.com/zeek/zeek/wiki/Security-Release-Process#handling-of-security-issues), and we have started to publish [Security Advisories on Github](https://github.com/zeek/zeek/security/advisories) to enable better referencing of issues. Progress is steady but the team is smaller than the workload, so RC2 testing and feedback from the community is especially appreciated.

As always, follow development progress on [GitHub](https://github.com/zeek) to stay current with the latest changes.

* * *

## **💡 Zeek Techniques**

This month’s tip came from a conversation in our development channel on Slack:

If a table or set is quietly growing unbounded somewhere in your scripts (or a node’s memory is climbing for no obvious reason), `global_container_footprints()` is worth knowing about. It’s a built-in function that generates a table of the “footprint” of every global container variable (table, set, etc.), giving you an approximate object count for each. The number isn’t meant to be precise, but it’s comparable: a larger footprint means more memory consumption, so you can spot the culprit without guessing.

[Documentation here](https://docs.zeek.org/en/current/scripts/base/bif/zeek.bif.zeek.html#id-global_container_footprints)

The community example: a proxy node ballooning to hundreds of GB turned out to be a runaway table nobody was watching closely. Pairing `global_container_footprints()` with `zeekctl print <var> <node>`, which lets you inspect a specific variable’s value on a live node remotely, is what surfaced it.

Share your tricks, shortcuts, or techniques with us [using this form](https://forms.gle/1DR2ei98E1n54dg39).

* * *

## **Ecosystem News**

- **Arkimeet 2026 is happening October 6 in Herndon, VA:** A free day of talks, roadmap discussion, and networking with the Arkime community. Zeek and Arkime users overlap heavily, so worth a look if you’re nearby. Registration required by September 22. [Details here.](https://arkime.com/arkimeet)

- **Malcolm v26.08.0 is out, one of the biggest releases in a while!** It includes Zeek v8.2.2 along with a long list of other updates. [Full release notes here.](https://github.com/idaholab/Malcolm/releases/tag/v26.08.0)

- **Security Onion Conference 2026 is coming up October 23 in Augusta, GA:** The twelfth annual event features talks from the Security Onion community, plus training the week prior. [Details and registration here.](https://securityonionsolutions.com/conference/)

* * *

## **Packages**

Anyone in the community can write add-on functionality for Zeek via packages.

- Browse Zeek packages: [https://packages.zeek.org](https://packages.zeek.org)
- Head to our [zkg package manager documentation](https://docs.zeek.org/projects/package-manager/en/stable/index.html) to get started on your own
- Questions? Check out [#package-sharing](https://zeekorg.slack.com/archives/CTGDGK6EA) to get help

Recently added or updated packages are always visible on GitHub directly, via the following search of pull requests to our package repository:

[https://github.com/zeek/packages/pulls?q=is%3Apr+is%3Aclosed](https://github.com/zeek/packages/pulls?q=is%3Apr+is%3Aclosed)

Recent Updates:

> **[GitHub - FoxIO-LLC/ja4-zeek-scripts: JA4+ Zeek Scripts](https://github.com/FoxIO-LLC/ja4-zeek-scripts)**
>
> JA4+ Zeek Scripts

* * *

## **Get Involved**

- Share ideas or content: [news@zeek.org](mailto:news@zeek.org) or [#security-news](https://zeekorg.slack.com/archives/CT0J1PSR2) on Slack.
- Stay connected: [Discourse](https://community.zeek.org) • [YouTube](https://youtube.com/c/Zeekurity) • [Mastodon](https://infosec.exchange/@zeek) • [Bluesky](https://bsky.app/profile/zeek.org) • [LinkedIn](https://www.linkedin.com/company/zeekurity)
- Check out [Leadership Team meeting notes](https://community.zeek.org/c/lt-meeting-notes/13) for insider updates.
- Looking for Zeek jobs? [See openings on LinkedIn](https://www.linkedin.com/jobs/search/?keywords=zeek).

**Thanks for being part of the community. We’ll see you next time!**
