GET: Companies with Exposed Credentials in Your Portfolio

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

limit

[Query] The maximum number of records to return in a response.

Value: [Integer]

offset

[Query] The offset in the result set to start returning records from.

Value: [Integer] 0 = Start with the first record of the result set.

[Date] date_added

[Query] Filter companies and leaks with date_added equal to the specified ISO formatted date.

Value: [String] YYYY-MM-DD

[Date] date_added_gte

[Query] Filter companies and leaks with date_added greater or equal to specified ISO formatted date.

Value: [String] YYYY-MM-DD

[Date] date_added_gt

[Query] Filter companies and leaks with date_added greater than the specified ISO formatted date.

Value: [String] YYYY-MM-DD

[Date] date_added_lte

[Query] Filter companies and leaks with date_added less than or equal to specified ISO formatted date.

Value: [String] YYYY-MM-DD

[Date] date_added_lt

[Query] Filter companies and leaks with date_added less than the specified ISO formatted date.

Value: [String] YYYY-MM-DD

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
links

object

Navigation for multiple pages of results. See pagination.
 
previous

String

The URL path to navigate to the previous page.
next

String

The URL path to navigate to the next page.
count

Integer

The total number of affected companies across all pages.
results

Array

List of all affected companies.
  Object An affected company.
 
guid

String [entity_guid]

Guid of the affected company.
name

String

The name of the affected company.
leak_guid

String

The guid of the leak that included domains from the affected company.
date_added

String

The date that the affected company's domains were found in the contents of this leak.
unique_domain_count

Integer

The number of unique domains found in the leak associated with this company.
record_count

Integer

The number of records found in the leak associated with this company.
  • January 19, 2022: Published.
Was this article helpful?
1 out of 1 found this helpful

Comments

0 comments

Please sign in to leave a comment.