PanoraysFindingsAPI

Retrieve and monitor internal security findings for your organization from the Panorays platform to streamline self-assessment posture and automate internal incident response within Cortex XSOAR.

Vulnerability Management · Panorays

Details

IDPanoraysFindingsAPI
ProviderPanorays
CategoryVulnerability Management
From Version6.0.0
Docker Imagedemisto/python3:3.12.13.10116658

README

Retrieve and monitor internal security findings for your organization from the Panorays platform to streamline self-assessment posture and automate internal incident response within Cortex XSOAR.
This integration was integrated and tested with version v2 of PanoraysFindingsAPI.

Configure Panorays Findings API in Cortex

Parameter Required
Panorays PAPI base URL True
apikey True
API Key True
Trust any certificate (not secure) False
Use system proxy settings False
Maximum number of incidents to fetch per run False
First fetch timestamp (e.g., 7 days) False
Incident type False
Fetch incidents False

Commands

You can execute these commands from the CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.

panorays-finding-list


Lists the company findings as detected by Panorays.

Base Command

panorays-finding-list

Input

Argument Name Description Required
limit The maximum number of findings to return. Default is 50. Optional
page The page number of results to retrieve. Default is 1. Optional

Context Output

There is no context output for this command.

Configuration parameters

  • url — Panorays PAPI base URL (required)
  • apikey — (required)
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings
  • max_fetch — Maximum number of incidents to fetch per run
  • first_fetch — First fetch timestamp (e.g., 7 days)
  • incidentType — Incident type
  • incidentFetchInterval — Incidents Fetch Interval
  • isFetch — Fetch incidents

Commands (1)

  • panorays-finding-list

    Lists the company findings as detected by Panorays.

sectionorder:
- Connect
- Collect
commonfields:
  id: PanoraysFindingsAPI
  version: -1
name: PanoraysFindingsAPI
display: Panorays Findings API
category: Vulnerability Management
description: Retrieve and monitor internal security findings for your organization from the Panorays platform to streamline self-assessment posture and automate internal incident response within Cortex XSOAR.
fromversion: "6.0.0"
provider: Panorays
configuration:
- display: Panorays PAPI base URL
  name: url
  defaultvalue: https://api.panoraysapp.com
  type: 0
  required: true
  section: Connect
- displaypassword: API Key
  name: apikey
  type: 9
  required: true
  section: Connect
- display: Trust any certificate (not secure)
  name: insecure
  type: 8
  required: false
  section: Connect
- display: Use system proxy settings
  name: proxy
  type: 8
  required: false
  section: Connect
- display: Maximum number of incidents to fetch per run
  name: max_fetch
  defaultvalue: "50"
  type: 0
  required: false
  section: Collect
  supportedModules:
  - agentix
  - xsiam
- display: First fetch timestamp (e.g., 7 days)
  name: first_fetch
  defaultvalue: 7 days
  type: 0
  required: false
  section: Collect
- display: Incident type
  name: incidentType
  type: 13
  required: false
  section: Collect
  supportedModules:
  - agentix
  - xsiam
- display: Incidents Fetch Interval
  name: incidentFetchInterval
  defaultvalue: '1'
  required: false
  type: 19
  section: Collect
  advanced: true
  supportedModules:
  - agentix
  - xsiam
- display: Fetch incidents
  name: isFetch
  type: 8
  required: false
  section: Collect
  supportedModules:
  - agentix
  - xsiam
script:
  script: '-'
  type: python
  subtype: python3
  dockerimage: demisto/python3:3.12.13.10116658
  isfetch: true
  commands:
  - name: panorays-finding-list
    description: Lists the company findings as detected by Panorays.
    arguments:
    - name: limit
      defaultValue: "50"
      description: The maximum number of findings to return.
    - name: page
      defaultValue: "1"
      description: The page number of results to retrieve.
tests:
- No tests