Actions
Task #8692
open
SD
SB
tracking: detect: DCERPC keywords coverage
Task #8692:
tracking: detect: DCERPC keywords coverage
Effort:
Difficulty:
Label:
Description
Adding a few new keywords to simplify the rule detection logic. This should apply to both raw dcerpc (tcp/udp) and smb wrapped dcerpc.
dcerpc.ptype (packet type) - request (0x00), response (0x02), bind (0x0B), and fault (0x03)
Create sticky buffers for flags and header.dcerpc.flags (stick buffer)
- dcerpc.is_fragmented (bool) - standalone keyword indicating fragmentation.
dcerpc.header (stick buffer)
LS Updated by Lukas Sismis 20 days ago
- Tracker changed from Feature to Task
- Subject changed from New DCERPC Keywords to tracking: DCERPC keywords coverage
- Status changed from New to Triaged
- Assignee set to OISF Dev
I treat this original ticket as an idea aggregator.
When one starts creating the keywords, please create a ticket per keyword.
LS Updated by Lukas Sismis 20 days ago
- Subject changed from tracking: DCERPC keywords coverage to tracking: detect: DCERPC keywords coverage
VJ Updated by Victor Julien 14 days ago
- Status changed from Triaged to Assigned
- Assignee changed from OISF Dev to Shivani Bhardwaj
- Target version changed from TBD to 9.0.0-beta1
SB Updated by Shivani Bhardwaj 12 days ago
- Subtask #8733 added
SB Updated by Shivani Bhardwaj 12 days ago
- Subtask #8734 added
SB Updated by Shivani Bhardwaj 12 days ago
- Subtask #8735 added
SB Updated by Shivani Bhardwaj 12 days ago
JFYI, DCERPC header is already available through the frame support using the syntax: frame:dcerpc.hdr. I'll also add a regular sticky buffer though. Added a ticket for that. :)
SB Updated by Shivani Bhardwaj 12 days ago
- Subtask #8736 added
Actions