Risk Intelligence
Get the list of leaks.
Get the list of leaks.
get/api/v2/riskintelligence/leaks
Query parameters
keystring
Example:0f8fad5b-d9cb-469f-a165-70867728950e
The search key fetched from a call to searchLeaks operation. When this field is empty all leaks are returned.
page_numberinteger
Example:1
The number of the page requested.
page_size10 | 20 | 30 | 50 | 100
Example:10
The number of result items in a single response.
Response
Success
Example response
[
{
"LeakId": 345,
"Name": "(TGM:CRACKING RABBIT)(COMBOLIST)-15KMixedGoods-20250317",
"SourceDomain": "miscellaneous",
"Type": "combolist",
"CurrentExposure": 9,
"PublishDate": "1999-12-30T05:00:00.000Z",
"RecordType": "mail",
"UniqueEmailAccountCount": 123,
"FreshnessRate": 2,
"TotalCount": 234,
"ThreatActor": "Unknown",
"SourceType": "telegram",
"PasswordType": "plain"
}
]