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
{
"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"
}
}
Last updated
Was this helpful?