Skip to main content

Risk Factors

This article details risk factors and how to define and manage risk factors in a Brinqa Platform.

What are risk factors?

Risk factors is a configuration that enables you to modify the risk score, either increasing or decreasing it from the base risk score. Risk factors provide a way of assessing the likelihood and impact of different risks associated with your data. With Risk factors, you can track individual factors of a risk score for improved visibility, audit for significant deviations in risk scores, or answer questions like "Why is my asset ranked as critical?"

For example, if you have an asset marked as Critical in severity, the following are some factors that can attribute to such a rating:

  1. The vulnerability is on a host supporting business essential functionality.

  2. The vulnerability is being actively exploited in the wild.

  3. The host contains sensitive personally identifiable information (PII) or payment card industry (PCI) information.

Built-in risk factors

Users with the Configurator or System Administrator role can access the risk factor adjustments by navigating to Administration > Configuration > Risk factors. Brinqa provides the following built-in risk factors:

NameReasonConditionsScore
1PIIAssets with PII (Personally Identifiable Information) can have a greater impact on the business if exploited.Host: complianceFlags CONTAINS ANY ["PII"] OR tags CONTAINS ANY ["PII"]
Vulnerability: targets.complianceFlags CONTAINS ANY ["PII"] OR targets.tags CONTAINS ANY ["PII"]
+0.5
2PCIAssets needing to meet PCI (Payment Card Industry) standards have a greater impact on the business if exploited.Host: complianceFlags CONTAINS ANY ["PCI"] OR tags CONTAINS ANY ["PCI"]
Vulnerability: targets.complianceFlags CONTAINS ANY ["PCI"] OR targets.tags CONTAINS ANY ["PCI"]
+0.5
3NERCAssets needing to meet NERC (North American Electricity Reliability Corporation) standards that have a greater impact on the business if exploited.Host: complianceFlags CONTAINS ANY ["NERC"] OR tags CONTAINS ANY ["NERC"]
Vulnerability: targets.complianceFlags CONTAINS ANY ["NERC"] OR targets.tags CONTAINS ANY ["NERC"]
+0.5
4HIPAAAssets needing to meet HIPAA (Health Insurance Portability and Accountability Act) standards have a greater impact on the business if exploited.Host: complianceFlags CONTAINS ANY ["HIPAA"] OR tags CONTAINS ANY ["HIPAA"]
Vulnerability: targets.complianceFlags CONTAINS ANY ["HIPAA"] OR targets.tags CONTAINS ANY ["HIPAA"]
+0.5
5CVSS v2 vector indicates local or adjacent access requiredVulnerabilities that require local or adjacent access are less common.Vulnerability: type.cvssV2BaseScore IS NOT NULL AND type.cvssV3BaseScore IS NULL AND (type.cvssV2AttackVector = "Local" OR type.cvssV2AttackVector = "Adjacent")
Vulnerability Definition: cvssV2BaseScore IS NOT NULL AND cvssV3BaseScore IS NULL AND (cvssV2AttackVector = "Local" OR cvssV2AttackVector = "Adjacent")
+0.5
6CVSS v2 vector indicates no integrity or confidentiality impactVulnerabilities that do not impact the integrity or confidentiality of the system can be deprioritized.Vulnerability: type.cvssV2BaseScore IS NOT NULL AND type.cvssV3BaseScore IS NULL AND type.cvssV2ConfidentialityImpact = "None" AND type.cvssV2IntegrityImpact = "None"
Vulnerability Definition: cvssV2BaseScore IS NOT NULL AND cvssV3BaseScore IS NULL AND cvssV2ConfidentialityImpact = "None" AND cvssV2IntegrityImpact = "None"
-3.5
7CVSS v3 vector indicates local or adjacent access requiredVulnerabilities that require local or adjacent access are less common.Vulnerability: type.cvssV3BaseScore IS NOT NULL AND (type.cvssV3AttackVector = "Local" OR type.cvssV3AttackVector = "Adjacent")
Vulnerability Definition: cvssV3BaseScore IS NOT NULL AND (cvssV3AttackVector = "Local" OR cvssV3AttackVector = "Adjacent")
-2
8CVSS v3 vector indicates no integrity or confidentiality impactVulnerabilities that do not impact the integrity or confidentiality of the system can be deprioritized.Vulnerability: type.cvssV3BaseScore IS NOT NULL AND type.cvssV3ConfidentialityImpact = "None" AND type.cvssV3IntegrityImpact = "None"
Vulnerability Definition: cvssV3BaseScore IS NOT NULL AND cvssV3ConfidentialityImpact = "None" AND cvssV3IntegrityImpact = "None"
-3.5
9CVSS v3 vector indicates low integrity and low confidentiality impactVulnerabilities with low impact on integrity or confidentiality can be deprioritized.Vulnerability: type.cvssV3BaseScore IS NOT NULL AND type.cvssV3ConfidentialityImpact = "Low" AND type.cvssV3IntegrityImpact = "Low"
Vulnerability Definition: cvssV3BaseScore IS NOT NULL AND cvssV3ConfidentialityImpact = "Low" AND cvssV3IntegrityImpact = "Low"
-1
10Percentage impacted is lowVulnerabilities that impact a very limited number of systems can be deprioritized.Vulnerability: type.percentageImpacted IS NOT NULL AND type.percentageImpacted < 1
Vulnerability Definition: percentageImpacted IS NOT NULL AND percentageImpacted < 1
-1
11EPSS Likelihood < 1%Vulnerabilities where EPSS indicates a likelihood of less than 1%.Vulnerability: type.associatedCvesMaximumEpssLikelihood IS NOT NULL AND type.associatedCvesMaximumEpssLikelihood < 1
Vulnerability Definition: associatedCvesMaximumEpssLikelihood IS NOT NULL AND associatedCvesMaximumEpssLikelihood < 1
-1.5
12EPSS Likelihood > 15%Vulnerabilities where EPSS indicates a likelihood of greater than 15%.Vulnerability: type.associatedCvesMaximumEpssLikelihood IS NOT NULL AND type.associatedCvesMaximumEpssLikelihood > 15
Vulnerability Definition: associatedCvesMaximumEpssLikelihood IS NOT NULL AND associatedCvesMaximumEpssLikelihood > 15
+0.25

