Release Notes 3.8.5
January 21, 2025
We are excited to introduce you to the latest version of Collaborate v3.8.5. This release includes several enhancements.
Member Portal Enhancements
In Threat Defender Library (TDL), you can now create content in Zeek format, providing you with greater flexibility in adding custom threat defender content. For more information, see Create TDL Content.
As part of Intelligence Requirements, the following enhancements are now available:
You can now assign a priority (High, Medium, Low) to published IRs based on your preferences, allowing you to customize and prioritize them effectively. For more information, see View All Published IRs.
You can now filter IRs in the IR Repo using the My Priority filter, making it easier to quickly access relevant IRs.
While sharing threat intel or submitting an RFI, you can now attach published TDL content and IRs, providing additional context, and enabling informed decision-making. For more information, see Create Threat Intel and Submit RFI.
The Alerts listing page now refreshes automatically when new alerts are available, eliminating the need for manual refresh.
Analyst Portal Enhancements
In Threat Defender Library, you can now create content in Zeek format, providing you with greater flexibility in adding custom threat defender content. For more information, see Create TDL Content.
In Configuration, you can now enable the Organization Directory option in the Features section, allowing members to access the Organization Directory module in the Member Portal. For more information, see Configure Collaborate Features.
While creating or updating a recipient group, you can now select the Organization Directory option. This allows members in the group to access the Organization Directory module. For more information, see Create Recipient Group.
Note
The Organization Directory checkbox is available from Collaborate v3.8.5. If Organization Directory was previously enabled for members across the tenant, they will continue to access it after upgrading to v3.8.5, and the Organization Directory checkbox will be selected by default for recipient groups. However, it is not automatically enabled for system recipient groups, even if it was enabled previously. You can manually enable it for system recipient groups if needed.
Open API Enhancements
The Create Folder API (
{{server}}csap/v1/folder-details/
) is introduced for analysts to create a new folder in the Doc Library within a specified parent folder or the root directory. For more information, see Create Folder.The Folder Details API (
{{server}}csap/v1/folder-details/
) is introduced for analysts to retrieve folder details such as folder ID, folder recipients, and more based on the provided folder ID. For more information, see Folder Details.The Upload File API (
{{server}}csap/v1/upload_media/
) is now enhanced to support theparent_folder_id
body parameter, enabling you to upload a file to a specific folder within the Doc Library. The API now also returns theparent_folder_id
in the response. For more information, see Upload File.