https://api.bitsighttech.com/ratings/v1/exposed-credentials/leaks
List of credentials leaks affecting companies in your portfolio.
Parameters
| Name | 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] The value 0 will cause the results to start with the first record of the result set. |
Example Request
curl https://bitsighttech.com/ratings/v1/exposed-credentials/leaks -u api_token:
Example Response
{
"links":{
"next":"https://bitsighttech.com/ratings/v1/exposed-credentials/leaks/?limit=100&offset=100",
"previous":null
},
"count":106,
"results":[
{
"guid":"e8d8503e-beae-4d6a-add4-5666c5491881",
"name":"Company, Inc.",
"leak_date":"2022-01-11",
"date_added":"2022-01-12T04:04:18.952625Z",
"description":A short description of the leak, including who discovered it and the types of data leaked.",
"data_types_leaked":[
{
"name":"Email Addresses",
"description":"Any email addresses associated with the information in a disclosed user account, typically used for signup or notifications."
},
{
"name":"Name",
"description":"Typically the real-world name of the owner of the disclosed account"
},
{
"name":"Phone numbers",
"description":"Contact information for the owner of the disclosed account."
}
]
},
{
[…]
}
]
}
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 leaks across all pages. | |||||
resultsarray |
List of all leaks. | |||||
| object | A leak. | |||||
guidstring |
The unique identifier of the company. | |||||
namestring |
The name of the affected company. | |||||
leak_datestring |
The date of the leak. | |||||
date_addedstring |
The date that the affected company's domains were found in the contents of this leak. | |||||
descriptionstring |
Short overview of the leak, including how many credentials were exposed. | |||||
data_types_leakedarray |
A list of all data types involved in the leak. | |||||
| object | Name and description of the type of data leaked. | |||||
namestring |
The type of exposed credentials, i.e. login credentials and personally identifiable information. | |||||
descriptionstring |
A description of the leaked credentials. | |||||
- January 19, 2022: Published.
Feedback
0 comments
Please sign in to leave a comment.