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 | Values |
---|---|
limit [Query] The maximum number of records to return in a response. |
[Integer] |
offset [Query] The offset in the result set to start returning records from. |
[Integer] 0 = Start with the first record of the result set. |
date_added [Query] Filter companies and leaks with date_added equal to the specified ISO formatted date. |
[String] YYYY-MM-DD |
date_added_gte [Query] Filter companies and leaks with date_added greater or equal to specified ISO formatted date. |
|
date_added_gt [Query] Filter companies and leaks with date_added greater than the specified ISO formatted date. |
|
date_added_lte [Query] Filter companies and leaks with date_added less than or equal to specified ISO formatted date. |
|
date_added_lt [Query] 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. |
Feedback
0 comments
Please sign in to leave a comment.