mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Move the SMB analyzer out of the default load.
This also adds a note in the local.bro script about enabling the SMB analyzer.
This commit is contained in:
parent
e2fb7591f4
commit
134d0922d5
11 changed files with 4 additions and 1 deletions
5
scripts/policy/protocols/smb/dpd.sig
Normal file
5
scripts/policy/protocols/smb/dpd.sig
Normal file
|
@ -0,0 +1,5 @@
|
|||
signature dpd_smb {
|
||||
ip-proto == tcp
|
||||
payload /^....[\xfe\xff]SMB/
|
||||
enable "smb"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue