Skip to main content

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 Medigate 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 Medigate and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop