CheckPanosVersionAffected
Checks if the given PAN-OS version number is affected by the given list of vulnerabilties from the pan-advisories-get-advisories command.
Details
| ID | CheckPanosVersionAffected |
|---|---|
| Language | python |
| From Version | 5.5.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
README
Checks if the given PAN-OS version number is affected by the given list of vulnerabilities from the pan-advisories-get-advisories command.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 5.5.0 |
Inputs
| Argument Name | Description |
|---|---|
| version | The PAN-OS version - ex 9.1.0 |
| advisories | The list of advisories, produced by pan-advisories-get-advisories |
Outputs
| Path | Description | Type |
|---|---|---|
| MatchingSecurityAdvisory.data_type | The type of advisory this is | String |
| MatchingSecurityAdvisory.data_format | The format of the advisory, such as MITRE | String |
| MatchingSecurityAdvisory.cve_id | The ID of the CVE described by this advisory | String |
| MatchingSecurityAdvisory.cve_date_public | The date this CVE was released | String |
| MatchingSecurityAdvisory.cve_title | The name of this CVE | String |
| MatchingSecurityAdvisory.affects_vendor_name | The name of the product this affects, such as PAN-OS | String |
| MatchingSecurityAdvisory.description | Human readable description of Advisory | String |
| MatchingSecurityAdvisory.affected_version_list | List of PAN-OS affected versions exactly | String |
| MatchingSecurityAdvisory.cvss_score | CVSS Score of matched vulnerability | Unknown |
| MatchingSecurityAdvisory.cvss_severity | CVSS Severity of matched vulnerability | Unknown |
args: - description: The PAN-OS version - ex 9.1.0. name: version required: true - description: The list of advisories, produced by pan-advisories-get-advisories. isArray: true name: advisories required: true comment: Checks if the given PAN-OS version number is affected by the given list of vulnerabilties from the pan-advisories-get-advisories command. commonfields: id: CheckPanosVersionAffected version: -1 name: CheckPanosVersionAffected outputs: - contextPath: MatchingSecurityAdvisory.data_type description: The type of advisory this is. type: String - contextPath: MatchingSecurityAdvisory.data_format description: The format of the advisory, such as MITRE. type: String - contextPath: MatchingSecurityAdvisory.cve_id description: The ID of the CVE described by this advisory. type: String - contextPath: MatchingSecurityAdvisory.cve_date_public description: The date this CVE was released. type: String - contextPath: MatchingSecurityAdvisory.cve_title description: The name of this CVE. type: String - contextPath: MatchingSecurityAdvisory.description description: Human readable description of Advisory. type: String - contextPath: MatchingSecurityAdvisory.affected_version_list description: List of PAN-OS affected versions exactly. type: String - contextPath: MatchingSecurityAdvisory.cvss_score description: CVSS Score of matched vulnerability. type: Unknown - contextPath: MatchingSecurityAdvisory.cvss_severity description: CVSS Severity of matched vulnerability. type: Unknown script: '-' subtype: python3 timeout: '0' type: python dockerimage: demisto/python3:3.12.13.10116658 fromversion: 5.5.0 tests: - No tests (auto formatted)