# website-script-monitor-change

### Overview

* **Key:** `website-script-monitor-change`
* **Name:** Monitored Website Script Changed
* **Triggers when:** The content of a monitored script is different than during the previous website scan

### Fields

| Field      | Type    | Description                             |
| ---------- | ------- | --------------------------------------- |
| mon\_name  | string  | Link of monitored script                |
| mon\_value | string  | Hash of monitored script's contents     |
| scan\_id   | string  | ID of the scan                          |
| target\_id | integer | ID of the target                        |
| value      | string  | New hash of monitored script's contents |

### Example data

```json
{
  "mon_name": "https://www.example.com/script.js",
  "mon_value": "abcd1234abcd1234abcd1234abcd1234",
  "scan_id": "202101010000x1Xx2Xx3Xx4Xx5Xx6Xx7",
  "target_id": 123456,
  "value": "wxyz9876wxyz9876wxyz9876wxyz9876"
}
```
