sophos_create_ips_exclusion
Exempt specific traffic from intrusion prevention scanning by creating an IPS exclusion. Specify direction, remote addresses, and ports.
Instructions
Create an IPS exclusion to exempt specific traffic from intrusion prevention scanning. Direction must be 'inbound' or 'outbound'. Remote addresses is a comma-separated list of IPs/URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Reason for this exclusion | |
| direction | Yes | Traffic direction to exclude | |
| tenant_id | Yes | Tenant UUID | |
| local_ports | No | Comma-separated local port numbers to exclude (e.g. '443,8443') | |
| remote_ports | No | Comma-separated remote port numbers to exclude (e.g. '443,8443') | |
| remote_addresses | No | Comma-separated remote IP addresses or URLs to exclude (e.g. '10.50.100.100,10.50.100.200') |