GLOBAL
¶Namespace: | GLOBAL |
---|---|
Source File: | /scripts/base/bif/plugins/Bro_NTLM.events.bif.bro |
ntlm_authenticate : event |
Generated for NTLM messages of type authenticate. |
ntlm_challenge : event |
Generated for NTLM messages of type challenge. |
ntlm_negotiate : event |
Generated for NTLM messages of type negotiate. |
ntlm_authenticate
¶Type: | event (c: connection , request: NTLM::Authenticate ) |
---|
Generated for NTLM messages of type authenticate.
C: | The connection. |
---|---|
Request: | The parsed data of the NTLM message. See init-bare for more details. |
See also: ntlm_negotiate
, ntlm_challenge
ntlm_challenge
¶Type: | event (c: connection , challenge: NTLM::Challenge ) |
---|
Generated for NTLM messages of type challenge.
C: | The connection. |
---|---|
Negotiate: | The parsed data of the NTLM message. See init-bare for more details. |
See also: ntlm_negotiate
, ntlm_authenticate
ntlm_negotiate
¶Type: | event (c: connection , negotiate: NTLM::Negotiate ) |
---|
Generated for NTLM messages of type negotiate.
C: | The connection. |
---|---|
Negotiate: | The parsed data of the NTLM message. See init-bare for more details. |
See also: ntlm_challenge
, ntlm_authenticate