Get Affected Hosts
Get a list of hosts that are affected by vulnerabilities.
Parameters
Parameter | Description |
---|---|
Limit | Limit the number of results. |
Offset | The offset of the item at which to begin the response. |
Example Output
{
"items": [
{
"hostName": "qa-selfhostedvm1",
"lowVulnerabilitiesCount": 0,
"totalExploitable": 218,
"mediumVulnerabilitiesCount": 0,
"os": "Ubuntu",
"highVulnerabilitiesCount": 380,
"cveLastSeenAt": "2023-04-27 13:28:33.0",
"unknownVulnerabilitiesCount": 0,
"totalFixAvailable": 12,
"tags": "[\"asset-group=assets\",\"all\",\"ubuntu\",\"self-managed-compliance\"]",
"assetGroup": "assets",
"packagesAffectedCount": 69,
"isLive": true,
"criticalVulnerabilitiesCount": 17,
"osVersion": "20.04.5 LTS (Focal Fossa)",
"vulnerabilitiesCount": 397,
"recentHostActivity": "2023-04-27 13:33:24.315",
"assetId": "73204d56-0e15-b68a-ea1a-0f2b6707c7ec",
"nextVlnScanAt": "0 05:47:35.206"
},
{
"hostName": "vuln-test-ops-5248-a-4",
"lowVulnerabilitiesCount": 0,
"totalExploitable": 1,
"mediumVulnerabilitiesCount": 0,
"os": "AIX",
"highVulnerabilitiesCount": 1,
"cveLastSeenAt": "2023-04-27 12:21:46.0",
"unknownVulnerabilitiesCount": 0,
"totalFixAvailable": 3,
"tags": "[\"asset-group=assets\",\"all\",\"AIX\"]",
"assetGroup": "assets",
"packagesAffectedCount": 2,
"isLive": true,
"criticalVulnerabilitiesCount": 3,
"osVersion": "7.3",
"vulnerabilitiesCount": 4,
"recentHostActivity": "2023-04-27 13:28:55.624",
"assetId": "7a1ec135-74c1-46c7-91db-6121d955ed93",
"nextVlnScanAt": "0 04:40:48.206"
},
{
"hostName": "vp-auto-vm2",
"lowVulnerabilitiesCount": 0,
"totalExploitable": 217,
"mediumVulnerabilitiesCount": 0,
"os": "Ubuntu",
"highVulnerabilitiesCount": 379,
"cveLastSeenAt": "2023-04-27 09:55:49.0",
"unknownVulnerabilitiesCount": 0,
"totalFixAvailable": 12,
"tags": "[\"asset-group=assets\",\"all\",\"ubuntu\"]",
"assetGroup": "assets",
"packagesAffectedCount": 69,
"isLive": true,
"criticalVulnerabilitiesCount": 17,
"osVersion": "20.04.6 LTS (Focal Fossa)",
"vulnerabilitiesCount": 396,
"recentHostActivity": "2023-04-27 13:28:53.232",
"assetId": "b1e64d56-ac7f-8761-23fa-ec0fbc3da68a",
"nextVlnScanAt": "0 02:14:51.206"
}
],
"totalItems": 3,
"queryJobId": "b597d415-742f-4e32-8788-54d9b7546157",
"status": "FINISHED"
}
Workflow Library Example
Get Affected Hosts with Uptycs and Send Results Via Email
Preview this Workflow on desktop