Skip to main content

SOC Prime Platform Product Release Notes 5.4.3

S
Written by Sergey Bayrachny

November 16, 2022

© 2022 SOC Prime Inc.

All rights reserved. This product and documentation related are protected by copyright and distributed under licenses restricting their use, copying, distribution, and decompilation. No part of this product or documentation related may be reproduced in any form or by any means without the prior written authorization of SOC Prime. While every precaution has been taken in the preparation of this book, SOC Prime assumes no responsibility for errors or omissions. This publication and features described herein are subject to change without notice.

Authentication with Google


We've redesigned our Log In and Sign Up pages introducing support for logging in and signing up with a Google account.

Using a third-party account makes authorizing even more fast and convenient. OAuth 2.0 ensures security and data protection.

To log in to an existing SOC Prime Platform account, use your Google account associated with the same email.

To create a new SOC Prime Platform account, use your Google account associated with the email you want to use for your SOC Prime Platform account

Note that you can only use a work email.

Content Quality Improvements


Elastic Stack


We've introduced several improvements to the Sigma rule translations into the Elastic native formats:

  • Elastic Rule. We've added author and license as separate fields. Previously, these details were included in description.

  • Elastic Query. We've Improved the use of escape characters to ensure that the * character is always rendered correctly. For example:

    *\=***\=\**

Chronicle Security


We've made several improvements to the quality of translations into this platform formats:

  • Query. Removed the unnecessary .* symbols in the logic corresponding to the endswith and startswith modifiers. For example:

    target.process.command_line = /.*.*cmd$/target.process.command_line = /.*cmd$/

  • Rule. Adjusted the conversion logic for the OR operator when the Sigma rule's detection includes the contains modifier with multiple values. For example:

    re.regex($selection.target.process.command_line, `.*['cmd', 'copy'].*`)re.regex($selection.target.process.command_line, `.*cmd.*`) or re.regex($selection.target.process.command_line, `.*copy.*`)

QRadar Query


We've removed redundant escape characters (\) and brackets around the query. For example:

LOGSOURCETYPENAME(devicetype)=\'Microsoft Windows Security Event Log\'LOGSOURCETYPENAME(devicetype)='Microsoft Windows Security Event Log'

SentinelOne


We've improved the syntax of translations into this platform's formats by adding the equal sign between fields and their respective values in the detection. For example:

LoginType "INTERACTIVE" AND TgtProcCmdLine "abc"LoginType = "INTERACTIVE" AND TgtProcCmdLine = "abc"

ArcSight Rule and Query


To improve the quality of translation into the ArcSight Rule and Query formats, we’ve enhanced the conversion logic for the endswith, startswith, and contains modifiers removing the unnecessary * symbol. For example:

destinationUserId ENDSWITH "*-500"destinationUserId ENDSWITH "-500"

Self-Serve Upgrade for MDRs/MSSPs


We've removed the self-serve capability for MDRs/MSSPs to upgrade to an On Demand plan. Now, MDRs/MSSPs that wish to upgrade can contact our sales and change their subscription plan in a more personalized way.

However, we've kept the self-serve upgrade capability for #sigma2savelives. This ensures that every organization can donate via SOC Prime to support Ukraine.

Custom Field Mapping


We've added a Log Sources column on the page that lists Custom Field Mapping profiles to help users easily pick up the right profile. If a log source name is too long, it is truncated and the user can see the full version in the tooltip that shows upon hovering.

CCM API Integration Tool


We've updated the CCM API Integration Tool adding two parameters to the configuration file that allow users to configure a proxy for CCM API calls.

Log Source and MITRE ATT&CK® Coverage


No Matching Content Messages


We've updated the messages that appear in Log Source Coverage and MITRE ATT&CK® Coverage when the selected Search Profile has no matching content. The messages include recommendations on possible actions the user can take to resolve the issue.

Profile Name in Overview


We've added the selected Search Profile name in the header of the Overview section in Log Source Coverage and MITRE ATT&CK Coverage. This ensures the user is always aware of the Profile applied to filter the data.

Customer Logos Updated


We've added new customer logos to the They Trust Us block shown on the SOC Prime Platform and on our website.

More Contact Options at my.socprime.com


We've added more contact options in the Add-Ons modal on the Pricing page so you can contact our experts and sales in a convenient way.

Schedule a call: Book a meeting with us via Calendly at a time that works for you.

Chat Us: Message us in the live chat directly on the current page.

Email us: Write us an email directly on the current page.

UI Improvements


Button Colors


We've updated the fill and border colors of some buttons, changing the legacy red to the shade of green currently used throughout the Platform. This ensures design consistency and creates a better user experience.

Limitation Messages


We've updated the messages that appear when a Premium Sigma rule is not available to the user because the balance is empty or the rule has the Wait to Unlock status. For example:

Tooltip


We've updated the tooltip that appears for the Premium Sigma balance under the Community subscription plan.

Upgrade Page


We've updated the Upgrade page introducing several minor improvements:

  • Added back a missing word and a missing line in the #sigma2savelives blocks

  • Changed the FAQ section on MDSs/MSSPs

Pricing Page at my.socprime.com


We've removed the MDR/MSSP toggle from the On Demand block since the self-serve purchase of this plan is no longer available for MDRs and MSSPs.

Onboarding Wizard


We've fixed the position of the Need Help? block so that it always stays visible. This ensures the user is aware they can ask our expert a question or reach out for help.

Font Size in Sigma Rule Title


To improve user experience and make the design of a rule's page more balanced, we've decreased the font size used to display the Sigma rule title on mobile devices.

Documentation Improvement


Platform Guides


We've improved our Platform Guides structure and updated them in accordance with the new functionality of the SOC Prime Platform.

New Help Article for Community


We've created a Help Center article that contains all the basic information a user under the Community plan needs to get immediate value from the SOC Prime Platform.

Now, instead of looking for detailed information in separate Platform Guides, you can find everything you need in one place.

Key Bug Fixes & Improvements


With this release, we’ve made the following key bug fixes and improvements to enhance the user experience with the SOC Prime Platform:

  • Placed correct links to the Cookie Policy in Uncoder.IO and CTI.Uncoder.IO.

  • Fixed a layout bug where for certain resolutions empty space was shown under the footer on the MITRE ATT&CK Coverage page.

  • Fixed a layout bug in Search Profiles and Environments where a long profile name could overflow the Heads Up modal that contains it.

  • Resolved an issue where the view less button in the Techniques filter on the Advanced Search page did not work as expected. When the user clicked view less, the button name changed to view more, but the list of techniques did not collapse. To collapse the list, the user had to click the button one more time.

  • Adjusted the authorization control in the Help Center so that when the user logs out from the SOC Prime Platform, they are automatically logged out from the Help Center.

  • Resolved an issue where the user who changed capitalization in their email address while registering via an invitation link could not access the Platform since their account was automatically locked.

  • Fixed a bug where the Severity attribute was empty for some Sigma rules at the Cyber Threat Search Engine.

  • Resolved an issue in Quick Hunt where in some cases Premium Sigma rules balance was not decreased after hunting with a Premium Sigma rule.

  • Fixed the issue where the Edit button in some cases was unavailable for a Splunk Job. Previously, the user could edit a Splunk Job only if a Splunk environment was created.

Did this answer your question?