To learn more, visit the Claroty xDome documentation.

Parameters

ParameterDescription
FieldSpecify the field by which to search for vulnerability.
FieldsSpecify which fields to return for each item.
ValueSpecify 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