# website-cert-risk

### Overview

* **Key:** `website-cert-risk`
* **Name:** SSL Certificate Risk
* **Triggers when:** The risk rating of a TLS or SSL certificate changes from low to medium or high

### Fields

| Field        | Type    | Description      |
| ------------ | ------- | ---------------- |
| risk         | integer | Risk rating      |
| risk\_reason | string  | Reason for risk  |
| scan\_id     | string  | ID of the scan   |
| target\_id   | integer | ID of the target |

### Example data

```json
{
  "risk": 2,
  "risk_reason": "Weak Cipher",
  "scan_id": "202101010000x1Xx2Xx3Xx4Xx5Xx6Xx7",
  "target_id": 123456
}
```
