ForescoutEyeInspectButtonGetVulnerabilityInfo
Get information of a CVE from Forescout EyeInspect CVEs DB.
python · Forescout EyeInspect
Details
| ID | ForescoutEyeInspectButtonGetVulnerabilityInfo |
|---|---|
| Language | python |
| From Version | 6.1.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | incident-action-button |
README
Get information of a CVE from Forescout EyeInspect CVEs DB.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | incident-action-button |
| Cortex XSOAR Version | 6.1.0 |
Inputs
| Argument Name | Description |
|---|---|
| cve_id | The unique ID of the vulnerability information record to be retrieved. The CVE ID can be retrieved from public vulnerability databases, such as NVD, or from the “CVEs and IoCs” page inside Forescout EyeInspect. |
Outputs
There are no outputs for this script.
commonfields: id: ForescoutEyeInspectButtonGetVulnerabilityInfo version: -1 name: ForescoutEyeInspectButtonGetVulnerabilityInfo type: python tags: - incident-action-button enabled: true args: - name: cve_id required: true description: The unique ID of the vulnerability information record to be retrieved. The CVE ID can be retrieved from public vulnerability databases, such as NVD, or from the "CVEs and IoCs" page inside Forescout EyeInspect. script: "" scripttarget: 0 subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole fromversion: 6.1.0 comment: Get information of a CVE from Forescout EyeInspect CVEs DB. tests: - No tests (auto formatted)