cisagov / Malcolm

Malcolm is a powerful, easily deployable network traffic analysis tool suite for full packet capture artifacts (PCAP files), Zeek logs and Suricata alerts.
https://cisagov.github.io/Malcolm/
Other
1.96k stars 328 forks source link

add community ID to more (all) Zeek logs types #400

Open mmguero opened 1 week ago

mmguero commented 1 week ago

@mmguero cloned issue idaholab/Malcolm#444 on 2024-03-14:

It may be useful in some cases to have community ID as part of more zeek logs than conn.log. This would be a configurable option.

However, (at least as of 2020) there isn't a generalized mechanism to add a field to ALL logs. See corelight/zeek-community-id#3.

This gives us a few options, if we wanted to do this:

  • hook EVERY log type (sort of like this project) and add them manually

  • calculate community ID in logstash and add it during enrichment instead

  • ???