AlgosecQuery

Performs a batch traffic simulation query using Firewall Analyzer.

python · AlgoSec

Details

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

README

Performs a batch traffic simulation query using Firewall Analyzer.

Script Data


Name Description
Script Type python
Tags Algosec

Dependencies


This script uses the following commands and scripts.

  • algosec-query

Inputs


Argument Name Description
source The source(s) for the query. Multiple values must be comma-separated.
destination The destination(s) for the query. Multiple values must be comma-separated.
service The service(s) for the query. Multiple values must be comma-separated.
user The user for the query.
application The application for the query.

Outputs


There are no outputs for this script.

commonfields:
  id: AlgosecQuery
  version: -1
name: AlgosecQuery
script: ''
type: python
subtype: python3
tags:
- Algosec
comment: Performs a batch traffic simulation query using Firewall Analyzer.
system: true
args:
- name: source
  required: true
  default: true
  description: source(s) for the query. Multiple values are separated by commas (,).
- name: destination
  required: true
  description: destination(s) for the query. Multiple values are separated by commas (,).
- name: service
  required: true
  description: service(s) for the query. Multiple values are separated by commas (,).
- name: user
  description: user for the query.
- name: application
  description: application for the query.
scripttarget: 0
timeout: 0s
dependson:
  must:
  - algosec-query
fromversion: 5.0.0
dockerimage: demisto/python3:3.12.13.10116658
tests:
- No tests (auto formatted)