aiwaf-ip-blacklist-rules
Retrieve the IP blacklist rules from the AIWAF device.
aiwaf-ip-blacklist-rules [profile=PROFILE]
- profile=PROFILE
- Connect profile code of AIWAF device.
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect profile | Connect profile code of AIWAF device. |
| id | Integer | Rule ID | Unique identifier of the IP blacklist rule. |
| severity | Integer | Risk level | Risk level of the IP blacklist rule. e.g. low, medium, high, critical |
| name | String | Rule name | Name of the IP blacklist rule. |
| src_addrs | String | Client address ranges | Client IP address ranges in the IP blacklist rule. |
| dst_addrs | String | Server address ranges | Server IP address ranges in the IP blacklist rule. |
| exempt_addrs | String | Exempt IPs | IP addresses exempted from the IP blacklist rule. |
| action | String | Action | Action to take when rule matches. e.g. BLOCK, DETECT |
| block_page_name | String | Block Page name | Name of the block page to display when blocked. |
| is_enabled | Bool | Is enabled | Whether the IP blacklist rule is enabled. |
| is_log_enabled | Bool | Is logging enabled | Whether logging is enabled for this rule. |
| is_mail_enabled | Bool | Is mail enabled | Whether email notification is enabled for this rule. |
| description | String | Description | Description of the IP blacklist rule. |