Returns a comprehensive vulnerability ranking.

External Documentation

To learn more, visit the Securin VI documentation.

Parameters

ParameterDescription
LimitAmount of results per response.
OffsetThe offset of the results that are returned.
Search CriteriaSearch Criteria which is used to search for specific vulnerabilities.

For further information about the Search Criteria, please refer to Securin VI Documentation.
Sort CriteriaSort Criteria by which vulnerabilities will be sorted.

For example: -exploitCount.

Example Output

{
	"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

Preview this Workflow on desktop

Returns a comprehensive vulnerability ranking.

External Documentation

To learn more, visit the Securin VI documentation.

Parameters

ParameterDescription
LimitAmount of results per response.
OffsetThe offset of the results that are returned.
Search CriteriaSearch Criteria which is used to search for specific vulnerabilities.

For further information about the Search Criteria, please refer to Securin VI Documentation.
Sort CriteriaSort Criteria by which vulnerabilities will be sorted.

For example: -exploitCount.

Example Output

{
	"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

Preview this Workflow on desktop