https://api.bitsighttech.com/ratings/v1/companies/company_guid/observations?risk_types=file_sharing
Retrieve detailed information about a company's File Sharing observations.
Parameters
See GET: Detailed Company Observations for all available parameters.
* Required.
Parameter | Values |
---|---|
company_guid * [Path] Identify the company to query. |
[String] Company unique identifier [entity_guid ]. See GET: Portfolio Details |
risk_types * [Query] Identify the risk vector to query. |
[String] file_sharing |
Example Request
curl 'https://api.bitsighttech.com/ratings/v1/companies/a940bb61-33c4-42c9-9231-c8194c305db3/observations?risk_types=file_sharing' -u api_token:
Example Response
{ "data":[ […] { "risk_type":"file_sharing", "observation_id":"AAAAD2_IPppavK58AAAAAACd1oE=", "collection_date":"2023-03-31", "event_date":"2023-03-30", "forensics":{ "host_ip":"188.134.66.168" }, "details":{ "occurrences":{ "first_seen":"2023-03-30 10:40:21", "last_seen":"2023-03-30 10:40:21", "representative_timestamp":"2023-03-30 10:40:21", "count":1 }, "category":"MOVIES", "source_port":7321 } } ], "cursors":{ "next":"AAAABAAAAAc81HEafKXWqQ==", "next_url":"https://api.bitsighttech.com/ratings/v1/companies/a940bb61-33c4-42c9-9231-c8194c305db3/observations?risk_types=file_sharing&cursor=AAAABAAAAAc81HEafKXWqQ%3D%3D" } }
Response Attributes
Field | Description | ||||
---|---|---|---|---|---|
dataArray |
File sharing observations. | ||||
Object | An observation. | ||||
risk_typeString |
The risk vector slug name. | ||||
observation_idString |
The observation identifier. | ||||
collection_dateString [ YYYY-MM-DD ] |
The date when the observation was collected. | ||||
event_dateString [ YYYY-MM-DD ] |
The date when the event occurred. | ||||
forensicsObject |
Forensic details. | ||||
host_ipString |
The IP where the event was observed. | ||||
detailsObject |
Observation details. | ||||
occurrencesObject |
Observation occurrence details. | ||||
first_seenString [ YYYY-MM-DD HH:MM:SS ] |
The starting date and time of this occurrence’s duration. | ||||
last_seenString [ YYYY-MM-DD HH:MM:SS ] |
The ending date and time of this occurrence’s duration. | ||||
representative_timestampString [ YYYY-MM-DD HH:MM:SS ] |
The representative date and time of this occurrence. | ||||
countInteger |
The number of times this observation was counted. | ||||
categoryString |
The torrent category. See File Sharing categories. | ||||
source_portInteger |
The source port number. | ||||
cursorsObject |
Navigation to the next or previous page of results. | ||||
nextString |
The next observation identifier. | ||||
next_urlString |
The URL for navigating to the next page of results. |
May 24, 2023: Published.
Feedback
0 comments
Please sign in to leave a comment.