> 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/technology-add-first-scan.md).

# technology-add-first-scan

### Overview

* **Key:** `technology-add-first-scan`
* **Name:** New Technology (First Scan)
* **Triggers when:** New technology was discovered on the first scan of a target

### Fields

| Field | Type    | Description                   |
| ----- | ------- | ----------------------------- |
| risk  | string  | Risk rating of the technology |
| name  | string  | Name of the technology        |
| id    | integer | ID of the technology          |

### Example data

```json
{
    "risk":"1",
    "tech": {
        "name":"Google Mail",
        "id":604
    }
}
```
