https://api.bitsighttech.com/ratings/v1/companies/company_guid/user-behavior/statistics
Get User Behavior statistics of a company. The data includes:
- The number of incidents grouped by file sharing category.
- The number of affected IP addresses.
- The number of hashes.
Parameters
*Required.
See query parameters for details on the format
(value: json
) parameter.
Parameter | Values |
---|---|
company_guid * [Path] Identify the company to query. |
[String] Company unique identifier [entity_guid ]. See GET: Portfolio Details. |
include_durations [Query] Determine if event duration should be included. |
[Boolean]
|
include_patching_cadence [Query] Determine if Patching Cadence data should be included. |
[Boolean]
|
Example Request
curl -u 'api_token:' 'https://api.bitsighttech.com/ratings/v1/companies/a940bb61-33c4-42c9-9231-c8194c305db3/user-behavior/statistics'
Example Response
{ "risk_vectors":{ "file_sharing":{ "incidents":108, "ips":2, "hashes":97, "stats":{ […] "OTHER":{ "incidents":22, "ips":2, "hashes":20 } } } } }
Response Attributes
Field | Description | ||||
---|---|---|---|---|---|
risk_vectorsObject |
Statistics grouped by risk vector. | ||||
file_sharingObject |
File sharing statistics. | ||||
incidentsInteger |
The number of findings. | ||||
ipsInteger |
The number of IP addresses. | ||||
hashesInteger |
The number of hashes. | ||||
statsObject |
Statistics by file sharing category. | ||||
File Sharing Category Object |
A file sharing category. | ||||
incidentsInteger |
The number of findings. | ||||
ipsInteger |
The number of IP addresses affected by this file sharing category. | ||||
hashesInteger |
The number of hashes in this file sharing category. |
November 11, 2022: Published.
Feedback
0 comments
Please sign in to leave a comment.