https://api.bitsighttech.com/ratings/v1/threats/threat_guid/companies/company_guid/evidence
Get a company’s threat evidence details.
Parameters
* Required.
See query parameters for details on the following parameters:
format
limit
(Default: ↻10
)offset
(Default: ↻0
)q
Parameter | Values | |
---|---|---|
company_guid * [Path] Identify the company to query. |
[String] Company unique identifier [entity_guid ]. See GET: Portfolio Details. |
|
Date Filters | [String] The date [YYYY-MM-DD ]. |
|
first_seen_date_gte [Query] Filter by threats that were first seen on and after a certain date. |
||
first_seen_date_lte [Query] Filter by threats that were first seen on and before a certain date. |
||
last_seen_date_gte [Query] Filter by threats that were last seen on and after a certain date. |
||
last_seen_date_lte [Query] Filter by threats that were last seen on and before a certain date. |
||
detection_type [Query] Filter by detection type. |
[String]
|
|
evidence_certainty [Query] Filter by evidence certainty. |
[String]
|
|
exposure_detection [Query] Filter by exposure detection status. |
[String]
|
|
force_masked [Query] |
[Boolean] | |
sort [Query] |
[String] ↻ identifier (default) |
|
threat_guid * [Path] |
[String] Threat unique identifier [threat_guid ]. See GET: Portfolio Threats. |
Example Request
curl https://api.bitsighttech.com/ratings/v1/threats/threat_guid/companies/company_guid/evidence -u api_token:
Example Response
{ "links": { "previous": "string", "next": "string" }, "count": 0, "results": [ { "identifier": "string", "certainty": "string", "exposure_detection": "string", "detection_type": "string", "first_seen_date": "string", "last_seen_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 on this company. | ||
resultsArray |
Threats and their details. | ||
Object | A threat. | ||
identifierString |
For internal Bitsight use. | ||
certaintyString |
A measure of how certain Bitsight is about the company’s threat detection. | ||
exposure_detectionString |
The company's protection status from threats. | ||
detection_typeString |
The company's protection status from threats. | ||
first_seen_dateString [ YYYY-MM-DD ] |
The date when the threat was first seen. | ||
last_seen_dateString [ YYYY-MM-DD ] |
The date when the threat was last seen. |
March 1, 2024: Published.
Feedback
0 comments
Please sign in to leave a comment.