mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Fix more bare-mode @load dependency problems
This commit is contained in:
parent
521f54c4f0
commit
351b13d1c8
5 changed files with 10 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
||||||
@load base/utils/site
|
@load base/utils/site
|
||||||
@load base/utils/thresholds
|
@load base/utils/thresholds
|
||||||
@load base/utils/conn-ids
|
@load base/utils/conn-ids
|
||||||
|
@load base/utils/directions-and-hosts
|
||||||
|
|
||||||
module SSH;
|
module SSH;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
@load base/frameworks/notice/main
|
||||||
|
@load base/utils/thresholds
|
||||||
|
|
||||||
module SSH;
|
module SSH;
|
||||||
|
|
||||||
|
@ -76,4 +78,4 @@ event SSH::heuristic_failed_login(c: connection)
|
||||||
$sub=fmt("%d apparently failed logins", password_rejections[id$orig_h]$n),
|
$sub=fmt("%d apparently failed logins", password_rejections[id$orig_h]$n),
|
||||||
$n=password_rejections[id$orig_h]$n]);
|
$n=password_rejections[id$orig_h]$n]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
##! This implements all of the additional information and geodata detections
|
##! This implements all of the additional information and geodata detections
|
||||||
##! for SSH analysis.
|
##! for SSH analysis.
|
||||||
|
|
||||||
|
@load base/frameworks/notice/main
|
||||||
|
@load base/protocols/ssh/main
|
||||||
|
|
||||||
module SSH;
|
module SSH;
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@load base/frameworks/notice/main
|
||||||
|
|
||||||
module SSH;
|
module SSH;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
##! Local site policy loaded only by the manager in a cluster.
|
##! Local site policy loaded only by the manager in a cluster.
|
||||||
|
|
||||||
|
@load base/frameworks/notice/main
|
||||||
|
|
||||||
# If you are running a cluster you should define your Notice::policy here
|
# If you are running a cluster you should define your Notice::policy here
|
||||||
# so that notice processing occurs on the manager.
|
# so that notice processing occurs on the manager.
|
||||||
redef Notice::policy += {
|
redef Notice::policy += {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue