Publication Date — January 19, 2022
https://api.bitsighttech.com/ratings/v1/exposed-credentials/affected-companies
List the companies in your portfolio that have been affected by each exposed credentials leak.
Parameters
Parameter | Description | Values |
---|---|---|
limitQuery |
The maximum number of records to return in a response. | [Integer] |
offsetQuery |
The offset in the result set to start returning records from. | [Integer] 0 = Start with the first record of the result set. |
date_addedQuery |
Filter companies and leaks with date_added equal to the specified ISO formatted date. | [String] YYYY-MM-DD |
date_added_gteQuery |
Filter companies and leaks with date_added greater or equal to specified ISO formatted date. | |
date_added_gtQuery |
Filter companies and leaks with date_added greater than the specified ISO formatted date. | |
date_added_lteQuery |
Filter companies and leaks with date_added less than or equal to specified ISO formatted date. | |
date_added_ltQuery |
Filter companies and leaks with date_added less than the specified ISO formatted date. |
Example Request
curl https://bitsighttech.com/ratings/v1/exposed-credentials/affected-companies -u api_token:
Example Response
{ "links":{ "next":"https://bitsighttech.com/ratings/v1/exposed-credentials/affected-companies/?limit=100&offset=100", "previous":null }, "count":106, "results":[ { "company_guid":"e8d8503e-beae-4d6a-add4-5666c5491881", "company_name":"Example, Inc.", "leak_guid":"04105a80-ba9f-4d70-b2d3-6629613bc4a7", "date_added":"2022-01-12", "unique_domain_count":3, "record_count":1647 }, […] ] }
Response Attributes
Field | Description | |||
---|---|---|---|---|
linksobject |
Navigation for multiple pages of results. See pagination. | |||
previousString |
The URL path to navigate to the previous page. | |||
nextString |
The URL path to navigate to the next page. | |||
countInteger |
The total number of affected companies across all pages. | |||
resultsArray |
List of all affected companies. | |||
Object | An affected company. | |||
guidString [ entity_guid ] |
Guid of the affected company. | |||
nameString |
The name of the affected company. | |||
leak_guidString |
The guid of the leak that included domains from the affected company. | |||
date_addedString |
The date that the affected company's domains were found in the contents of this leak. | |||
unique_domain_countInteger |
The number of unique domains found in the leak associated with this company. | |||
record_countInteger |
The number of records found in the leak associated with this company. |