base/bif/plugins/Zeek_SMB.smb1_com_check_directory.bif.zeek¶
-
GLOBAL
¶
Namespace: | GLOBAL |
---|
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