CybersecTools API access is now live!Learn More
zeek paraglob Logo

zeek paraglob

by Zeek

Pattern matching library for strings against large lists of glob patterns

Visit website
0

zeek paraglob Description

Paraglob is a data structure and library designed for efficiently matching strings against large lists of glob patterns. The tool is developed by the Zeek project and provides pattern matching capabilities for security operations. The library works by extracting meta-words (required substrings) from patterns and storing them in an Aho-Corasick data structure. When a query is performed, Paraglob first identifies meta-words in the input string using the Aho-Corasick algorithm, builds a set of candidate patterns associated with those meta-words, and then runs fnmatch to determine actual matches. Paraglob is integrated with Zeek's scripting language as an OpaqueType, allowing users to instantiate a paraglob from a vector of patterns and perform match operations that return all matching patterns. The patterns are simple strings rather than Zeek's native pattern type. The library is written in C++ and includes a benchmarking tool (paraglob-test) for testing performance with configurable numbers of patterns, queries, and match percentages. Build time scales linearly with pattern count due to Aho-Corasick structure construction, taking approximately 1.5 seconds for 10,000 patterns. The project is open source and includes testing infrastructure, CMake build configuration, and integration with the multifast-ac library for the underlying Aho-Corasick implementation.

zeek paraglob FAQ

Common questions about zeek paraglob including features, pricing, alternatives, and user reviews.

zeek paraglob is Pattern matching library for strings against large lists of glob patterns developed by Zeek. It is a Security Operations solution designed to help security teams with Automation, Library, Open Source.

Have more questions? Browse our categories or search for specific tools.