Create a new risk factor

Users with the Configurator or System Administrator role can create new risk factors and apply them to data models to ensure accurate risk assessment and prioritization. To create a new risk factor, follow these steps:

  1. Navigate to Administration admin-button > Configuration > Risk factors.

  2. Click Create and fill in the following fields:

    • Name: The name of the risk factor.

    • Description: The description of the risk factor.

    • Icon: Select an icon, icon color, and background color to represent the risk factor when displayed in a list view or on the Explorer graph.

    • Reason: The justification of the value chosen for adjusting the risk score.

    • Score: Specify a number to adjust the base risk score of the data model. The risk score of a finding equals the base risk score plus the sum of all the risk factor scores on a 0-10 scale. For example, a risk factor score of -1 on the vulnerability data model decreases the risk score of the associated findings by 1.

    • Conditions: Click + to add risk factor criteria for each data model. You can create a risk factor that applies to multiple data models.

      • Target data model: Click the drop-down and select the data model to which the risk factor applies.

        Important

        Avoid selecting a parent data model (such as Asset, Finding, or Ticket) as the target. For example, instead of Finding, select a data model that extends Finding, such as Vulnerability, Violation, Pentest finding, and so on. This is because parent data models are not computed during consolidation and choosing a parent data model can lead to issues preventing the proper application of the new risk factor.

      • Active: Indicate whether the condition is active.

      • Condition: Specify the condition to filter your data. The supported syntax is Brinqa Condition Language (BCL). For example: firstFound EXISTS or status = "Active".

    Click + to add additional conditions to the risk factor.

  3. Select Active to indicate whether the risk factor is active. Inactive risk factors are effectively archived and not in use.

  4. Click Create.

Repeat these steps for each risk factor you want to create.

Clone an existing risk factor

Rather than creating a new risk factor from scratch, you can clone a built-in one and modify it to better fit your needs. Cloning not only allows you to keep the built-in risk factor intact but also ensures that your modifications won't be overwritten during release updates. This way, you get a duplicated version to tailor as you like without unintentionally altering important default settings.

  1. Navigate to Administration admin icon > Configuration > Risk factors.

  2. Hold the pointer over the risk factor that you want to modify and click Clone.

  3. Make any necessary changes.

  4. Select Active to activate the cloned risk factor, and then click Create.

    The page reloads, and the cloned risk factor displays in the list view.

    note

    If the cloned risk factor's conditions include multiple target data models, your changes apply to all of them. For instance, if you clone a risk factor that applies to the Vulnerability and Vulnerability definition data models, the cloned risk factor displays on the respective data model pages.

Activate or deactivate a risk factor

If you want to activate a risk factor, whether built-in or cloned, do the following:

  1. Hold the pointer over the risk factor in the list view.

  2. Click Activate.

If you want to deactivate a risk factor, whether built-in or cloned, do the following:

  1. Hold the pointer over the risk factor in the list view.

  2. Click Deactivate.

This prevents any overlapping conditions from being applied twice.

Launch risk factors

Your new risk factor applies when the data orchestration runs. However, if you want the new risk factor to go into effect immediately, follow these steps:

  1. Navigate to Administration admin-button > Data > Models.

  2. Navigate to the data model you've selected as the target data model to apply the risk factor, and click Flows.

  3. Click the compute flow for your data model. For example, if you've added a new risk factor to the Vulnerability data model, click Vulnerability compute flow.

  4. Click Launch, and then click Launch again in the confirmation dialog.

  5. Repeat steps 2-4 for each target data model you've selected during the risk factor creation process.

  6. Navigate to the Risk factor data model and click Flows.

  7. Click Risk factor compute flow, then Launch, and then click Launch again in the confirmation dialog.

    • This step updates the total number of your data that is impacted by the new risk factor.

