base/bif/plugins/Zeek_SMB.smb1_com_create_directory.bif.zeek

GLOBAL
Namespace

GLOBAL

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

Parameters
  • 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

Parameters
  • c – The connection.

  • hdr – The parsed header of the SMB version 1 message.

See also: smb1_message, smb1_create_directory_request, smb1_transaction2_request