base/bif/plugins/Bro_NTLM.events.bif.bro

GLOBAL
Namespace:GLOBAL
Source File:/scripts/base/bif/plugins/Bro_NTLM.events.bif.bro

Summary

Events

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.

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


Copyright 2016, The Bro Project. Last updated on December 07, 2018. Created using Sphinx 1.8.2.