mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Add fine-grained groups for Intel events
This commit is contained in:
parent
dee6f1421a
commit
8314b18092
11 changed files with 104 additions and 65 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue