base/bif/plugins/Bro_SMB.smb1_com_create_directory.bif.bro

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

Summary

Events

smb1_create_directory_request: event Generated for SMB/CIFS version 1 requests of type create directory.
smb1_create_directory_response: event Generated for SMB/CIFS version 1 responses of type create directory.

Detailed Interface

Events

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

Generated for SMB/CIFS version 1 requests of type create directory. This is a deprecated command which has been replaced by the trans2_create_directory subcommand. This is used by the client to create a new directory on the server, relative to a connected share.

For more information, see MS-CIFS:2.2.4.1

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

See also: smb1_message, smb1_create_directory_response, smb1_transaction2_request

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

Generated for SMB/CIFS version 1 responses of type create directory. This is a deprecated command which has been replaced by the trans2_create_directory subcommand. This is the server response to the create directory request.

For more information, see MS-CIFS:2.2.4.1

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

See also: smb1_message, smb1_create_directory_request, smb1_transaction2_request

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