IPCalcReturnSubnetBroadcastAddress
An Automation Script to return subnet broadcast address.
python · Community Common Scripts
Details
| ID | IPCalcReturnSubnetBroadcastAddress |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.13.11879924 |
README
An Automation Script to return subnet broadcast address
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | |
| Cortex XSOAR Version | 6.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| subnet | Subnet to use |
Outputs
| Path | Description | Type |
|---|---|---|
| IPCalc.IP.Address | Subnet addresses | String |
Script Example
!IPCalcReturnSubnetBroadcastAddress subnet=192.168.10.10/15
Context Example
{
"IPCalc": {
"IP": {
"Address": "192.169.255.255"
}
}
}
Human Readable Output
Broadcast Address
Address: 192.169.255.255
args: - description: Subnet to use. name: subnet required: true comment: An Automation Script to return subnet broadcast address. commonfields: id: IPCalcReturnSubnetBroadcastAddress version: -1 name: IPCalcReturnSubnetBroadcastAddress outputs: - contextPath: IPCalc.IP.Address description: Subnet addresses. type: String script: '-' subtype: python3 timeout: '0' type: python dockerimage: demisto/python3:3.12.13.11879924 tests: - No tests fromversion: 6.0.0