zeek/scripts/base/frameworks/netcontrol
Johanna Amann 737f828bcb Netcontrol: add rule_added_policy
rule_added_policy allows the modification of rules just after they have
been added. This allows the implementation of some more complex features
- like changing rule states depending on insertion in other plugins.
2024-02-05 18:52:27 +00:00
..
plugins Netcontrol: more logging in catch-and-release 2024-02-05 14:38:21 +00:00
__load__.zeek
cluster.zeek Revert "Merge remote-tracking branch 'origin/topic/vern/at-if-analyze'" 2023-05-31 09:20:33 +02:00
drop.zeek Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
main.zeek Netcontrol: add rule_added_policy 2024-02-05 18:52:27 +00:00
non-cluster.zeek
plugin.zeek Spelling fixes: scripts 2022-11-02 17:36:39 -04:00
README
shunt.zeek Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
types.zeek Spelling fixes: scripts 2022-11-02 17:36:39 -04:00

The NetControl framework provides a way for Zeek to interact with networking
hard- and software, e.g. for dropping and shunting IP addresses/connections,
etc.