Custom parsers for Zeek6x in SO #10834
Replies: 1 comment
-
It looks like that Goose protocol parser is several years old and requires patching Zeek source code. You might consider asking the author(s) of that parser if they can update the parser so that it is just a standard Zeek script and doesn't require patching the actual Zeek source code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have experimented with multiple custom parsers for the Goose protocol on a local Zeek 2x (formerly known as Bro) setup. These parsers have been successful, generating the desired log files by exporting data from the pcap files. The project repository we used for the parsers can be found at https://github.com/smartgridadsc/Goose-protocol-parser-for-Zeek-IDS.git.
Now, we are planning to implement these parsers on Security Onion to enable real-time monitoring. We are curious if it is feasible to employ similar parsers with Zeek in the Security Onion environment, and if this approach is appropriate. We welcome any suggestions for alternative methods to achieve our goal.
Beta Was this translation helpful? Give feedback.
All reactions