https://api.bitsighttech.com/ratings/v1/companies/company_guid/diligence/statistics
Get Diligence statistics of a company. The data includes:
- The finding grade distribution of each risk vector.
- Category distribution within the Domain Squatting risk vector.
Parameters
See query parameters for details on the format
(value: json
) parameter.
* Required.
Parameter | Values |
---|---|
company_guid * [Path] Identify the company to query. |
[String] Company unique identifier [entity_guid ]. See GET: Portfolio Details. |
Example Request
curl https://api.bitsighttech.com/ratings/v1/companies/a940bb61-33c4-42c9-9231-c8194c305db3/diligence/statistics -u api_token:
Example Response
{ "risk_vectors":{ […] "desktop_software":{ "unknown":0, "bad":9, "warn":20, "neutral":1, "fair":35, "good":62 }, "domain_squatting":{ "spear_phishing":961, "bit_flip":611, "typographical_errors":2397, "tld_variant":27, "total_count":3996 } } }
Response Attributes
Field | Description | ||
---|---|---|---|
risk_vectorsObject |
Statistics by risk vector. | ||
Risk Vector Slug Name Object |
A Diligence risk vector. | ||
unknownInteger |
The number of unknown finding grades. | ||
badInteger |
The number of bad finding grades. | ||
warnInteger |
The number of warn finding grades. | ||
neutralInteger |
The number of neutral finding grades. | ||
fairInteger |
The number of fair finding grades. | ||
goodInteger |
The number of good finding grades. | ||
domain_squattingObject |
Statistics for the Domain Squatting risk vector. | ||
spear_phishingInteger |
The number of domains found that are masquerading as being part of the organization, either directly or as a partner. | ||
bit_flipInteger |
The number of domains found that flipped a bit for one of the characters. | ||
typographical_errorsInteger |
The number of domains found that could be reached if it was mis-typed by the user. | ||
tld_variantInteger |
The number of domains found using variants of the top-level domain. | ||
total_countInteger |
The number of Domain Squatting findings. |
- November 11, 2022: Domain Squatting details.
- June 30, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.