Get Device Vulnerability Relations
Get details of specific device(s) with the related vulnerabilities from the database. The data returned by this action for each device corresponds to the vulnerabilities table in the single device page.
External Documentation
To learn more, visit the Claroty xDome documentation.
Parameters
Parameter | Description |
---|---|
Field | Specify the field by which to search for device-vulnerability relations. |
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
{
"devices_vulnerabilities": [
{
"device_uid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"device_network_list": [
"xxxxxxxxx"
],
"device_category": "xxxxxx",
"device_type": "xxxxxxxxxxxxx",
"device_asset_id": "xxxxxxxxxx",
"device_mac_list": [
"xx:xx:xx:xx:xx:xx"
],
"device_ip_list": [
"xxx.xxx.xxx.xxx"
],
"device_risk_score_points": x,
"device_risk_score": "xxxxxx",
"device_model": "xxxxxxxxxxxxx",
"device_os_category": "xxxxxxxxxxxxx",
"device_serial_number": "xxxxxxxxxx",
"vulnerability_cve_ids": [
"CVE-xxxxxxxx"
],
"vulnerability_id": "xxxxxxxx",
"vulnerability_name": "xxxxxxxxxxx",
"vulnerability_type": "xxxxxxxxx",
"vulnerability_labels": [],
"vulnerability_assignees": [],
"vulnerability_note": "xxxxxxxxxxxxxxxxxxxxx",
"vulnerability_relevance": "xxxxxxxxxxxxxxxxxx",
"device_vulnerability_detection_date": "yyyy-mm-dd",
"device_vulnerability_resolution_date": "yyyy-mm-dd",
"device_vulnerability_days_to_resolution": x
}
]
}
Workflow Library Example
Get Device Vulnerability Relations with Claroty Xdome and Send Results Via Email
Preview this Workflow on desktop