# website-form-new-country

### Overview

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

### Fields

| Field        | Type    | Description             |
| ------------ | ------- | ----------------------- |
| country      | string  | Country of form host    |
| detail       | string  | Country of form host    |
| form\_action | string  | Name of form action     |
| form\_method | string  | Form method             |
| host         | string  | Hostname of form action |
| scan\_id     | string  | ID of the scan          |
| target\_id   | integer | Target of the scan      |

### Example data

```json
{
  "country": "US",
  "detail": "US",
  "form_action": "login",
  "form_method": "post",
  "host": "www.example.com",
  "scan_id": "202101010000x1Xx2Xx3Xx4Xx5Xx6Xx7",
  "target_id": 123456
}
```
