> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Comprehensive Vulnerability Ranking

Returns a comprehensive vulnerability ranking.

<Note>
  External Documentation

  To learn more, visit the [Securin VI documentation](https://vi.securin.io/documentation#tag--vulnerability-ranking-comprehensive).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                                                                                                                     |
  | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Limit           | Amount of results per response.                                                                                                                                                                                                                                 |
  | Offset          | The offset of the results that are returned.                                                                                                                                                                                                                    |
  | Search Criteria | Search Criteria which is used to search for specific vulnerabilities.<br /><br />For further information about the `Search Criteria`, please refer to [Securin VI Documentation](https://vi.securin.io/documentation#tag--vulnerability-ranking-comprehensive). |
  | Sort Criteria   | Sort Criteria by which vulnerabilities will be sorted.<br /><br />For example: `-exploitCount`.                                                                                                                                                                 |
</div>

## Example Output

```json theme={"dark"}
{
	"releaseVersion": "<string>",
	"releaseNotes": "<string>",
	"type": "<string>",
	"message": "<string>",
	"results": [
		{
			"id": "<string>",
			"affectedIndustries": [],
			"firstSeenDate": null,
			"lastSeenDate": null,
			"exploitPublishedDate": null,
			"publishedDate": "<string>",
			"lastModifiedDate": "<string>",
			"plugins": [],
			"viCreatedDate": "<string>",
			"viUpdatedDate": "<string>",
			"posts": [],
			"baseUSNVDMetrics": null,
			"isDiscussed": false,
			"hasCodeSnippet": null,
			"hasPOC": false,
			"isExploitedInTheWild": false,
			"hasAttackSignature": null,
			"hasPenTesterFramework": false,
			"hasFix": false,
			"isPrioritized": false,
			"isTrending": false,
			"prioritizedBy": [],
			"aliases": [],
			"lastTrendingDate": null,
			"fixPublishedDate": null,
			"description": null,
			"sources": [
				{
					"url": "<string>",
					"name": "<string>"
				}
			],
			"assignerEmail": null,
			"assignerName": null,
			"cvssv2": {
				"version": null,
				"source": null,
				"severity": null,
				"vector": null,
				"userInteraction": null,
				"confidentialityImpact": null,
				"integrityImpact": null,
				"availabilityImpact": null,
				"impactScore": null,
				"exploitabilityScore": null,
				"temporalMetrics": {
					"vector": "<string>",
					"reportConfidence": "<string>",
					"exploitability": "<string>",
					"remediationLevel": "<string>"
				},
				"score": null,
				"accessVector": null,
				"accessComplexity": null,
				"authentication": null
			},
			"cvssv3": {
				"version": null,
				"source": null,
				"severity": null,
				"vector": null,
				"userInteraction": null,
				"confidentialityImpact": null,
				"integrityImpact": null,
				"availabilityImpact": null,
				"impactScore": null,
				"exploitabilityScore": null,
				"temporalMetrics": {
					"vector": "<string>",
					"reportConfidence": "<string>",
					"exploitability": "<string>",
					"remediationLevel": "<string>"
				},
				"scope": null,
				"score": null,
				"attackVector": null,
				"attackComplexity": null,
				"privilegesRequired": null
			},
			"cvssv4": null,
			"cisaKEVCatalogEntry": null,
			"epss": null,
			"status": null,
			"requesterEmail": null,
			"references": [],
			"threats": [],
			"weaknesses": [],
			"vendorComments": [],
			"title": "<string>",
			"weaknessCount": 1,
			"affectedProductCount": 1,
			"threatCount": 0,
			"malwareCount": 2,
			"pluginCount": 1,
			"threatActorCount": 1,
			"exploitCount": 2,
			"ransomwareCount": 2,
			"threatActors": [],
			"affectedSoftwareConfigurations": {
				"affectedProductCount": null,
				"softwareConfigurations": [],
				"otherAffectedSoftware": [],
				"packages": []
			},
			"fixes": [],
			"riskIndex": {
				"index": 2,
				"severity": "<string>",
				"lastModifiedDate": "<string>",
				"changeLog": [
					{
						"index": 2,
						"severity": "<string>",
						"modifiedDate": "<string>",
						"reasonForChange": []
					}
				]
			},
			"tags": [],
			"uniqueMentionCount": null,
			"pastMonthMentionCount": null,
			"isWormable": null,
			"searchAfterValue": {
				"5": [
					"<string>",
					2
				]
			}
		},
		{
			"id": "<string>",
			"affectedIndustries": [],
			"firstSeenDate": "<string>",
			"lastSeenDate": "<string>",
			"exploitPublishedDate": "<string>",
			"publishedDate": "<string>",
			"lastModifiedDate": "<string>",
			"plugins": [],
			"viCreatedDate": "<string>",
			"viUpdatedDate": "<string>",
			"posts": [],
			"baseUSNVDMetrics": {
				"cvssV2Score": "<string>",
				"cvssV3Score": null,
				"cvssV4Score": null
			},
			"isDiscussed": false,
			"hasCodeSnippet": null,
			"hasPOC": true,
			"isExploitedInTheWild": false,
			"hasAttackSignature": true,
			"hasPenTesterFramework": false,
			"hasFix": true,
			"isPrioritized": false,
			"isTrending": false,
			"prioritizedBy": [],
			"aliases": [],
			"lastTrendingDate": null,
			"fixPublishedDate": null,
			"description": "<string>",
			"sources": [
				{
					"url": "<string>",
					"name": "<string>"
				},
				{
					"url": "<string>",
					"name": "<string>"
				}
			],
			"assignerEmail": "<string>",
			"assignerName": "<string>",
			"cvssv2": {
				"version": "<string>",
				"source": "<string>",
				"severity": "<string>",
				"vector": "<string>",
				"userInteraction": "<string>",
				"confidentialityImpact": "<string>",
				"integrityImpact": "<string>",
				"availabilityImpact": "<string>",
				"impactScore": 4,
				"exploitabilityScore": 14,
				"temporalMetrics": {
					"vector": "<string>",
					"reportConfidence": "<string>",
					"exploitability": "<string>",
					"remediationLevel": "<string>"
				},
				"score": 9,
				"accessVector": "<string>",
				"accessComplexity": "<string>",
				"authentication": "<string>"
			},
			"cvssv3": {
				"version": null,
				"source": null,
				"severity": null,
				"vector": null,
				"userInteraction": null,
				"confidentialityImpact": null,
				"integrityImpact": null,
				"availabilityImpact": null,
				"impactScore": null,
				"exploitabilityScore": null,
				"temporalMetrics": {
					"vector": "<string>",
					"reportConfidence": "<string>",
					"exploitability": "<string>",
					"remediationLevel": "<string>"
				},
				"scope": null,
				"score": null,
				"attackVector": null,
				"attackComplexity": null,
				"privilegesRequired": null
			},
			"cvssv4": null,
			"cisaKEVCatalogEntry": null,
			"epss": {
				"probability": 2,
				"source": "<string>",
				"percentile": "<string>",
				"lastModifiedDate": "<string>"
			},
			"status": "<string>",
			"requesterEmail": null,
			"references": [
				{
					"title": null,
					"url": "<string>",
					"name": "<string>",
					"source": "<string>",
					"tags": [
						"<string>"
					]
				},
				{
					"title": null,
					"url": "<string>",
					"name": "<string>",
					"source": "<string>",
					"tags": [
						"<string>",
						"<string>"
					]
				}
			],
			"threats": [
				{
					"publishedMonth": null,
					"publishedYear": null,
					"publishedDate": "<string>",
					"lastModifiedDate": "<string>",
					"lastTrendingDate": null,
					"description": null,
					"isVerified": null,
					"verifiedBy": null,
					"lastModifiedYear": null,
					"lastModifiedMonth": null,
					"viThreatId": "<string>",
					"tags": [
						"<string>",
						"<string>"
					],
					"type": "<string>",
					"subType": null,
					"family": null,
					"title": "<string>",
					"aliases": [
						"<string>"
					],
					"attackClassifications": [
						"<string>"
					],
					"sources": [
						{
							"id": null,
							"name": "<string>",
							"url": "<string>",
							"publishedDate": "<string>",
							"publishedYear": null,
							"publishedMonth": null,
							"lastModifiedDate": "<string>",
							"lastModifiedYear": null,
							"lastModifiedMonth": null
						}
					]
				}
			],
			"weaknesses": [
				{
					"id": "<string>",
					"type": "<string>",
					"title": "<string>"
				}
			],
			"vendorComments": [],
			"title": null,
			"weaknessCount": 2,
			"affectedProductCount": 33,
			"threatCount": 0,
			"malwareCount": 1,
			"pluginCount": 2,
			"threatActorCount": 1,
			"exploitCount": 2,
			"ransomwareCount": 1,
			"threatActors": [],
			"affectedSoftwareConfigurations": {
				"affectedProductCount": 30,
				"softwareConfigurations": [
					{
						"title": null,
						"vendor": "<string>",
						"product": "<string>",
						"productCategories": [],
						"cpe23Uri": "<string>",
						"vulnerable": true,
						"runningOnOrWith": false,
						"softwareConfigurationGroup": "<string>",
						"versionStartIncluding": null,
						"versionEndIncluding": null,
						"versionStartExcluding": null,
						"versionEndExcluding": null,
						"matchingSoftwareConfigurations": [
							{
								"cpe23Uri": "<string>",
								"isEOL": null,
								"effectiveEOLDate": null
							}
						]
					},
					{
						"title": null,
						"vendor": "<string>",
						"product": "<string>",
						"productCategories": [
							{
								"category": "<string>"
							}
						],
						"cpe23Uri": "<string>",
						"vulnerable": true,
						"runningOnOrWith": false,
						"softwareConfigurationGroup": "<string>",
						"versionStartIncluding": null,
						"versionEndIncluding": null,
						"versionStartExcluding": null,
						"versionEndExcluding": null,
						"matchingSoftwareConfigurations": [
							{
								"cpe23Uri": "<string>",
								"isEOL": null,
								"effectiveEOLDate": null
							}
						]
					}
				],
				"otherAffectedSoftware": [],
				"packages": []
			},
			"fixes": [
				{
					"type": "<string>",
					"publishedDate": null,
					"sources": [
						{
							"name": null,
							"url": "<string>"
						}
					],
					"references": []
				},
				{
					"type": "<string>",
					"publishedDate": null,
					"sources": [
						{
							"name": null,
							"url": "<string>"
						}
					],
					"references": []
				}
			],
			"riskIndex": {
				"index": 8,
				"severity": "<string>",
				"lastModifiedDate": "<string>",
				"changeLog": [
					{
						"index": 5,
						"severity": "<string>",
						"modifiedDate": "<string>",
						"reasonForChange": [
							{
								"type": null,
								"commentaries": [
									"<string>",
									"<string>"
								]
							}
						]
					}
				]
			},
			"tags": [],
			"uniqueMentionCount": null,
			"pastMonthMentionCount": null,
			"isWormable": null,
			"searchAfterValue": {
				"5": [
					"<string>",
					1
				]
			}
		}
	],
	"count": 616995
}
```

## Workflow Library Example

[Get Comprehensive Vulnerability Ranking with Securin Vi and Send Results Via Email](https://library.blinkops.com/workflows/get-comprehensive-vulnerability-ranking-with-securin-vi-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-comprehensive-vulnerability-ranking-with-securin-vi-and-send-results-via-email/canvas" />
</div>
