> 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-link-new-country.md).

# website-link-new-country

### Overview

* **Key:** `website-link-new-country`
* **Name:** Website Link New Country
* **Triggers when:** A website link is detected in a new country during a website scan

### Fields

| Field      | Type    | Description              |
| ---------- | ------- | ------------------------ |
| country    | string  | Country of detected link |
| detail     | string  | Country of detected link |
| scan\_id   | string  | ID of the scan           |
| target\_id | integer | ID of the target         |
| url        | string  | URL of detected link     |

### Example data

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