IPv4Blacklist

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.

python · Filters And Transformers

Details

IDIPv4Blacklist
Languagepython
From Version5.0.0
Docker Imagedemisto/netutils:1.0.0.11867191
Tagstransformer entirelist

README

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


Name Description
Script Type python3
Tags transformer, entirelist
Cortex XSOAR Version 5.0.0

Inputs


Argument Name Description
value Array or comma-separated list of IPv4 addresses to filter.
cidr_ranges Array 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.

commonfields:
  id: IPv4Blacklist
  version: -1
name: IPv4Blacklist
script: ''
type: python
subtype: python3
tags:
- transformer
- entirelist
comment: 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.
enabled: true
args:
- name: value
  required: true
  default: true
  description: Array or comma-separated list of IPv4 addresses to filter.
  isArray: true
- name: cidr_ranges
  required: true
  description: Array or comma-separated list of IPv4 ranges, in CIDR notation, against which to match the IPv4 addresses.
  isArray: true
scripttarget: 0
isllm: false
dockerimage: demisto/netutils:1.0.0.11867191
runas: DBotWeakRole
tests:
- No test - unit test
fromversion: 5.0.0