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:
Seth Hall 2016-04-13 12:26:07 -04:00
parent dcb8dee3eb
commit a176e053ca

View file

@ -16,7 +16,7 @@ export {
domainname: string &log &optional; domainname: string &log &optional;
## Indicate whether or not the authentication was successful. ## 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 ## Internally used field to indicate if the login attempt
## has already been logged. ## has already been logged.