# website-form-oos

### Overview

* **Key:** `website-form-oos`
* **Name:** Website Form Out-of-Scope
* **Triggers when:** A website form is first detected sending data to an out-of-scope domain

### Fields

| Field        | Type    | Description                   |
| ------------ | ------- | ----------------------------- |
| detail       | string  | Hostname associated with form |
| form\_action | string  | Form action                   |
| form\_method | string  | Form method                   |
| host         | string  | Hostname associated with form |
| scan\_id     | string  | ID of the scan                |
| target\_id   | integer | ID of the target              |

### Example data

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