> 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/network-port-remove.md).

# network-port-remove

### Overview

* **Key:** `network-port-remove`
* **Name:** Network Port Closed
* **Triggers when:** An open port is not detected during a discovery scan on a network that was detected on the previous scan

### Fields

| Field         | Type    | Description                       |
| ------------- | ------- | --------------------------------- |
| port          | string  | Network port(s) that were removed |
| network\_id   | integer | ID of the network                 |
| network\_name | string  | Name of the network               |
| network       | string  | IP address of the network         |

### Example data

```json
{
    "port": "127.0.0.1:80/tcp;127.0.0.1:22/tcp",
    "network": {
        "network_id": 1234,
        "network_name": "Example",
        "network": "127.0.0.1"
    }
}
```
