base/bif/plugins/Zeek_NTLM.events.bif.zeek¶
-
GLOBAL¶
- Namespace
GLOBAL
Summary¶
Events¶
Generated for NTLM messages of type authenticate. |
|
Generated for NTLM messages of type challenge. |
|
Generated for NTLM messages of type negotiate. |
Detailed Interface¶
Events¶
-
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