Skip to main content

Palo Alto Networks BPA - Submit Scan

This Playbook is part of the MITRE ATT&CK - Courses of Action Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.5.0 and later.

This playbook accepts a list of BPA checks, triggers a job and returns the checks results.

Dependencies#

This playbook uses the following sub-playbooks, integrations, and scripts.

Sub-playbooks#

  • GenericPolling

Integrations#

  • BPA

Scripts#

  • SetAndHandleEmpty
  • IsIntegrationAvailable
  • DeleteContext

Commands#

  • pan-os-bpa-get-job-results
  • pan-os-bpa-submit-job

Playbook Inputs#


NameDescriptionDefault ValueRequired
check_idA comma-separated list of the BPA IDs of the results to return.Optional
check_nameA comma-separated list of the name of the results to return.Optional

Playbook Outputs#


PathDescriptionType
PAN-OS-BPA.JobResults.JobIDThe submitted job ID.string
PAN-OS-BPA.JobResults.Checks.check_idThe list of check IDs.string
PAN-OS-BPA.JobResults.Checks.check_nameThe list of check names.string
PAN-OS-BPA.JobResults.Checks.check_messageThe list of check messages.string
PAN-OS-BPA.JobResults.Checks.check_passedIndicates whether the check has passed.boolean
BPA.PassedBPA passed checksunknown
BPA.FailedBPA failed checksunknown

Playbook Image#


Palo Alto Networks BPA - Submit Scan