mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
intel/seen/manage-event-groups: Policy script for toggling intel event groups
Co-authored-by: Mohan Dhawan <mohan@corelight.com> (cherry picked from commit e90f947bee572189a82ed81f91c505d9db474588)
This commit is contained in:
parent
0e191b25fe
commit
e5367ba820
6 changed files with 259 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
running do_step(2)
|
||||
Intel::indicator_inserted 1.2.3.4 Intel::ADDR
|
||||
publish do_step(3) to zeek/cluster/worker
|
||||
Intel::match_remote: 1.2.3.4 Intel::ADDR
|
||||
Intel::match: 1.2.3.4 Intel::ADDR
|
||||
running do_step(4)
|
||||
Intel::indicator_removed 1.2.3.4 Intel::ADDR
|
||||
publish do_step(5) to zeek/cluster/worker
|
||||
running do_step(6)
|
|
@ -0,0 +1,11 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
#separator \x09
|
||||
#set_separator ,
|
||||
#empty_field (empty)
|
||||
#unset_field -
|
||||
#path intel
|
||||
#open XXXX-XX-XX-XX-XX-XX
|
||||
#fields ts uid id.orig_h id.orig_p id.resp_h id.resp_p seen.indicator seen.indicator_type seen.where seen.node matched sources fuid file_mime_type file_desc
|
||||
#types time string addr port addr port string enum enum string set[enum] set[string] string string string
|
||||
XXXXXXXXXX.XXXXXX CHhAvVGS1DHFjwGM9 1.1.1.1 1 2.2.2.2 2 1.2.3.4 Intel::ADDR SMTP::IN_RECEIVED_HEADER worker-1 Intel::ADDR source1 - - -
|
||||
#close XXXX-XX-XX-XX-XX-XX
|
|
@ -0,0 +1,11 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
running do_step(1)
|
||||
publish do_step(2) to zeek/cluster/manager
|
||||
Intel::indicator_inserted 1.2.3.4 Intel::ADDR
|
||||
running do_step(3)
|
||||
Intel::seen_policy(1.2.3.4 of Intel::ADDR, T)
|
||||
Intel::seen_policy(1.2.3.5 of Intel::ADDR, F)
|
||||
Intel::match_remote: 1.2.3.4 Intel::ADDR
|
||||
Intel::indicator_removed 1.2.3.4 Intel::ADDR
|
||||
running do_step(5)
|
||||
publish do_step(6) to zeek/cluster/manager
|
Loading…
Add table
Add a link
Reference in a new issue