Actions
Feature #6079
closedeve/dcerpc: eve/smb: log dcerpc uuid with request/response txs
Effort:
Difficulty:
Label:
Description
Need the UUID with the opnum.
Actions
Added by Victor Julien over 2 years ago. Updated over 1 year ago.
Description
Need the UUID with the opnum.
It seems to me that this feature is already in place. If an SMB request is DCERPC and has interfaces, they are logged along with the opnum.
Code where this happens: https://github.com/OISF/suricata/blob/master/rust/src/smb/log.rs#L334
Also verified in the existing s-v test smb-dce_opnum
.
@Peter Manev I remember you coming up with this issue. Could you please verify this is up to your expectations or if I am misunderstanding what's needed?
I believe this is already done in the code. If it is not as per the expectations, please feel free to reopen with clear expectations.