VerifyCIDR

Verify that the CIDRs are valid.

python · Common Scripts

Details

IDVerifyCIDR
Languagepython
From Version6.5.0
Docker Imagedemisto/python3:3.12.13.10404775
Tagsindicator-format

README

Verify that the CIDRs are valid.

Script Data


Name Description
Script Type python3
Tags indicator-format
Cortex XSOAR Version 6.5.0

Inputs


Argument Name Description
input A comma-separated list of CIDR inputs.

Outputs


There are no outputs for this script.

Script Examples

Example command

!VerifyCIDR input=190.0.0.0/1,200.200.200.200/29,300.0.0.0

Context Example

{}

Human Readable Output

200.200.200.200/29

args:
- description: A comma-separated list of CIDR inputs.
  isArray: true
  name: input
  required: true
comment: Verify that the CIDRs are valid.
commonfields:
  id: VerifyCIDR
  version: -1
name: VerifyCIDR
script: '-'
tags:
- indicator-format
timeout: '0'
type: python
subtype: python3
runas: DBotWeakRole
dockerimage: demisto/python3:3.12.13.10404775
fromversion: 6.5.0
tests:
- VerifyCIDR-Test