Skip to main content

IPv4Blacklist

This Script is part of the Filters And Transformers Pack.#

Transformer that returns a filtered list of IPv4 addresses, based on whether they do not match a comma-separated list of IPv4 ranges. Useful for filtering out internal IP address space.

Script Data#


NameDescription
Script Typepython3
Tagstransformer, entirelist
Cortex XSOAR Version5.0.0

Inputs#


Argument NameDescription
valueArray or comma-separated list of IPv4 addresses to filter.
cidr_rangesArray or comma-separated list of IPv4 ranges, in CIDR notation, against which to match the IPv4 addresses.

Outputs#


There are no outputs for this script.