v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Financial Risk

Updates a monitored company's risk exposure.

The ransomware scenario is designed to assess the likelihood of a ransomware attack and identify areas of vulnerability. By assessing the organization's security controls, potential attack vectors, and previous ransomware incidents, the scenario provides insights into the potential impact of a ransomware attack and highlights areas where improvements can be made to prevent or mitigate the impact of such an attack.

patch/api/v2/companies/{id}/riskexposure/ransomware

Path parameters

idinteger required
Example:123

The id of the company whose risk exposure is to be updated.

Request body

NoOf_PII_PHI_PCI_Recordsnumber nullable

Count of records with either PII, PHI or PCI information shared with the organization.Count of records with either PII, PHI or PCI information shared with the organization..

UnitCostOf_PII_PHI_PCI_Recordsnumber float nullable

$ amount of the cost per record of PII-PHI-PCI records.

UnitCostOf_BlackKiteCalculationboolean

Use Black Kite's amount of the cost per record of PII-PHI-PCI.

AverageDownTimeDaysnumber nullable

The count of average day of downtime

RevenueAtRisknumber double nullable

The revenue of your company.

HaveInternalAccessboolean

Indicates whether the organization has access to our internal network.

SimulationType'Availability' | 'Confidentiality'

A simulation type, such as; Availability or Confidentiality. Leave null, if no change is intended.

Example request

{
  "NoOf_PII_PHI_PCI_Records": 300,
  "SimulationType": "Confidentiality"
}

Response

Success