To see the total number of your data that is impacted by the new risk factor, navigate to Administration admin-button > Configuration > Risk factors. Locate the risk factor in the list view. The counts display in the Total column.

View and manage risk factors

Users with the Configurator or System Administrator role can view, manage, and revise existing risk factors. To view or modify your risk factors, follow these steps:

  1. Navigate to Administration admin-button > Configuration > Risk factors.

  2. Hold the pointer over the risk factor and click Edit.

  3. Edit the fields as needed. These are the same fields you completed when creating the risk factor.

  4. Click Update.

Tutorial: Create a new risk factor for PII

This tutorial demonstrates how you can create a new risk factor for both the Host and Vulnerability data model to prioritize assets and findings that contain PII . You may want to create such a risk factor for the following reasons:

  • Compliance regulations: Data protection laws and regulations, such as the General Data Protection Regulation (GDPR), California Consumer Privacy Act (CCPA), and Health Insurance Portability and Accountability Act (HIPAA), require organizations to safeguard PII. By prioritizing assets and findings with PII, you can ensure that you are taking necessary steps to maintain compliance and avoid potential legal penalties.

  • Minimize risk of data breaches: Prioritizing assets and findings with PII enables you and your organization to quickly identify and address vulnerabilities that may put sensitive information at risk. This proactive approach can help prevent data breaches and reduce the potential impact on both individuals and your organization.

  • Protect user trust: Ensuring the privacy and security of PII is crucial for maintaining trust between your organization and customers. Demonstrating a commitment to protecting PII can enhance and build customer loyalty.

  • Improve overall security posture: By focusing on assets and findings with PII, you can gain a better understanding of your organization's overall security posture. This can enable you to make more informed decisions about resource allocation, risk management, and security controls, ultimately contributing to a more robust and resilient security environment.

To create a new risk factor to prioritize assets and findings that contain PII, follow these steps:

  1. Navigate to Administration admin-button > Data > Models.

  2. Locate the Host or Vulnerability data model.

  3. Click Risk factors.

  4. Click Create and fill in the fields as shown below:

    • Name: Type "PII".

    • (Optional) Description: Provide a description of the risk factor. For example, "The asset stores personally identifiable information."

    • Icon: Set the background color to #dc2531, the icon color to #ffffff, and then select the Bug icon.

    • Reason: Provide a reason for the justification of the value being used to adjust the risk score of the assets or findings with PII. For example, "Assets with PII can have a greater impact on the business if exploited."

    • Score: Enter "0.5". This raises the base risk score of the data set by 0.5.

    • Conditions: Specify the criteria to apply the risk factor.

      • Target data model: Select Host.

      • Active: Keep as is. Active is selected by default.

      • Condition: Enter complianceFlags CONTAINS ANY ["PII"] OR tags CONTAINS ANY ["PII"]. This condition ensures that the risk factor is applied to all hosts with PII.

      • Test condition: Click Test condition to see the results retrieved by the condition.

    • Click + and add another condition.

      • Target data model: Select Vulnerability.

      • Active: Keep as is. Active is selected by default.

      • Condition: Enter targets.complianceFlags CONTAINS ANY ["PII"] OR targets.tags CONTAINS ANY ["PII"]. This condition ensures that the risk factor is also applied to all vulnerabilities with PII.

      • Test condition: Click Test condition to see the results retrieved by the condition.

  5. Click Create. The page reloads and the new risk factor displays. Since this risk factor targets the Host and Vulnerability data models, the PII risk factor displays on both the Host and Vulnerability data model pages.

  6. If not there already, navigate to the Host data model page and click Flows.

  7. Click Host compute flow, then Launch, and then click Launch again in the confirmation dialog. This starts the actions needed to apply the new risk factor to the data that meet the condition.

  8. Navigate to the Vulnerability data model page and click Flows.

  9. Click Vulnerability compute flow, then Launch. and then click Launch again in the confirmation dialog. This starts the actions needed to apply the new risk factor to the data that meet the condition.

  10. Navigate to the Risk factor data model page and click Flows,

  11. Click Risk factor compute flow, then Launch, and then click Launch again in the confirmation dialog.

  12. Navigate to Inventory > Assets > All assets.

    • You can also navigate to Findings since the risk factor applies to vulnerabilities with PII as well.
  13. Click the Risk factors filter and select PII.

  14. Click Apply.

New risk factor in the Findings list view

The list view refreshes and only displays the assets or findings with the specified risk factor. Hold the pointer over an entry in the list view and then click Details to view specific information pertaining to the asset or finding. For example, if you are in Findings, some of this information includes the active risk factors, the final risk score, the risk factor offset (the sum of the risk factor adjustments applied to the score), and the base risk score (the risk score before risk factors have been applied).