Skip to main content

IPCalcReturnAddressIANAAllocation

This Script is part of the Community Common Scripts Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.0.0 and later.

An automation script to return address IANA information

Script Data#


NameDescription
Script Typepython3
Tags
Cortex XSOAR Version6.0.0

Inputs#


Argument NameDescription
ip_addressAddress to use

Outputs#


PathDescriptionType
IPCalc.IP.Allocation.allocationIANA IP allocation typeString
IPCalc.IP.Allocation.addressAddressString

Script Example#

!IPCalcReturnAddressIANAAllocation ip_address=1.1.1.1

Context Example#

{
"IPCalc": {
"IP": {
"Allocation": {
"address": "1.1.1.1",
"allocation": "global"
}
}
}
}

Human Readable Output#

Iana Allocation#

addressallocation
1.1.1.1global