https://api.bitsighttech.com/ratings/v1/threats/catalog
Get cataloged threats.
Parameters
See query parameters for details on the following parameters:
fields
format
(Default: ↻json
)limit
(Default: ↻10
)offset
(Default: ↻0
)q
Parameter | Values | |
---|---|---|
category [Query] |
[String] | |
Date Filters | [String] The date [YYYY-MM-DD ]. |
|
support_started_date_gt [Query] Filter threats that were supported after a particular date. |
||
support_started_date_gte [Query] Filter threats that were supported on and after a particular date. |
||
support_started_date_lt [Query] Filter threats that were supported before a particular date. |
||
support_started_date_lte [Query] Filter threats that were supported on and before a particular date. |
||
guid [Query] |
[String] | |
name [Query] Filter by name. |
[String] | |
severity_level [Query] |
[String] | |
sort [Query] Sort the response objects in ascending, alphabetical order for a particular field. |
[String]
|
Example Request
curl https://api.bitsighttech.com/ratings/v1/threats/catalog -u api_token:
Example Response
{ "links": { "previous": "string", "next": "string" }, "count": 0, "results": [ { "guid": "string", "name": "string", "display_name": "string", "description": "string", "remediation_tip": "string", "details": { "cvss": "string", "confidence": "string", "severity": "string", "status": "string" }, "category": { "name": "string", "slug": "string" }, "support_started_date": "string" } ] }
Response Attributes
Field | Description | |||
---|---|---|---|---|
linksObject |
Navigation for multiple pages of results. See pagination. | |||
previousString |
The URL for navigating to the previous page of results. | |||
nextString |
The URL for navigating to the next page of results. | |||
countInteger |
The number of threats. | |||
resultsArray |
Threats and their details. | |||
Object | A threat. | |||
guidString [ threat_guid ] |
Threat unique identifier. | |||
nameString |
The CVE ID or name of this vulnerability. | |||
display_nameString |
The vulnerability name if it’s a prominent vulnerability. | |||
descriptionString |
Details about the vulnerability. | |||
remediation_tipString |
Remediation instructions. | |||
detailsObject |
Vulnerability details. | |||
cvssString |
The CVSS score. | |||
confidenceString |
||||
severityString |
||||
statusString |
||||
categoryObject |
||||
nameString |
||||
slugString |
||||
support_started_dateString [ YYYY-MM-DD ] |
The date when this threat was first supported in the Bitsight platform. |
Status Codes
Code | Description |
---|---|
200 – Success |
Everything worked as expected. |
422 – Validation Error |
There was a validation error. |
March 1, 2024: Published.
Feedback
0 comments
Please sign in to leave a comment.