> For the complete documentation index, see [llms.txt](https://docs.halosecurity.com/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.halosecurity.com/api/events-archive/website-header-risk.md).

# website-header-risk

### Overview

* **Key:** `website-header-risk`
* **Name:** Website Header Risk
* **Triggers when:** The risk rating of an HTTP header changes from low to medium or high

### Fields

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

### Example data

```json
{
  "header": "Server",
  "risk": 2,
  "risk_reason": "Reason",
  "scan_id": "202101010000x1Xx2Xx3Xx4Xx5Xx6Xx7",
  "target_id": 123456,
}
```
