Merge branch 'topic/mohan/intel-event-groups' of https://github.com/Mohan-Dhawan/zeek

* 'topic/mohan/intel-event-groups' of https://github.com/Mohan-Dhawan/zeek:
  coalesce smtp handlers for ADDR
  Add fine-grained groups for Intel events

(cherry picked from commit d5e1dc27c6)
This commit is contained in:
Arne Welzel 2025-04-29 15:00:44 +02:00
parent 7622cdb04e
commit 4027c70e2b
11 changed files with 99 additions and 66 deletions

View file

@ -2,7 +2,7 @@
@load base/protocols/http/utils
@load ./where-locations
event http_message_done(c: connection, is_orig: bool, stat: http_message_stat)
event http_message_done(c: connection, is_orig: bool, stat: http_message_stat) &group="Intel::URL"
{
if ( is_orig && c?$http )
Intel::seen([$indicator=HTTP::build_url(c$http),