base/bif/plugins/Bro_SMB.smb1_com_check_directory.bif.bro

GLOBAL
Namespace:GLOBAL
Source File:/scripts/base/bif/plugins/Bro_SMB.smb1_com_check_directory.bif.bro

Summary

Events

smb1_check_directory_request: event Generated for SMB/CIFS version 1 requests of type check directory.
smb1_check_directory_response: event Generated for SMB/CIFS version 1 responses of type check directory.

Detailed Interface

Events

smb1_check_directory_request
Type:event (c: connection, hdr: SMB1::Header, directory_name: string)

Generated for SMB/CIFS version 1 requests of type check directory. This is used by the client to verify that a specified path resolves to a valid directory on the server.

For more information, see MS-CIFS:2.2.4.17

C:The connection.
Hdr:The parsed header of the SMB version 1 message.
Directory_name:The directory name to check for existence.

See also: smb1_message, smb1_check_directory_response

smb1_check_directory_response
Type:event (c: connection, hdr: SMB1::Header)

Generated for SMB/CIFS version 1 responses of type check directory. This is the server response to the check directory request.

For more information, see MS-CIFS:2.2.4.17

C:The connection.
Hdr:The parsed header of the SMB version 1 message.

See also: smb1_message, smb1_check_directory_request

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