---
title: "Updates a monitored company's risk exposure."
method: PATCH
path: "/api/v2/companies/{id}/riskexposure/ransomware"
tags: ["Financial Risk"]
---

# Updates a monitored company's risk exposure.

`PATCH /api/v2/companies/{id}/riskexposure/ransomware`

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.

## Path parameters

- `id` integer, required

## Request body

- object
  - `NoOf_PII_PHI_PCI_Records` number, 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_Records` number, float, nullable — $ amount of the cost per record of PII-PHI-PCI records.
  - `UnitCostOf_BlackKiteCalculation` boolean — Use Black Kite's amount of the cost per record of PII-PHI-PCI.
  - `AverageDownTimeDays` number, nullable — The count of average day of downtime
  - `RevenueAtRisk` number, double, nullable — The revenue of your company.
  - `HaveInternalAccess` boolean — 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.

## Response `200`

Success

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/revisions/616dfa9b3b1f/schema)
