base/bif/plugins/Bro_SMB.smb1_com_transaction.bif.bro

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

Summary

Events

smb1_transaction_request: event Generated for SMB/CIFS version 1 requests of type transaction.

Detailed Interface

Events

smb1_transaction_request
Type:event (c: connection, hdr: SMB1::Header, name: string, sub_cmd: count)

Generated for SMB/CIFS version 1 requests of type transaction. This command serves as the transport for the Transaction Subprotocol Commands. These commands operate on mailslots and named pipes, which are interprocess communication endpoints within the CIFS file system.

For more information, see MS-CIFS:2.2.4.33

C:The connection.
Hdr:The parsed header of the SMB version 1 message.
Name:A name string that MAY identify the resource (a specific Mailslot or Named Pipe) against which the operation is performed.
Sub_cmd:The sub command, some may be parsed and have their own events.

See also: smb1_message, smb1_transaction2_request

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