SendAllPANWIoTAssetsToSIEM

Retrieves all specified assets from the PANW IoT cloud and sends them to the SIEM server.

python · IoT 3rd Party Integrations by Palo Alto Networks (Deprecated)

Details

IDSendAllPANWIoTAssetsToSIEM
Languagepython
From Version6.0.0
Docker Imagedemisto/python3:3.10.12.63474
TagsPANW IoT 3rd Party Integration siem

README

Retrieves all specified assets from the PANW IoT cloud and sends them to the SIEM server.

Script Data


Name Description
Script Type python3
Tags PANW IoT 3rd Party Integration, siem
Cortex XSOAR Version 6.0.0

Dependencies


This script uses the following commands and scripts.

  • syslog-send
  • panw-iot-3rd-party-get-asset-list
  • panw-iot-3rd-party-report-status-to-panw
  • panw-iot-3rd-party-convert-assets-to-external-format

Inputs


Argument Name Description
asset_type Type of asset. Can be “device”, “alert”, or “vulnerability”.
syslog_sender_instance Name of the configured syslog sender integration instance.
panw_iot_3rd_party_instance Name of the configured PANW Iot 3rd Party integration instance.

Outputs


There are no outputs for this script.

args:
- auto: PREDEFINED
  description: Type of asset. Can be "device", "alert", or "vulnerability".
  name: asset_type
  predefined:
  - device
  - alert
  - vulnerability
  required: true
- defaultValue: PANW IoT 3rd Party SIEM Integration Instance
  description: Name of the configured syslog sender integration instance.
  name: syslog_sender_instance
  required: true
- default: true
  defaultValue: PANW IoT 3rd Party Integration Instance
  description: Name of the configured PANW Iot 3rd Party integration instance.
  name: panw_iot_3rd_party_instance
  required: true
comment: Retrieves all specified assets from the PANW IoT cloud and
  sends them to the SIEM server.
commonfields:
  id: SendAllPANWIoTAssetsToSIEM
  version: -1
dependson:
  must:
  - '|||panw-iot-3rd-party-get-asset-list'
  - '|||panw-iot-3rd-party-report-status-to-panw'
  - '|||panw-iot-3rd-party-convert-assets-to-external-format'
  - '|||syslog-send'
dockerimage: demisto/python3:3.10.12.63474
enabled: true
name: SendAllPANWIoTAssetsToSIEM
runas: DBotWeakRole
runonce: true
script: ''
scripttarget: 0
subtype: python3
tags:
- PANW IoT 3rd Party Integration
- siem
timeout: 362.88ms
type: python
fromversion: 6.0.0
tests:
- No tests (auto formatted)