bluemax-ips-blacklist-rules
Get blacklist rules from BLUEMAX IPS device.
bluemax-ips-blacklist-rules [profile=VALUE] [src-ip=VALUE] [dst-ip=VALUE]
- profile=VALUE
- Optional. Profile name of BLUEMAX IPS
- src-ip=VALUE
- Optional. Filter by source IP address.
- dst-ip=VALUE
- Optional. Filter by destination IP address.
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| id | Integer | Rule ID | ID of the blacklist rule. |
| ip_ver | Integer | IP version | e.g. 4 or 6 |
| block_type | String | Block type | Blocking method (e.g. src_ip_block, dst_ip_block, session_block). |
| src_ip | IP | Source IP | Source IP address to be blocked. |
| src_port | Integer | Source port | Source port to be blocked. |
| dst_ip | IP | Destination IP | Destination IP address to be blocked. |
| dst_port | Integer | Destination port | Destination port to be blocked. |
| protocol | String | Protocol | Protocol (TCP/UDP/ICMP). |
| expiry | Date | Expiry date | Block sessions until expiry date. |
| updated | Date | Updated Date | Rule registered date. |
| policy_status | String | Policy status | Policy status (e.g. applied, pending_add, pending_delete). |
| description | String | Description | Rule description. |