Details
| ID | PanoramaCVECoverage |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
README
Check coverage given a list of CVEs.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | |
| Demisto Version | 5.0.0 |
Used In
This script is used in the following playbook and script.
NetOps Panorama coverage by CVE
Inputs
| Argument Name | Description |
|---|---|
| CVE_List | A comma-separated list of CVEs to find. |
| Result_file | Entry ID of the output file from the panorama command. |
| outputFormat | Raw output of the panorama command into a file. |
Outputs
| Path | Description | Type |
|---|---|---|
| Panorama.CVECoverage.CVE | The CVE value. | String |
| Panorama.CVECoverage.Coverage.threat_name | The threat name. | String |
| Panorama.CVECoverage.Coverage.link | Link address to the threat in CVE site. | String |
| Panorama.CVECoverage.Coverage.severity | The threat severity. | String |
| Panorama.CVECoverage.Coverage.threat_id | The threat ID. | Number |
| Panorama.CVECoverage.Coverage.default_action | The threat default action. | String |
commonfields: id: PanoramaCVECoverage version: -1 name: PanoramaCVECoverage comment: Check coverage given a list of CVEs. script: '' type: python tags: [] enabled: true args: - name: CVE_List required: true description: A comma-separated list of CVEs to find. - name: Result_file required: true description: Entry ID of the output file from the panorama command. - name: outputFormat description: Raw output into a file from the panorama command. required: true auto: PREDEFINED predefined: - table - paragraph defaultValue: table outputs: - contextPath: Panorama.CVECoverage.CVE description: The CVE value. type: string - contextPath: Panorama.CVECoverage.Coverage.threat_name description: The threat name. type: string - contextPath: Panorama.CVECoverage.Coverage.link description: Link address to the threat in CVE site. type: string - contextPath: Panorama.CVECoverage.Coverage.severity description: The threat severity. type: string - contextPath: Panorama.CVECoverage.Coverage.threat_id description: The threat ID. type: Number - contextPath: Panorama.CVECoverage.Coverage.default_action description: The threat default action. type: string scripttarget: 0 subtype: python3 dockerimage: demisto/python3:3.12.13.10404775 runas: DBotWeakRole fromversion: 5.0.0 tests: - No tests (auto formatted) supportedModules: - agentix - xsiam - cloud_posture