Get Vulnerability
The data returned by this action corresponds to the Vulnerabilities table in the dashboard. This action will return specific vulnerabilities, including those that don't affect any devices in the inventory.
External Documentation
To learn more, visit the Claroty xDome documentation.
Parameters
Parameter | Description |
---|---|
Field | Specify the field by which to search for vulnerability. |
Fields | Specify which fields to return for each item. |
Value | Specify the search value. It can be either a single value or multiple values separated by commas. |
Example Output
{
"vulnerabilities": [
{
"id": "xxxxxxxx",
"name": "xxxxxxxxxxxxx",
"published_date": "xxxxxxxxxxxxxxxxxxxxxx",
"vulnerability_type": "xxxxxxxxxxxx",
"cve_ids": [
"xxxxxxxxxxxxxx"
],
"cvss_v2_score": x.x,
"cvss_v2_exploitability_subscore": x.x,
"cvss_v3_score": x.x,
"cvss_v3_exploitability_subscore": x.x,
"epss_score": x.xxxx,
"description": "xxxxxxxxxxxxxxxxxxxxxx",
"is_known_exploited": xxxx,
"all_cves_exploited": xxxx,
"affected_devices_count": x,
"affected_medical_devices_count": x,
"affected_iot_devices_count": x,
"affected_it_devices_count": x
}
]
}
Workflow Library Example
Get Vulnerability with Claroty Xdome and Send Results Via Email
Preview this Workflow on desktop