8.26. SMB Keywords
SMB keywords used in both SMB1 and SMB2 protocols.
8.26.1. smb.named_pipe
Match on SMB named pipe in tree connect.
Examples:
smb.named_pipe; content:"IPC"; endswith;
smb.named_pipe; content:"strange"; nocase; pcre:"/really$/";
smb.named_pipe is a 'sticky buffer'.
smb.named_pipe can be used as fast_pattern.
8.26.3. smb.ntlmssp_user
Match on SMB ntlmssp user in session setup.
Examples:
smb.ntlmssp_user; content:"doe"; endswith;
smb.ntlmssp_user; content:"doe"; nocase; pcre:"/j(ohn|ane).*doe$/";
smb.ntlmssp_user is a 'sticky buffer'.
smb.ntlmssp_user can be used as fast_pattern.
8.26.4. smb.ntlmssp_domain
Match on SMB ntlmssp domain in session setup.
Examples:
smb.ntlmssp_domain; content:"home"; endswith;
smb.ntlmssp_domain; content:"home"; nocase; pcre:"/home(sweet)*$/";
smb.ntlmssp_domain is a 'sticky buffer'.
smb.ntlmssp_domain can be used as fast_pattern.
8.26.5. file.name
The file.name keyword can be used at the SMB application level.
Signature Example:
alert smb any any -> any any (msg:"SMB file.name usage"; classtype:bad-unknown; sid:1; rev:1;)
For additional information on the file.name keyword, see File Keywords.