by Amber Graner | Dec 23, 2019 | Uncategorized
by Keith J. Jones, Ph.D Introduction The last three blog posts demonstrated how to add a JPEG file analysis plugin into the core Zeek source code or as a package. This part will demonstrate how you can add tests to your code when distributed as part of the Zeek...
by Amber Graner | Dec 20, 2019 | Uncategorized
by Keith J. Jones, Ph.D Introduction The last two blog posts (Part 1 and Part 2) demonstrated how to add a JPEG file analysis plugin. This part will show you how to take our working JPEG source code and make it a Zeek package. A Zeek package can be...
by Amber Graner | Dec 19, 2019 | Uncategorized
by Keith J. Jones, Ph.D Introduction In the first post we added a stub to Zeek for JPEG file analysis. As you recall, instead of just checking in code into the open source repository, our goal in this blog series is to “teach a person to fish” along with a few...
by Johanna Amann | Dec 17, 2019 | Uncategorized
Or – How can I get involved in the community? One of the questions that we commonly get is “How do I get help,” or “How can I get involved into the Zeek community?” The goal of this blog post is to make you aware of the community resources that...
by Jon Siwek | Dec 12, 2019 | Uncategorized
What follows is an overview of the existing Zeek package ecosystem. Nothing new, but hopefully a fresh description of the big picture can help guide those less familiar or generally fill in gaps. What are packages? Zeek packages contain scripts and plugins that...
by Keith J. Jones, PhD | Dec 6, 2019 | Uncategorized
Introduction This blog post will walk you through the process of adding a JPEG file analyzer to Zeek. Please keep in mind that our main goal in this blog series is to “teach a person to fish” along with a few small fish to get started as bait rather than simply...