Base
- Added support for Mutli-typed result sections
- Added support for Ordered Key Value result sections
- Implant name and actor reported by Att&ck Matix should always be uppercased
- Sort heuristics and dedup them when generating summary
- Return result section where heuristics where found
- Added set operation to metrics factory
- Added save_queue length in dispatcher messages
- Add configurable maximum temporary data value size
Core
- Change in scaler logging about crashing containers
- Split out dispatcher results and submission save threads
- Export dispatcher save_queue length
- Add a way to stop the metrics from aggregating specific counters
- Enforce maximum temporary data value size in dispatcher and tasking client
Service Base
- Added support for Mutli-typed result sections
- Added support for Ordered Key Value result sections
- Added new type result section classes with their own methods to facilitate service development
- Protect heuristics and results internal variables by using properties
- Add a set_tags method to ResultSection class
- Fix Tag reducer compatibility to new more restrictive ResultSection class
- Fix dynamic service helper compatibility to new more restrictive ResultSection class
- Added .name and .description properties to heuristics
- Force KV and OrderedKV keys to string
- Add new result section types and classes to ResultSample service
UI - API Server
- Added support for Mutli-typed result sections
- Added support for Ordered Key Value result sections
- Make sure all JSON based result sections are load before returned from the API
- Return sections where heuristics are present when generating submission summary and report
UI - Frontend
- Display sections that have heuristics in the report
- Display sections that have heuristics in the submission detail
- Display sections that have heuristics at the top of the file detail view
- Hide heuristics, attack and tags in result section to make them more readable view toggle button to view them
- Add Context Menu to the result section to copy the section body to the clipboard or toggle heuristics, attack and tags
- Change favicon once a submission is completed
- Added support for Mutli-typed result sections
- Added support for Ordered Key Value result sections
- Added support for dispatcher save queue