AlgosecCreateTicket

Creates a new FireFlow change request.

python · AlgoSec

Details

IDAlgosecCreateTicket
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10116658
TagsAlgosec

README

Creates a new FireFlow change request.

Script Data


Name Description
Script Type python
Tags Algosec

Dependencies


This script uses the following commands and scripts.

  • algosec-create-ticket

Inputs


Argument Name Description
description The free text description of the issue.
devices The list of device names, on which the change should be made.
action The device action to perform for the traffic. Can be, “1” which will allow the traffic, or “0” which will block the traffic.
destAddress The destination address to perform the action on.
sourceAddress The source address to perform the action on.
requestor The email address of the requestor.
subject The change request’s title.
service The device service or port for the connection, for example, “http” or “tcp/123”.
user The user for the connection.
application The application for the connection.

Outputs


There are no outputs for this script.

commonfields:
  id: AlgosecCreateTicket
  version: -1
name: AlgosecCreateTicket
script: ''
type: python
subtype: python3
tags:
- Algosec
comment: Creates a new FireFlow change request.
system: true
args:
- name: description
  description: A free text description of the issue.
- name: devices
  description: A list of device names, on which the change should be made.
- name: action
  required: true
  auto: PREDEFINED
  predefined:
  - "0"
  - "1"
  description: 'The device action to perform for the traffic. This can be either of the following: 1 - Allow the traffic, 0 - Block the traffic.'
- name: destAddress
  required: true
  description: The destination address to perform the action on.
- name: sourceAddress
  required: true
  description: The source address to perform the action on.
- name: requestor
  required: true
  description: The email address of the requestor.
- name: subject
  required: true
  description: The change request's title.
- name: service
  required: true
  description: The device service or port for the connection, for example, "http" or "tcp/123".
- name: user
  required: true
  description: The user for the connection.
- name: application
  required: true
  description: The application for the connection.
scripttarget: 0
timeout: 0s
dependson:
  must:
  - algosec-create-ticket
fromversion: 5.0.0
dockerimage: demisto/python3:3.12.13.10116658
tests:
- No tests (auto formatted)