mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Improve NTLM authentication logging.
If only one side of a connection was seen, the ntlm.log would indicate that the authentication failed. This has been modified so that the success is listed as null since it's not known whether or not the authentication was successful. It can be inferred from continued SMB analysis though because activity will continue taking place. I changed it though because the log shouldn't assume more than what it sees.
This commit is contained in:
parent
dcb8dee3eb
commit
a176e053ca
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export {
|
|||
domainname: string &log &optional;
|
||||
|
||||
## Indicate whether or not the authentication was successful.
|
||||
success: bool &log &default=F;
|
||||
success: bool &log &optional;
|
||||
|
||||
## Internally used field to indicate if the login attempt
|
||||
## has already been logged.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue