# website-script-new-country

### Overview

* **Key:** `website-script-new-country`
* **Name:** Website Script New Country
* **Triggers when:** A script is detected as loading from a different country than it did during the previous scan

### Fields

| Field      | Type    | Description                        |
| ---------- | ------- | ---------------------------------- |
| country    | string  | Country that script is loaded from |
| detail     | string  | Country that script is loaded from |
| host       | string  | Hostname of the script link        |
| scan\_id   | string  | ID of the scan                     |
| target\_id | integer | ID of the target                   |
| url        | string  | URL of the script                  |

### Example data

```json
{
  "country": "US",
  "detail": "US",
  "host": "www.example.com",
  "scan_id": "202101010000x1Xx2Xx3Xx4Xx5Xx6Xx7",
  "target_id": 123456,
  "url": "https://www.example.com/example.js"
}
```
