mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Updates for SSH scripts.
This commit is contained in:
parent
9a06cece67
commit
9c2273b7a7
6 changed files with 237 additions and 141 deletions
|
@ -45,6 +45,11 @@ redef signature_files += "frameworks/signatures/detect-windows-shells.sig";
|
|||
# Load the script to enable SSL/TLS certificate validation.
|
||||
@load protocols/ssl/validate-certs
|
||||
|
||||
# If you have libGeoIP support built in, do some geographic detections and logging.
|
||||
@load protocols/ssh/geo-data
|
||||
@load protocols/ssh/detect-bruteforcing
|
||||
@load protocols/ssh/interesting-hostnames
|
||||
|
||||
# Uncomment this redef if you want to extract SMTP MIME entities for
|
||||
# some file types. The numbers given indicate how many bytes to extract for
|
||||
# the various mime types.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue