Actions
Feature #8762
open
SB
SB
Task #8692: tracking: detect: DCERPC keywords coverage
Feature #8733: detect: rule keyword for dcerpc.ptype
dcerpc: record unhandled PDU types
Feature #8762:
dcerpc: record unhandled PDU types
Effort:
Difficulty:
low
Label:
Description
DCERPC parser only handles and logs 3 types of request/response pairs:
1. REQUEST/RESPONSE
2. BIND/BIND_ACK
3. ALTER_CONTEXT/ALTER_CONTEXT_RESP
All the other unhandled types that are parsed from the header are not even logged/available for matching through keywords like dcerpc.ptype. DCERPC parser should create a record of these PDU types and allow for matching on the header fields at least even if it cannot handle the rest of the fragment.
SB Updated by Shivani Bhardwaj 1 day ago
- Difficulty set to low
SB Updated by Shivani Bhardwaj 1 day ago
- Parent task set to #8733
SB Updated by Shivani Bhardwaj about 21 hours ago
In review PR: https://github.com/OISF/suricata/pull/15914
SB Updated by Shivani Bhardwaj about 21 hours ago
- Status changed from Assigned to In Review
Actions