> 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-traffic-oos.md).

# website-traffic-oos

### Overview

* **Key:** `website-traffic-oos`
* **Name:** Website Traffic Out-of-Scope
* **Triggers when:** The website traffic is detected out-of-scope during a website scan

### Fields

| Field        | Type    | Description               |
| ------------ | ------- | ------------------------- |
| detail       | string  | Host found out-of-scope   |
| host         | string  | Host found out-of-scope   |
| date         | string  | Date of the scan          |
| scan\_id     | string  | The ID of the scan        |
| target\_name | string  | Name of the target        |
| target\_id   | integer | The ID of the target      |
| target       | string  | Domain name of the target |

### Example data

```json
{
    "host": "www.example.com",
    "scan": {
        "date": "2022-03-25 12:00",
        "scan_id": "202203251719ndffffffffTUcz6j0j7s"
    },
    "detail": "www.example.com",
    "target": {
        "target_name": "Example Name",
        "target_id": 12345,
        "target": "subdomain.example.com"
    }
}
```
