AlgosecGetApplications

Find applications containing network objects related to IP address using AppViz.

python · AlgoSec

Details

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

README

Finds applications containing network objects related to IP address using AppViz.

Script Data


Name Description
Script Type python
Tags Algosec

Dependencies


This script uses the following commands and scripts.

  • algosec-get-applications

Inputs


Argument Name Description
address The IP address/Subnet to search.
type The search method for the address.

Outputs


There are no outputs for this script.

commonfields:
  id: AlgosecGetApplications
  version: -1
name: AlgosecGetApplications
script: ''
type: python
subtype: python3
tags:
- Algosec
comment: Find applications containing network objects related to IP address using AppViz.
system: true
args:
- name: address
  required: true
  default: true
  description: The IP/Subnet to search.
- name: type
  auto: PREDEFINED
  predefined:
  - INTERSECT
  - CONTAINED
  - CONTAINING
  - EXACT
  description: The search method for the address.
scripttarget: 0
timeout: 0s
dependson:
  must:
  - algosec-get-applications
fromversion: 5.0.0
dockerimage: demisto/python3:3.12.13.10116658
tests:
- No tests (auto formatted)